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
_______________________________________________
MEncoder-users mailing list
MEncoder-users@mplayerhq.hu
https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
No comments:
Post a Comment