Created
December 15, 2011 01:18
-
-
Save johnjohndoe/1479394 to your computer and use it in GitHub Desktop.
FFmpeg settings for vimeo.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// FFmpeg settings for vimeo.com | |
// ============================= | |
// Trying to find the best settings for encoding videos as described here: http://vimeo.com/help/compression | |
// | |
// Input file: MTS | |
// Video: H264, 1920x1080, 50fps | |
// Audio: A52 Audio (aka AC3), Stereo, 48kHz, 256kbps | |
ffmpeg -i input.mts -vcodec libx264 -acodec aac -strict experimental -vpre hq -s hd720 -b 5000k -ab 320k -r 25 -g 25 -threads 0 output.mp4 |
I'm having issue while using this. Vimeo is failing during optimization. Here's the issue: Kagami/ffmpeg.js#173
@kashifsulaiman Please note that this gist is several years old. FFmpeg might have changed dramatically. Please read up on the manual of the version you are using to find out about the latest options. Sorry, that I cannot help any better. I recommend to post the question on https://stackoverflow.com instead.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
after lots of fine tunning, this is what I got. I filter >3kHz so there is no background noises.
This is a good setting for screencasting