Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 11th August 2010, 15:13   #1  |  Link
Get Go
Registered User
 
Join Date: Sep 2009
Posts: 18
Anyone know of a free OS X app to demux HD h.264 .ts files?

Hi. Any one know of a free app to demux HD .ts file for OS X? I came across this blog that recommends MeGUI but Me GUI is Windows only.

I tried ProjectX but it doesn't work with h.264.

Thanks
Get Go is offline   Reply With Quote
Old 11th August 2010, 16:21   #2  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
tsMuxeR can demux TS files and it comes with a nice GUI. More generic command-line alternatives are ffmpeg and mplayer.

FFmpeg:
Code:
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:
Code:
mplayer input.ts -dumpvideo -dumpfile video.264
mplayer input.ts -dumpaudio -dumpfile audio.ac3
Programs and tracks are chosen with -tsprog, -vid and -aid.

Last edited by nm; 11th August 2010 at 16:26.
nm is offline   Reply With Quote
Old 11th August 2010, 17:20   #3  |  Link
Get Go
Registered User
 
Join Date: Sep 2009
Posts: 18
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.
Get Go is offline   Reply With Quote
Old 11th August 2010, 17:38   #4  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Quote:
Originally Posted by Get Go View Post
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/showthre...41#post9003541

User comments in the SmartLabs blog may also help:
http://blog.smartlabs.tv/2009/03/new...available.html
http://blog.smartlabs.tv/2009/03/new...-released.html
nm is offline   Reply With Quote
Old 12th August 2010, 11:35   #5  |  Link
Get Go
Registered User
 
Join Date: Sep 2009
Posts: 18
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

Last edited by Get Go; 12th August 2010 at 11:42.
Get Go is offline   Reply With Quote
Old 1st September 2010, 18:42   #6  |  Link
snherbst
Registered User
 
snherbst's Avatar
 
Join Date: Mar 2005
Posts: 68
What about using VLC
__________________
Free software the best thing happend.
Debian and a system update is as simple as
apt-get update && apt-get upgrade
snherbst is offline   Reply With Quote
Old 1st September 2010, 18:52   #7  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Quote:
Originally Posted by snherbst View Post
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.
nm is offline   Reply With Quote
Reply

Tags
.ts, demux h.264, free app, os x, transport stream

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 21:10.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.