+ Reply to Thread
Results 1 to 5 of 5

Thread: Best HandBrake settings for TS to MP4

  1. #1

    Best HandBrake settings for TS to MP4

    Currently, I have several 1080i TS files, but I'd like to convert them to MP4. All the files are 25fps, but on Handbrake, I change the framerate to 50fps and have Constant Framerate checked. The other setting are on default. I'm not sure I'm getting the best out of the conversion though, and would appreciate any help.

    I've tried muxing/demuxing but none of those options seem to work with my TS files. Preferably, I'd like something similar to MKV to MP4 where the audio stream is the only thing converted (is that right?).
    Quote Quote  

  2. #2

    Re: Best HandBrake settings for TS to MP4

    You could demux with tsMuxerGUI. Convert the audio if needed, Mux to MP4 with My Mp4box GUI.
    Quote Quote  

  3. #3
    Member
    Join Date
    Dec 2005
    Posts
    59,234

    Re: Best HandBrake settings for TS to MP4

    Or MkvToolnix to remux to MKV, then MKVtoMP4.
    Quote Quote  

  4. #4
    Member
    Join Date
    Nov 2009
    Location
    United States
    Posts
    81

    Re: Best HandBrake settings for TS to MP4

    In my PowerShell script Vid2Mp4, the "high quality" Handbrake settings are:

    '-e x264 -q 20 --cfr -a 1 -E copy --audio-copy-mask aac,mp3 --audio-fallback faac -B 192 --crop 0:0:0:0 --strict-anamorphic --decomb -x b-adapt=2:rc-lookahead=50'

    Constant Framerate is used at the existing rate (25). The purpose of the script is making videos Chromecast compatible, so AAC and MP3 audio is passed through. Otherwise, audio is converted to AAC.

    Vid2Mp4: http://forum.videohelp.com/threads/379314-Convert-Videos-for-Playing-on-Chromecast-PowerShell-script
    Quote Quote  

  5. #5

    Re: Best HandBrake settings for TS to MP4

    Quote Originally Posted by jagabo View Post
    Or MkvToolnix to remux to MKV, then MKVtoMP4.
    Thanks for this, but I'm getting the following error: "Error: memory.cpp/safemalloc() called from file src/common/mpeg4_p10.cpp, line 590: malloc() returned NULL for a size of 160550 bytes."

    What's the issue here?
    Quote Quote  

+ Reply to Thread

Similar Threads

  1. Replies: 6
    Last Post: 29th Jan 2021, 21:00
  2. Replies: 0
    Last Post: 30th Dec 2015, 19:01
  3. handbrake encoding settings
    By hokkom in forum Video Conversion
    Replies: 2
    Last Post: 21st Dec 2015, 18:04
  4. WDTV handbrake settings
    By b267598 in forum Video Conversion
    Replies: 15
    Last Post: 22nd Oct 2012, 08:39
  5. Replies: 7
    Last Post: 4th May 2012, 12:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts