VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hello, I'm working on a python script that after getting the keys and asking for filename starts decoding and muxing with mkvmerg by the amazing tool N_m3u8DL-RE.

    Code:
    os.system(f'start /b /wait cmd /c {N_m3u8DL_RE} {mpd_url} --tmp-dir "{DOWNLOADS_PATH}{path.sep}temp_{File_Name}" {key_string} --save-dir "{DOWNLOADS_PATH}" --save-name "{File_Name}" -M format=mkv:muxer=mkvmerge --no-log')
    I will be wondering if I get the possibility to add additional options like:

    Code:
    --clusters-in-meta-seek --engage no_cue_duration --engage no_cue_relative_position
    Quote Quote  
  2. did you have a look on the github page for N_m3u8DL-RE?
    Quote Quote  
  3. No I did not, it's in chinese, but I have checked all available options like this:
    Image
    [Attachment 76904 - Click to enlarge]
    Quote Quote  
  4. Code:
    >N_m3u8DL-RE.exe --morehelp mux-after-done
    More Help:
    
      --mux-after-done
    
    When all works is done, try to mux the downloaded streams. OPTIONS is a colon separated list of:
    
    * format=FORMAT: set container. mkv, mp4
    * muxer=MUXER: set muxer. ffmpeg, mkvmerge (Default: ffmpeg)
    * bin_path=PATH: set binary file path. (Default: auto)
    * skip_sub=BOOL: set whether or not skip subtitle files (Default: false)
    * keep=BOOL: set whether or not keep files. true, false (Default: false)
    
    Examples:
    # mux to mp4
    -M format=mp4
    # use mkvmerge, auto detect bin path
    -M format=mkv:muxer=mkvmerge
    # use mkvmerge, set bin path
    -M format=mkv:muxer=mkvmerge:bin_path="C\:\Program Files\MKVToolNix\mkvmerge.exe"
    doesnt look like it supports custom options for the muxer
    https://github.com/nilaoda/N_m3u8DL-RE/issues/302
    Quote Quote  
  5. It seems that it is not possible till now according to issue posts.

    Thank you!
    Quote Quote  



Similar Threads

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