[MEncoder-users] MPEG2 Transcoding problem
James Thomas Snell
james at dawning.ca
Sat May 17 22:45:28 CEST 2008
Hello group,
I've been trying to use mencoder to transcode mpeg2 files I'm getting
from an audio capture card. So far I've had no success in figuring out a way
to successfully keep the audio and video in sync when I put it through
mencoder. Here's a copy of the latest version of the script I've been using
unsuccessfully.
#!/bin/bash
/usr/bin/mencoder $1 -o $2 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=7600
-oac pcm -of avi -vf crop=700:465:20:0,scale=720:480 -mc 0 -noskip
I could really use some help with this problem.
Thanks,
James
More information about the MEncoder-users
mailing list