DGDemux (linux)
DG Tools on Linux
You're looking a little skinny in that photo
DG Tools on Linux
Thank you! You are very kind.
DGDemux (linux)
I want to thank you that you made possible to demux on Linux environment
I have issue demuxing a MPLS playlist that does not extract sup file(s) (PGS subtitles). There's a known issue or ... ?
I use
There no issue, I used the above command in wrong way...
so you must use
will work perfectly
I have issue demuxing a MPLS playlist that does not extract sup file(s) (PGS subtitles). There's a known issue or ... ?
I use
Code: Select all
./dgdemux -i /path/to/0001.mpls -o /path/to/demux/folder
so you must use
Code: Select all
./dgdemux -i /path/to/0001.mpls -demux 1011,1022,etc,Chapters -o /path/to/demux/folder
- Bullwinkle
- Posts: 309
- Joined: Thu Sep 05, 2019 6:37 pm
DGDemux (linux)
Welcome to the forum, Sonic3R!
There are two things going on.
1. dgdemux with just -o and no -demux should demux all streams, including PGS. That is broken and Rocky will fix that today. Thank you for pointing it out.
2. You are using the -o path incorrectly (or at least your example is misleading because the last component says "folder"). Say you have this:
-o /tmp/stuff/name
That last component "name" is not a folder. It is the name prefix to be used for the demuxed files. So that would demux the streams to the folder /tmp/stuff, and all the demuxed files would begin with "name". Please refer to the help for more details.
There are two things going on.
1. dgdemux with just -o and no -demux should demux all streams, including PGS. That is broken and Rocky will fix that today. Thank you for pointing it out.
2. You are using the -o path incorrectly (or at least your example is misleading because the last component says "folder"). Say you have this:
-o /tmp/stuff/name
That last component "name" is not a folder. It is the name prefix to be used for the demuxed files. So that would demux the streams to the folder /tmp/stuff, and all the demuxed files would begin with "name". Please refer to the help for more details.
DGDemux (linux)
Please re-download dgdemux_linux_1.0.0.54.tar.gz to get the fix. Please advise if it is working. -o without -demux should now demux PGS.
DGDemux (linux)
Yes, it works, thank you for your effort