GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   FFMPEG Question - Upside down videos & stretching. (https://gfy.com/showthread.php?t=1170519)

JSWENSON 07-19-2015 08:22 AM

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 :upsidedow and vertical videos are stretched all funky.

Any suggestions? Thanks in advance.

Could be the player too I suppose. MechBunny defaults.

Bladewire 07-19-2015 10:02 AM

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

Bladewire 07-19-2015 10:23 AM

Note: if it's just Iphone videos flipping use this Safari code to correct "-metadata:s:v rotate=0"

JSWENSON 07-19-2015 01:48 PM

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