interzona / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

Postprocessing options in mplayer.conf #609

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to specify post processing parameters in mplayer.conf, but none
of the options seem to have any affect.  For instance, if I add the line:

vf=pp=fd 

to enable ffmpegdeint (ffmpeg deinterlacer), there is no change to the video.

I have also tried as another example:

vf=pp=al

To set autolevels (brightness/contrast), and they too have no affect.

Hopefully I am doing this correctly, I have read the documentation.

Thank you. 

Original issue reported on code.google.com by szilag...@gmail.com on 17 Jan 2010 at 4:49

GoogleCodeExporter commented 8 years ago
You might be disrupting the chain, try vf-add.

Original comment by metaradil on 17 Jan 2010 at 5:18

GoogleCodeExporter commented 8 years ago
That was it, thank you.  I had looked all over and spent a lot of time and 
couldn't
figure this out.

I ended up using:

vf-add=pp=fd

and it's clearly deinterlacing now as it should.  The playback is a little 
choppy
though because of this, but nevertheless the filter is being applied now.

Original comment by szilag...@gmail.com on 19 Jan 2010 at 4:30

GoogleCodeExporter commented 8 years ago

Original comment by metaradil on 19 Jan 2010 at 5:11

GoogleCodeExporter commented 8 years ago
Does the al switch work if you watch it on your TV. I'm gussing most newer TV 
has that "Black Stretch" feature that makes black well black. 

And if so what is the line to add. vf-add=pp=al:f

I googled al:f. But I'm just wondering if it will make any difference. 

Original comment by kusu...@gmail.com on 15 Aug 2010 at 10:20