Is there any way to pre-set certain options in the playlist?

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
rado84
New Cone
New Cone
Posts: 7
Joined: 05 Jan 2014 07:02
Location: Bulgaria

Is there any way to pre-set certain options in the playlist?

Postby rado84 » 12 Sep 2017 22:27

In the playlist I can see there's a setting for network caching:

Code: Select all

<track> <location>*************************</location> <extension application="http://www.videolan.org/vlc/playlist/0"> <vlc:id>0</vlc:id> <vlc:option>network-caching=1000</vlc:option> </extension> </track>
So I'm thinking may be there's a way to do the same with these two options: Deinterlacing ON, Deinterlacing type Yadiff x2. But I don't know the syntax, so I'll appreciate your help with that.

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: Is there any way to pre-set certain options in the playlist?

Postby InTheWings » 13 Sep 2017 14:09

Options are same as command line options, which are same as modules variables.

./vlc --help | grep deinter
VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-14502-g0241090)
--deinterlace {0 (Non), -1 (Automatique), 1 (Oui)}
--deinterlace-mode {auto,discard,blend,mean,bob,linear,x,yadif,yadif2x,phosphor,ivtc}
--global-key-deinterlace <Chaîne>
--key-deinterlace <Chaîne> Mode de désentrelacement
--global-key-deinterlace-mode <Chaîne>
--key-deinterlace-mode <Chaîne>


deinterlace=1

You'll find the rest
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

rado84
New Cone
New Cone
Posts: 7
Joined: 05 Jan 2014 07:02
Location: Bulgaria

Re: Is there any way to pre-set certain options in the playlist?

Postby rado84 » 13 Sep 2017 14:48

I wrote these lines

Code: Select all

<vlc:option>network-caching=1000</vlc:option> <vlc:option>deinterlace=1</vlc:option> <vlc:option>deinterlace-mode=yadif2x</vlc:option>
But these annoying transparent lines are still in the image of the TV channel: https://s20.postimg.org/lu65fetnh/21742 ... 7118_o.jpg
I know I can set this thing in the preferences but then it will be applied on all channels. Since that problem is only with one channel, I wanna set it in the playlist, so that the other channels don't get affected by these options.

User avatar
InTheWings
Developer
Developer
Posts: 1275
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: Is there any way to pre-set certain options in the playlist?

Postby InTheWings » 14 Sep 2017 00:03

Deinterlace should be triggered automatically !
If it does not, that probably means the video has been reencoded without deinterlaced, so it's "burned in" progressive :/
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !


Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 45 guests