I would like to convert some H264/ac3 .ts files to WMV-HD so I can play them back on my media extender (xbox 360).
I have Tmpeg Xpress 3.0 and 4.0 trail that I have used for other formats in the past (Xvid etc) but it will not open a H264/ac3 .ts
Is there some way I can frame serve the .ts?
Or should I be looking at using something else?
Whitey
+ Reply to Thread
Results 1 to 9 of 9
-
-
can you open the ts in virtualdubmod? then could you maybe use the frameserver.
can you play the ts with wmp? if you maybe install some filters like ffdshow. then can you maybe use avisynth and frameserve. -
As the XBOX is a Microsoft-product I guess a Microsoft encoder will suit you: https://www.videohelp.com/tools?tool=Windows_Media_Encoder_Studio_Edition . Still one problem
I have found with it that it is extremely slow. I converted a HDTV source clip with 0.17 frames per second on a P4 2.6 GHz 500MB. If you install the demo version of PowerDVD Version7 you also have the required codecs for H264/AC3. -
I know for a fact that Mencoder can convert h264 Transport Stream files to XVID or MPEG.
A "solution" would be to Mencode to a lossless format (Huffyuv) AVI, then Convert to WMV
I can post the Mencoder syntax for Xvid, but you'll have to modify it to convert to lossless.
mencoder.exe -vf softskip,harddup -pp 0 -tsprog 0 -sws 9 -ovc xvid -xvidencopts vhq=4:bitrate=4000:nopacked:trellis:nogmc:noqpel:n ocartoon:bvhq=1:max_bframes=2:quant_type=mpegass=1 -nosound -o "C:\avi\p1.avi" "C:\avi\input.ts"
mencoder.exe -vf softskip,harddup -pp 0 -tsprog 0 -sws 9 -ovc xvid -xvidencopts vhq=4:bitrate=4000:nopacked:trellis:nogmc:noqpel:n ocartoon:bvhq=1:max_bframes=2:quant_type=mpegass=2 -oac copy -o "C:\avi\p2.avi" "C:\avi\input.ts"
Update - Hmmmm Perhaps MediaCoder ? --> http://mediacoder.sourceforge.net/forum/viewtopic.php?t=182 -
Thanks for the replies.
I'm going to try to frame serve with avsynth to Tmpgenc Xpress which have done before with Xvids.
I have coreavc and PowerDVD 7 installed.
Before I can frame serve I need to demux the .ts to .mp4(??) and .ac3
Any ideas how I can do this?
Thanks again
Whitey -
I don't have a h264 TS in front of me, so I'm not sure, but PERHAPS MpegStreamClip ?
Link for the Windows version - http://www.squared5.com/svideo/mpeg-streamclip-win.html -
Just to update,
The file won't open in windows media encoder, virtualdub mod or mpegstreamclip
Seems like there's little support at the moment for H264 AVC video!
I'll keep looking
Whitey -
On this location:
http://www.giusberto.ch/hdtv/BBC_H264_test6.ts
I had obtained a H264/AVC-transport stream. After installing the recent demo version of PowerDVD7 I am able to view it directly without having to demux it and just using the "directshowsource"-avisynth-filter I am able to feed it to Tmpgenc VirtualDub etc.. -
yep try avisynth, guide: https://forum.videohelp.com/viewtopic.php?t=284288
Similar Threads
-
Recommendation of Lossy to lossy format(WMV/AVI/MKV to H264) via X264.
By xjohn in forum Video ConversionReplies: 6Last Post: 17th May 2011, 22:27 -
Cover Art Tagged onto Wmv-hd (h264) File
By juggler73 in forum Newbie / General discussionsReplies: 2Last Post: 14th Jan 2010, 11:09 -
Avidemux - best quality from wmv to avi/MP4/H264?
By tigerb in forum Newbie / General discussionsReplies: 2Last Post: 20th Dec 2009, 04:57 -
wmv VS H264 for YouTube? Also, dimentions.
By vid83 in forum Video Streaming DownloadingReplies: 6Last Post: 6th Jan 2009, 21:09 -
H264: Are there other h264 (AVCHD/VC-1) encoding command-line/CLI tools ??
By vhelp in forum Newbie / General discussionsReplies: 12Last Post: 16th Feb 2008, 01:20