Encode video to x264 via ffmpeg


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. ffmpeg -i INPUT_VIDEO_FILE -acodec libfaac -ab 128k -ac 2 -vcodec libx264 -vpre slow -crf 18 -threads 2 OUTPUT_VIDEO.mp4

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.