LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there a resize option on ffmpeg? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-resize-option-on-ffmpeg-802041/)

comcastuser 04-14-2010 04:17 PM

Is there a resize option on ffmpeg?
 
I'm looking for the option that will let you resize the width of a video during conversion.

In ffmpeg2theora it's
ffmpeg2theora -x ###

that option will let you change the width (or the height), and the program will properly scale the height (or width) automatically.

Is this possible in ffmpeg or do you have to figure out the scale manually?

Hammett 04-15-2010 09:31 AM

I was asking myself the same question. Looking at ffmpeg website and manual, I haven't found any resize option that given the height or width will calculate automatically the other measure.

H_TeXMeX_H 04-15-2010 01:01 PM

Just use the '-s widthxheight', calculate them using a calculator.

comcastuser 04-16-2010 02:47 PM

Quote:

Originally Posted by H_TeXMeX_H (Post 3936724)
Just use the '-s widthxheight', calculate them using a calculator.

Yes, I was trying to avoid having to use a calculator on that.

I guess ffmpeg isn't advanced enough to do that?

That kind of makes life difficult if you want to resize a group of files?

H_TeXMeX_H 04-16-2010 03:22 PM

You can try mencoder, I believe it does have such an option, although it has other issues.


All times are GMT -5. The time now is 02:55 PM.