I'm trying to do a simple conversion using the following arguments from Fabio Sonnati's blog.
ffmpeg –i source.MOV –r 15 –s 320×240 –an video.flv
Getting this error
Unable to find a suitable output format for '–i'
|
I'm trying to do a simple conversion using the following arguments from Fabio Sonnati's blog.
Getting this error
|
||||
|
|
|
The culprit lies in the blog post itself. The author used the en-dash instead of the hypen-minus ( Moreover, the author used the multiplication sign instead of a latin To fix this, replace the command with:
And go write the author a mail that they should fix their examples. |
|||
|
|