What's the best way to get a .ts file to mpeg 2?
When I open it with mpeg streamclip it plays the audio but no video.
+ Reply to Thread
Results 1 to 2 of 2
-
A picture is worth a thousand words, but a good camera is worth about a thousand bucks.
-
MPSC use the Apple mpeg2 component (and it's ,not very "skilled" to find the first GOP if the stream does not begin with a it)
try this (it's just a conversion from mpeg-ts to mpeg-pes)
- Download the soft in my sign
- launch it (will do extra install)
- you can quit it whitout trying it
- launch terminal (/Application/Utilities)
- open a new window
- copy and paste thisCode:~/Library/Application\ Support/MovieConverter/ffmpeg -i (here you drop your ts from finder to terminal window) -f dvd -acodec copy -vcodec copy -y ~/Desktop/my_ts_to_DVD.mpg
PS: this process will be very quick, it's just a copy
PSS: if you want to trim your stream, give it to MPSC, it should display it correctly this time (if you don't want, author it directly, your new stream is compatible now)
bye
Edit I hope your ts stream did contains mpeg2 video (if not -eg: avcd+aac, this tutorial will not work)For DVD, iPad, HD, connected TV, … iMovie & FCPX? MovieConverter-Studio 3 (01/24/2015) - Handle your camcorder's videos? even in 60p or 60i? do a slow-motion? MovieCam.
Similar Threads
-
Improving the conversion of a .mkv file (DTS) to a .mkv file (AC3). Ideas?
By mdelisle1 in forum Video ConversionReplies: 11Last Post: 19th Jan 2011, 10:50 -
Conversion from VOB-File into a MP4 File stopps after 9 minutes...
By Fly Eagle in forum ffmpegX general discussionReplies: 2Last Post: 6th Aug 2009, 11:41 -
Conversion ends with NO-FILE
By Tobias0815 in forum Newbie / General discussionsReplies: 2Last Post: 29th Jun 2008, 04:31 -
Help with MKV file conversion
By baxterb23 in forum Video ConversionReplies: 31Last Post: 9th Apr 2008, 09:03 -
conversion file to big
By jimk16 in forum Newbie / General discussionsReplies: 3Last Post: 19th Aug 2007, 04:05