View Full Version : Anyone use tsmuxer via wine?
ggking7
8th December 2008, 16:10
I can start the tsmuxer GUI via wine, but selecting an mpls or m2ts file, I get an "unsupported file format" error. I'd like to try it with the command line tool, but I can't figure out how to use it. Can anyone show me an example of muxing from an mpls file?
froggy1
8th December 2008, 17:00
GUI under wine doesn't work for me either. As for CLI, you'll need to create a meta file first. An example is:
MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr
V_MPEG4/ISO/AVC, /home/username/video.h264, insertSEI, contSPS
A_AC3, /home/username/audio.ac3
then you give the meta file to tsmuxer: tsMuxeR metafile output.ts
for mpls just change the path/file in the above example (and video format if it's mpeg2)
ggking7
8th December 2008, 17:11
I'm hoping to use tsmuxer to pull an audio and video stream from a Blu-Ray image which is spread across multiple non-sequential m2ts files. I've read that tsmuxer can do this, but I'm not sure how to reformat your .meta example to do it. Do you know how?
ggking7
8th December 2008, 17:24
I tried copying the meta file which is displayed in the GUI when I select an mpls file, but I get the same error from the CLI that I do from the GUI: "Unsupported codec".
MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500
, "H:\videos\blu-ray\movie\BDMV\PLAYLIST\01007.mpls", insertSEI, contSPS, track=6913
froggy1
8th December 2008, 17:26
I'm not sure about demuxing, but tsMuxeR has a --demux option which should be placed with the MUXOPT options in the mata file. I've never demuxed anything with tsmuxer. Maybe you could try this (though I'm not sure if it'll work)
MUXOPT --demux
V_MPEG4/ISO/AVC, /home/username/file.m2ts
A_AC3, /home/username/file.m2ts
if the m2ts contains MPEG2 stream, replace V_MPEG4/ISO/AVC with V_MPEG-2
Again, I'm not sure if this will work, but it's worth a try. You could probably tweak a bit more
froggy1
8th December 2008, 17:27
I tried copying the meta file which is displayed in the GUI when I select an mpls file, but I get the same error from the CLI that I do from the GUI: "Unsupported codec".
MUXOPT --no-pcr-on-video-pid --new-audio-pes --vbr --vbv-len=500
, "H:\videos\blu-ray\movie\BDMV\PLAYLIST\01007.mpls", insertSEI, contSPS, track=6913
that's cuz you didn't specify the video format before the , (coma)
ggking7
8th December 2008, 17:46
Adding V_MPEG4/ISO/AVC before the comma I get:
$ wine tsmuxer movie.meta movie.ts
SmartLabs tsMuxeR. Version 1.8.8(b) http://www.smlabs.net
3.0% complete
Processed 0 video frames
100.0% complete
Mux successful complete.
Muxing time: 0 sec
Trying to --demux I get:
$ wine tsmuxer movie.meta
SmartLabs tsMuxeR. Version 1.8.8(b) http://www.smlabs.net
Can't detect stream type
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.