[MPlayer-dev-eng] [PATCH] CQMs in x264

Robert Swain robert.swain at gmail.com
Wed Jul 13 03:59:14 CEST 2005


On 7/12/05, Guillaume POIRIER <poirierg at gmail.com> wrote:
> Hi,
> 
> On 7/12/05, Robert Swain <robert.swain at gmail.com> wrote:
> > The problem is Windows paths are given as "C:\path\to\mymatrix.cfg".
> > As this path contains ':' it causes problems because it thinks
> > "\path\to\mymatrix.cfg" is the next x264 option.
> 
> Ok. I think there are two solutions available. One is using double or
> single quotes when the path is in windows format. Untested, but that
> might work.
> 
> The other solution is to make use of the recent code Reimar committed
> to the subopt parser.
> 
> Here is what the doc says:
> 
> NOTE: The suboption parser (used for example for -ao pcm suboptions)
> supports a special kind of string-escaping in- tended for use with
> external GUIs.
> It has the following format:
> %n%string_of_length_n
> EXAMPLE:
> mplayer -ao pcm:file=%10%C:test.wav test.avi

I tried single and double quotes and they don't fix the problem. Does
the code by Reimar apply to all suboptions? I think it would be
reasonable. I tried it for -x264encopts but it didn't work so I'm
guessing it only applies to some suboptions. I'll have a look and see
what I can grep in the source.




More information about the MPlayer-dev-eng mailing list