dvdsimple plays chapters out of order with new DVD movies
Posted: 05 Mar 2021 22:41
I have a general question (not sure if it would even be OS specific): I'm trying to launch a DVD movie using VLC's command-line for an RTP stream. The problem I'm having is:
1) dvdsimple plays chapters in the wrong order - which I learned is the way the DVDs are made these days. Playing as dvd and showing the menu plays the chapters correctly. But as I'm looking to stream via RTP, I need it it to get past the disc menu and continue on with the playback.
2) I'd like to be able to by-pass the menu, or have the movie start if no one has clicked the "Play" button on the disc menu for 2 or 3 seconds (or after the first menu loop ends), or maybe simulate clicking the "Play" button via the command-line.
I tried setting the dvdnav --no-dvdnav-menu. It appeared to work from the VLC Player interface and playing on another local VLC Player interface. From the command-line - it gets stuck on the disc menu. Any suggestions to getting the command-line to work with by-passing the disc menu and playing the movie in the correct chapter sequence? DVD is recently purchased, True Grit - from research I learned it's one that has the chapters all mixed up by design.
full list of command-line arguments I have tried:
The option dvdsimple players older DVD movies fine, it seems to be an issue with newer DVDs, playing the chapters out of sequence.
The option dvd and dvdnav do not give me the option to get past the disc menu.
I did read somewhere that I could try moving the title or chapter with but that didn't work at all for me.
Finally, I was looking at the command-line options at https://wiki.videolan.org/VLC_command-line_help/ not sure which options to apply or remove from the above. Maybe if someone has a simplified command-line that allows to by-pass the disc menu, I can go from there.
Any suggestions, or tweaks I should make to the above command-line?
Thank you in advance.
1) dvdsimple plays chapters in the wrong order - which I learned is the way the DVDs are made these days. Playing as dvd and showing the menu plays the chapters correctly. But as I'm looking to stream via RTP, I need it it to get past the disc menu and continue on with the playback.
2) I'd like to be able to by-pass the menu, or have the movie start if no one has clicked the "Play" button on the disc menu for 2 or 3 seconds (or after the first menu loop ends), or maybe simulate clicking the "Play" button via the command-line.
I tried setting the dvdnav --no-dvdnav-menu. It appeared to work from the VLC Player interface and playing on another local VLC Player interface. From the command-line - it gets stuck on the disc menu. Any suggestions to getting the command-line to work with by-passing the disc menu and playing the movie in the correct chapter sequence? DVD is recently purchased, True Grit - from research I learned it's one that has the chapters all mixed up by design.
full list of command-line arguments I have tried:
Code: Select all
vlc.exe -I dummy --dummy-quiet dvdnav:///D:/ :sout=#transcode{threads=2,vcodec=h264,venc=x264{preset=ultrafast,tune=zerolatency,scenecut=80,keyint=10},fps=25,scale=Auto,acodec=mp3,ab=128,channels=2,samplerate=44100}:rtp{dst=#.#.#.#,port=####,mux=ts,sap,ttl=5,caching=600} --no-qt-privacy-ask --play-and-exit --no-dvdnav-menu --dvdnav-angle=1 --network-caching=1200
The option dvd and dvdnav do not give me the option to get past the disc menu.
I did read somewhere that I could try moving the title or chapter with but that didn't work at all for me.
Finally, I was looking at the command-line options at https://wiki.videolan.org/VLC_command-line_help/ not sure which options to apply or remove from the above. Maybe if someone has a simplified command-line that allows to by-pass the disc menu, I can go from there.
Any suggestions, or tweaks I should make to the above command-line?
Thank you in advance.