/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ffmpeg -i INPUT_VIDEO_FILE -acodec libfaac -ab 128k -ac 2 -vcodec libx264 -vpre slow -crf 18 -threads 2 OUTPUT_VIDEO.mp4