[MEncoder-users] new doom9 codec comparission (draft 1)
Matthias Wieser
mwieser at gmx.de
Fri Dec 9 17:42:08 CET 2005
Am Freitag, 9. Dezember 2005 11:42 schrieb Hans-Carl Oberdalhoff:
> Re,
>
> 2005/12/9, Vladimir Mosgalin <mosgalin at vm10124.spb.edu>:
> > You're sure about unix-style command? Maybe something that can be
> > executed under cmd.exe will be better? If they don't know/understand
> > what ";" and "\" are, they'll become quite irritated at converting it
> > to windows format.
>
> I'm pretty sure, that doom9 will understand these.
I think
for i in vpass=1:turbo vpass=2 ; do
mencoder [...]$i
done
is quite advanced syntax (for a normal Windows user). What's the delimiter
for "i"? Is it ":"," " or ";"? Each of those would result in different
mencoder commandlines if one would not know how the bash works.
Why not just two individual mencoder lines? This should be more easy to
understand:
mencoder matrix.vob [...]qpel:vpass=1:turbo -o del.avi
mencoder matrix.vob [...]qpel:vpass=2 -o mpeg4.avi
Regards,
Matthias
More information about the MEncoder-users
mailing list