View Full Version : Anyone know of a free OS X app to demux HD h.264 .ts files?
Get Go
11th August 2010, 15:13
Hi. Any one know of a free app to demux HD .ts file for OS X? I came across this blog (http://blog.newstrekker.com/archives/2010/04/07/23/) that recommends MeGUI but Me GUI is Windows only.
I tried ProjectX but it doesn't work with h.264.
Thanks
nm
11th August 2010, 16:21
tsMuxeR (http://www.smlabs.net/tsmuxer_en.html) can demux TS files and it comes with a nice GUI. More generic command-line alternatives are ffmpeg and mplayer.
FFmpeg:
ffmpeg -i input.ts -an -vcodec copy -f rawvideo video.264
ffmpeg -i input.ts -vn -acodec copy -f rawvideo audio.ac3
Tracks can be chosen with -map 0:TID
MPlayer:
mplayer input.ts -dumpvideo -dumpfile video.264
mplayer input.ts -dumpaudio -dumpfile audio.ac3
Programs and tracks are chosen with -tsprog, -vid and -aid.
Get Go
11th August 2010, 17:20
Thanks for the reply nm,
Unfortunately tsMuxeR doesn't work with snow leopard. :(
I'm a bit of an OS X newbie and really don't have a clue about comandline stuff.
Thanks for the info anyway.
nm
11th August 2010, 17:38
Unfortunately tsMuxeR doesn't work with snow leopard. :(
VoxMac has fixed the tsMuxeR Qt GUI issues on Snow Leopard in his build: http://forums.macrumors.com/showthread.php?p=9003541#post9003541
User comments in the SmartLabs blog may also help:
http://blog.smartlabs.tv/2009/03/new-tsmuxer-version-is-available.html
http://blog.smartlabs.tv/2009/03/new-tsmuxer-1824-is-released.html
Get Go
12th August 2010, 11:35
Thank you nm
I installed VoxMac's unofficial version and it's working.
(Note to any one else doing the same you must remove/delete two Korean fonts from your library for VoxMacs version to work-details in the read me. And don't bother with the older official versions like version 1.8.24 which will load up but can't process files or 1.8.8b which is windows only!
For anyone who cares and for what its worth the checksums from my copy of VoxMac's tsMuxeR_1.10.6_VoxMac_Unofficial_Build.dmg from MegaUpload
SHA1: 5f6e0436e898db1a350eeb4e22aae4fcd7d5fb8c
MD5: 8664387063e5065b684182d37f72173f )
Thanks again for your help nm :thanks:
snherbst
1st September 2010, 18:42
What about using VLC
nm
1st September 2010, 18:52
What about using VLC
It should work, but both the GUI and CLI are bit too complex for simple demuxing tasks. I'd rather use ffmpeg or MPlayer on command line.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.