[FFmpeg-user] How to convert mov to avi or mp4 without loss of quality
Gustavo J Mata
gjmata at gmail.com
Wed Dec 25 19:20:09 CET 2013
The following could work.
ffmpeg -i input.mov -q:v 3 output.mp4
The parameter q:v, set to 3 here, controls the quality of the video output.
Quality goes down as q:v goes up.
Good luck,
Gustavo J. Mata
On Wed, Dec 25, 2013 at 1:16 PM, Gabri Shally <gabri.ns at gmail.com> wrote:
> has you try: -i input.mov -c copy output.mp4?
> please provide us your usage command line n uncut console output.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
--
«La ignorancia, aliada con el poder, es el más feroz enemigo que puede
tener la justicia.» (James Baldwin)
Visite mi Blog en Apartaderos <http://apartaderos.blogspot.com>
More information about the ffmpeg-user
mailing list