If I open a MKV file from my PS3 it plays, but within a short while the playback turns choppy due to Mencoder transcoding the file rather than tsMuxeR demux/muxing it. I've tried to execute tsMuxeR directly rather than through PMS, but I get the following error:
- Code: Select all
user@linux:~/pms-linux-1.10.5/linux$ ./tsMuxeR
/tmp/tmp.BiXSDmIWsu/tsMuxeR: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
I have installed libstdc++6 through Synaptic, and the library appears to be in /usr/lib
- Code: Select all
user@linux:/usr/lib$ ls | grep libstdc++.so.6
libstdc++.so.6
libstdc++.so.6.0.10
I've also tried updating to the newest version of tsMuxeR which yields:
- Code: Select all
user@linux:~/Desktop/tsMuxeR$ ./tsMuxeR
./tsMuxeR: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory
Which also appears to be present
- Code: Select all
user@linux:/usr/lib$ ls | grep libfreetype.so.6
libfreetype.so.6
libfreetype.so.6.3.20
Anyone have any ideas on why tsMuxeR cannot find these objects, even though they appear to exist? I'm a little new to Linux, but I haven't done anything different in 9.04 than 8.10, so I'm a little perplexed.
