[libav-bugs] [Bug 321] Converting MJPG to mp4 with avconv leads to bad quality video
bugzilla-daemon at aruru.libav.org
bugzilla-daemon at aruru.libav.org
Tue Oct 9 11:12:34 CEST 2012
http://bugzilla.libav.org/show_bug.cgi?id=321
--- Comment #5 from Baptiste Mathus <divers at batmat.net> 2012-10-09 11:12:34 CEST ---
Hi,
Sorry for not getting back to you here.
Your advice was perfect. Specifying explicitly h264 did the trick. I'm back
with a script that does the job.
For the record, the modified command is now:
$ avconv -i $toTranscode -ar 44100 -c:v libx264 $mp4Name
Thanks a lot!
--
Configure bugmail: http://bugzilla.libav.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the libav-bugs
mailing list