Does it matter which order things are in the conf files?
I've seen some here that have
vf=xx,xxx,xx before lavcopts=vcodec=xx
x.
and some the other way around.
Some have
of=rawvideo=1
ovc=lavc=1
nosound=1
noskip=1
sws=0
lavcopts=vcodec=mpeg2video (cut for size)
vf=scale= (cut for size)
ofps=25
and others have
vf=scale= (cut for size)
of=rawvideo=1
ovc=lavc=1
nosound=1
noskip=1
sws=0
lavcopts=vcodec=mpeg2video (cut for size)
ofps=25
Does it matter?
And what about the order of the lavcopts? Does that matter?
(I know the order of the vf= matters, AND mencoder reads it from back to front, vf section at least (mine does - you can see them being written in the output in the reverse order they're in the ini file).