VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. 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
    Quote Quote  
  2. 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
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    You could convert with x264 encoder and author to a m2ts with tsmuxer.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!