Transcoding movies for QMPlayer

Gilles Filippini pini at debian.org
Sun Sep 30 18:38:29 CEST 2012


Hi,

Movies transcoded with mencoder often lose A/V sync. For one of my video
files there is a 5 secondes drift after only 1 minute of playing.

I finally found out that VLC does a better job in this regard. But it
was quite difficult to retrieve the correct set of options.

FWIW here is the command line I've ended up with:

$ vlc <movie file in> --transform-type 270 --sout \
  '#transcode{vcodec=h264, \
  vfilter=transform:canvas{width=480,height=640}, \
  acodec=mp3, channels=2, audio-sync}:standard{access=file, \
  mux=mp4, dst="<movie file out>.avi"}' \
  -I dummy vlc://quit

Thanks,

_g.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: OpenPGP digital signature
URL: <http://lists.openmoko.org/pipermail/community/attachments/20120930/f6d77365/attachment.pgp>


More information about the community mailing list