What are the proper arguments to ffmpeg to covert an iPhone4 720p video into a similar quality Flash video?
I tried the following which resulted in a low quality Flash video:
ffmpeg -i movie.mov movie.flv
What are the right switches?
|
What are the proper arguments to ffmpeg to covert an iPhone4 720p video into a similar quality Flash video? I tried the following which resulted in a low quality Flash video:
What are the right switches?
| ||||
|
feedback
|
|
You're very close. Use this instead:
The -sameq option ensures that the same video quality will be used for the output as the source. | ||||
|
feedback
|