[MPlayer-dev-eng] 3 pass encoding syntax poll

Loren Merritt lorenm at u.washington.edu
Sat Feb 5 23:09:13 CET 2005


On Sat, 5 Feb 2005, Torinthiel wrote:
> On Sat, Feb 05, 2005 at 03:38:23PM +0100, Guillaume POIRIER wrote:
>
>>> This would require
>>> changing the -passlogfile option somehow, since there would be multiple
>>> files to specify. How best to go about this?
>>
>> Just out of my competence I guess...
>> Could the "subopt" parser help here? How about something like:
>> -passlogfile pass1=filename,pass2=filename
>
> And could it be like pass%logfile, with % replaced by (N-1) on each pass
> but first?

Or to reduce commandline complexity at a slight cost in flexibility:
-passlogfile "file-%i.log" and %i gets replaced by the pass number.
(Append -%i if it wasn't in the specified filename.)

--Loren Merritt




More information about the MPlayer-dev-eng mailing list