Page 1 of 1

How to add Deinterlace=Blend to XSPF playlist?

Posted: 13 Dec 2008 15:42
by Lorni
Here is my playlist. But I do not want to explain to my clients how to change deinterlace manually.
How can I add deinterlace parameter to playlist?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?> <playlist version="1" xmlns="http://xspf.org/ns/0/"> <trackList> <track><location>http://tv1.myhost.com:8081</location><title>MUZ-TV</title></track> </trackList> </playlist>

Re: How to add Deinterlace=Blend to XSPF playlist?

Posted: 13 Dec 2008 21:24
by VLC_help
I somehow think that you cannot give parameters to VLC via playlists anymore, because it would cause security issues.

Re: How to add Deinterlace=Blend to XSPF playlist?

Posted: 14 Dec 2008 02:26
by thannoy
If you are lucky, maybe you still can use this kind of feature with m3u playlists at least.. But if it is possible (maybe), surely the client VLC will have to be launched with a special argument like "--allow-extinf-iDontRemenber-in-m3u".

You can search this forum, some topics have been created about extended parameters in playlists and security focus.