Hi all,
Normally , m2ts is converted to mkv, mp4 , divx or etc. for mobility, backup(archive), internet share or some other purposes.
I need help for the reverse way for "creation". I want to create m2ts file which can be in same format as blurays. They are either in h264 or mpeg2 format with high or standart profiles encoded in different levels as far as i have seen several times with Mediainfolite.
Could you please advice me how to create m2ts files from video files (such as avi , created by virtualdub , etc) or AVS Scripts? Freeware tools are always prefered as i can not pay some 1000 $ for commertical software.
Simple explanation of convertion and parameters that i need is as follows:
Converter.exe Source.avi -30.000 bsp - high quality(2 pass) -h264 - profile high/main/simple - level 4/5 converted.m2ts
Converter.exe Source.avs -30.000 bsp -high quality(2 pass) -mpeg2 - profile high/main/simple - level 4/5 converted.m2ts
+ Reply to Thread
Results 1 to 4 of 4
-
-
Use a bluray converter/author https://www.videohelp.com/tools/sections/all-in-one-blu-ray-converters
-
Thanks for the fast reply.
http://www.x264bluray.com/
i have found this page there are also command samples.
http://www.x264bluray.com/home/1080i-p
1080p23.976 / 1080p24
x264 --bitrate XXXXX --preset veryslow --tune film --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --open-gop --slices 4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 1 -o out.264 input.file
x264 --bitrate XXXXX --preset veryslow --tune film --bluray-compat --vbv-maxrate 40000 --vbv-bufsize 30000 --level 4.1 --keyint 24 --open-gop --slices 4 --colorprim "bt709" --transfer "bt709" --colormatrix "bt709" --sar 1:1 --pass 2 -o out.264 input.file -
You could convert with x264 encoder and author to a m2ts with tsmuxer.
Similar Threads
-
m2ts to xvid or h264 always gets blockiness
By ubulord in forum Video ConversionReplies: 29Last Post: 24th Dec 2010, 12:18 -
have mp4 (h264/aac), need m2ts - help an idiot out please :/
By namurt in forum Video ConversionReplies: 8Last Post: 13th Nov 2009, 14:18 -
How to Batch Process Using Avidemux? Or Batch Processing H264 .m2ts or .ts?
By forgotpassword in forum Video ConversionReplies: 0Last Post: 14th Apr 2009, 00:00 -
Best format for MiniDV convertion (Mpeg2 or H264)
By bisli29 in forum Video ConversionReplies: 6Last Post: 3rd Dec 2008, 03:49 -
Sony BDPS350 Blu-ray Disc Player - will it play m2ts and h264
By tomkat in forum Newbie / General discussionsReplies: 1Last Post: 7th Oct 2008, 08:23