[MPlayer-users] Reencoding a broadcast HD-ATSC stream
RC
rcooley at spamcop.net
Mon Nov 21 00:00:21 CET 2005
On Sun, 20 Nov 2005 10:04:50 -0700
Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:
> mencoder -quiet -oac copy -ovc frameno -tsprog $prog -o
> $dir/frameno.avi
First rule of mencoder is that you never use frameno.
Second rule is that if you are using frameno and you have a problem, you
don't report it because nobody will help.
In your case, using frameno is particular pointless, since you're
copying the audio anyways. Just completely remove that line.
> -vf pp=hb/vb/dr/al/lib \
> -vop scale=1920:1080,crop=1920:1080
-vf and -vop are the same thing. mencoder is probably ignoring one or
the other list of filters. Combine them into one -vf line.
More information about the MPlayer-users
mailing list