View Single Post
Old 07-19-2015, 08:22 AM  
JSWENSON
So Fucking Banned
 
Industry Role:
Join Date: Aug 2004
Posts: 3,153
FFMPEG Question - Upside down videos & stretching.

Trying to figure out the best FFMPEG command to use.

I have this

Code:
$ffmpeg_command = "-acodec libfaac -keyint_min 20 -r 20 -vcodec libx264 -crf 22 -b 1000k -bt 1000k -y -v 0 -bf 16 -vf 'scale=-640:480' -threads 0"; //settings for ffmpeg encoding
but some videos are upside down and vertical videos are stretched all funky.

Any suggestions? Thanks in advance.

Could be the player too I suppose. MechBunny defaults.
JSWENSON is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote