Page 2 of 2

Re: Linux install instructions

Posted: Tue Aug 23, 2016 2:45 pm
by atamariya
If you are adding subtitles as separate stream, no transcoding is required. However, when burning subtitles into the frame, re-encoding is required.

Re: Linux install instructions

Posted: Tue Aug 23, 2016 7:21 pm
by Nadahar
Obviously yes, but I'm not talking about subtitles. If you have a MP4 or MKV or whatever source were the streams (the audio and video stream) are compatible with the renderer but not the container (MP4, MKV etc.), you can remux the streams into a TS container on the fly. That means no actual reencoding.

Re: Linux install instructions

Posted: Tue Aug 23, 2016 10:31 pm
by atamariya
Remuxing is a stream copy operation in FFmpeg - equally efficient.

Re: Linux install instructions

Posted: Wed Nov 09, 2016 6:42 am
by Nadahar
Ok, I didn't know ffmpeg did that and I don't know how or when it does it. If ffmpeg can be made to do it in all the same circumstances that tsmuxer does, the quality loss issue should be gone. Muxing in subtitles is still an important part imo, as support for "external" subtitles (separate stream) seems to be quite limited on the renderer side. Burn-in obviously requires full reencoding, and it removes the possibility for turning subtitles on or off or changing language from the renderer.

Re: Linux install instructions

Posted: Tue Aug 04, 2020 10:57 am
by SubJunk
We have recently released a change that makes FFmpeg remux more often, so tsMuxeR is needed even less than it already was

Re: Linux install instructions

Posted: Sun Feb 07, 2021 8:30 pm
by thedude
The initial post said "tsmuxer ist 32 bit only". Well, its not obviously, if you compile it on 64 bit it is 64 bit, like I did on my Ubuntu 20.10. But the binary which is packaged still in 10.x is 32 bit only, which is IMHO outdated. So either drop tsmuxer completely or add a 64 bit binary to the package. Ubuntu >=20 will not allow you to install i386 libraries, therefore the mentioned workaround with the 32 bit libraries does not work any more.

Cheers

Re: Linux install instructions

Posted: Mon Feb 08, 2021 8:34 am
by SubJunk
Hi thedude, thanks for letting us know that. Maybe you can help us by providing us with a static 64-bit build of tsMuxeR we can include?

Re: Linux install instructions

Posted: Tue Feb 09, 2021 6:01 am
by thedude
Hi,

I attached my latest build, pls. check it out, any feedback/bugfixing welcome.

root@linux-flo:/home/flo/tsMuxer-master/bin# ./tsMuxeR -v
tsMuxeR version 2.6.16-dev. github.com/justdan96/tsMuxer

Cheers
tsMuxeR.zip
(1.26 MiB) Downloaded 372 times

Re: Linux install instructions

Posted: Wed Feb 10, 2021 7:24 pm
by SubJunk
Thank you, we will hopefully include a 64-bit build in the next version of UMS. I have also updated it for macOS at the same time