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.
I will be wondering if I get the possibility to add additional options like: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')
Code:--clusters-in-meta-seek --engage no_cue_duration --engage no_cue_relative_position
+ Reply to Thread
Results 1 to 5 of 5
-
-
No I did not, it's in chinese, but I have checked all available options like this:
[Attachment 76904 - Click to enlarge] -
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"
https://github.com/nilaoda/N_m3u8DL-RE/issues/302 -
It seems that it is not possible till now according to issue posts.
Thank you!
Similar Threads
-
Mkvmerge, batch to mkvmerge add multiple audio tracks
By SrBills in forum Newbie / General discussionsReplies: 5Last Post: 15th Mar 2024, 11:03 -
Need help me getting the N_m3u8DL-RE
By mrsimple8x in forum Video Streaming DownloadingReplies: 2Last Post: 19th Dec 2023, 07:29 -
Problem with additional options in Handbrake with h264 videotoolbox Mac M1
By Player1204 in forum Blu-ray RippingReplies: 0Last Post: 5th Oct 2023, 06:33 -
Testing N_m3u8DL-RE
By Subtitles in forum Video Streaming DownloadingReplies: 2Last Post: 11th Sep 2023, 12:12 -
Help with N_m3u8DL-RE and MPD
By sparklescale in forum Video Streaming DownloadingReplies: 4Last Post: 20th Jun 2023, 23:31