DGDemux (linux)

DG tools for linux
DAE avatar
Guest

DG Tools on Linux

Post by Guest »

You're looking a little skinny in that photo
User avatar
Rocky
Posts: 2697
Joined: Fri Sep 06, 2019 12:57 pm

DG Tools on Linux

Post by Rocky »

Thank you! You are very kind.
DAE avatar
Sonic3R
Posts: 27
Joined: Wed Sep 29, 2021 4:02 am

DGDemux (linux)

Post by Sonic3R »

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

Code: Select all

./dgdemux -i /path/to/0001.mpls -o /path/to/demux/folder
There no issue, I used the above command in wrong way...

so you must use

Code: Select all

./dgdemux -i /path/to/0001.mpls -demux 1011,1022,etc,Chapters -o /path/to/demux/folder
will work perfectly
User avatar
Bullwinkle
Posts: 309
Joined: Thu Sep 05, 2019 6:37 pm

DGDemux (linux)

Post by Bullwinkle »

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.
User avatar
Rocky
Posts: 2697
Joined: Fri Sep 06, 2019 12:57 pm

DGDemux (linux)

Post by Rocky »

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.
DAE avatar
Sonic3R
Posts: 27
Joined: Wed Sep 29, 2021 4:02 am

DGDemux (linux)

Post by Sonic3R »

Yes, it works, thank you for your effort
Post Reply