Hello again,could you please tell me what to add to the playlist to (a) invert colors and (b) crop the video?
Code: Select all
vlc.exe "D:\videos\v1.avi" --video-filter=invert:croppadd{croptop=50,cropbottom=50}
Code: Select all
#EXTM3U
#EXTINF:9,v1.avi
#EXTVLCOPT:video-filter=invert:croppadd{croptop=50,cropbottom=50}
d:\videos\v1.avi
Code: Select all
add_bool( "repeat", false, REPEAT_TEXT, REPEAT_LONGTEXT )
change_short('R')
change_safe()
That's rich. The list of options is available in the command line help. That's not something that can be linked. Not everything can take the form of a URL.Why are you denying the point? Since rattlehead » 2016 Aug Fri 12:58 post there is not one single link, and other links in other threads on the forum are 404. "mederi's examples" is a strange non-specific reference, since there is no link to them.
That would indeed be far easier. It's possible to do that remotely if you have a specific feature you want to use through #EXTVLCOPT but it's hard to give a general answer given that there is no such "ready-to-use" documentation for that.The majority of people using VLC would more likely not be familiar with CLI. As a professional documenter I have experience with having to physically travel to a programmer's desk and park myself there until I can get a straight answer that will enable me to write user-appropriate instructions.
VLC is a free open source project maintained by volunteers. My company is sponsoring development and in particular adding tests to provide acceptance in the review process, but in general the acceptance test as a product is done manually by the volunteers and hard-earned knowledges. In particular, the options are the first to not being automatically tested, mainly because maintaining the list of options somewhere together with a dynamic list of plugins that can themselves provide options, in addition with the multiplatform constraint is really really hard.I also wonder how it is possible that VLC is being acceptance-tested without a table/matrix specification to check off. You know the answer, so you assume an casual hint will be obvious. It isn't.
Please note that on-going documentation effort is done here https://docs.videolan.me/vlc-user/3.0/en/index.html with the contribution process being available to everyone here: https://code.videolan.org/docs/vlc-user/I think I have decoded your hint, but really this is a shortfall in the documentation. I have offered several times to help out since I have taken the lead in setting documentation standards, policies and procedures for multinational organisations (ISO 9000 compliant), but to a resounding disinterest.
Return to “General VLC media player Troubleshooting”
Users browsing this forum: No registered users and 28 guests