Guest User

Untitled

a guest
Mar 15th, 2016
64
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ffmpeg -i <input> c:v libx264 -crf 23 -profile:v baseline -level 3.0 -pix_fmt yuv420p -c:a aac -ac 2 -strict experimental -b:a 128k -movflags faststart output.mp4
  2.  
  3. ffmpeg -i <input> -c:v libx264 -profile:v baseline -c:a libfaac -ar 44100 -ac 2 -b:a 128k -movflags faststart output.mp4
  4.  
  5. ffmpeg -i input.mp4 -vcodec libx264 -profile:v main -level 3.1 -preset veryslow -crf 23 -x264-params ref=4 -acodec copy -movflags +faststart output.mp4
  6.  
  7. ffmpeg -i source_video.avi input -acodec aac -ab 128kb -vcodec mpeg4 -b 1200k -mbd 2 -flags +4m -aic 2 -cmp 2 -subcmp 2 -s 320x180 -title X final_video.mp4
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×