![]() |
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 Any suggestions? Thanks in advance. Could be the player too I suppose. MechBunny defaults. |
Remove -vf parameters replace with -vf 'crop=240:0:1440:1080,scale=640:480' change sizes to your params hard to see your code ond my phone scrolling that fucking "code" box
|
Note: if it's just Iphone videos flipping use this Safari code to correct "-metadata:s:v rotate=0"
|
Thank you, will try that.
|
All times are GMT -7. The time now is 11:00 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc