You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is an old project, and I've tried other options to try and pass on the dvb_teletext, but the only program I can't get to pass them on is LosslessCut, which has no CLI utility for that function.
I have narrowed it down to the fact that LosslessCut uses the concat demuxer, like this project, instead of the concat protocol, which plays nicer with passing all the subtitles on when -scodec copy is used. With protocol I can only pass on the first segments subtitles.
I understand that in a lot of cases you wouldn't want to pass on the subtitles, especially If you are converting to mkv. But I would love to be able to cut and merge, keeping both mpegts format and deb_subtitles.
Is there any possibility for this to be added?
Much appreciated.
The text was updated successfully, but these errors were encountered:
Hi @tresby, to be honest, I haven't used this app in a long time and don't remember exactly how it works and how to test it out. I just looked at my code and I'm a bit embarrassed about how it was built (main methods in init.py 🙃 ).
I don't have the bandwidth to work on this right now, rebuild it, and retest it, but if you'd like to submit a PR, I'm happy looking at it and merging it in.
I know this is an old project, and I've tried other options to try and pass on the dvb_teletext, but the only program I can't get to pass them on is LosslessCut, which has no CLI utility for that function.
I have narrowed it down to the fact that LosslessCut uses the concat demuxer, like this project, instead of the concat protocol, which plays nicer with passing all the subtitles on when -scodec copy is used. With protocol I can only pass on the first segments subtitles.
I understand that in a lot of cases you wouldn't want to pass on the subtitles, especially If you are converting to mkv. But I would love to be able to cut and merge, keeping both mpegts format and deb_subtitles.
Is there any possibility for this to be added?
Much appreciated.
The text was updated successfully, but these errors were encountered: