justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
849 stars 144 forks source link

Problem to start tsMuxer on Linux Mint #631

Closed DeVlaamseLeeuw closed 1 year ago

DeVlaamseLeeuw commented 2 years ago

Hello, I installed the last version (tsMuxer v2.6.12) on my Linux Mint. When I try to launch tsMuxer, I have this message : ./tsMuxerGUI: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory I tried to install the package libqtgui4:i386 but it's not working : The following packages contain unmet dependencies: libqtgui4:i386: Depends on: libmng2:i386 (>= 1.0.10) but will not be installed Depends: libqt4-declarative:i386 (=4:4.8.7+dfsg-7ubuntu1) but will not install Depends: libqtcore4:i386 (=4:4.8.7+dfsg-7ubuntu1) but will not install Recommend: qt-at-spi:i386 but will not install E: Unable to fix problems, bad packages are in "keep as is" mode. I need your help to solve the problem. Thank you.

Chris

justdan96 commented 2 years ago

Did you try the latest binary from the Releases page? https://github.com/justdan96/tsMuxer/releases

DeVlaamseLeeuw commented 2 years ago

Hi Dan, Thank you for your answer. Unfortunately, I didn't use the last binary. It works now !!!!!! Thank you. Best regards.

Chris