VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Basically I want to select multiple resolutions (for example 1080, 720, 480) in a single command for N_m3u8DL-RE

    Currently I'm using this:

    Code:
    command = f'N_m3u8DL-RE "{mpd_url}" --key "{key}" -sv res="{res}" -sa for=best --save-name "{output_name}" -M format=mkv:muxer=mkvmerge:bin_path="C\:\Program Files\MKVToolNix\mkvmerge.exe"'
    Can anyone help me with this?
    Quote Quote  
  2. Member
    Join Date
    Oct 2024
    Location
    Kıbrıs
    Search Comp PM
    Code:
    N_m3u8DL-RE -mt -M format=mkv:muxer=mkvmerge --sub-format srt --use-shaka-packager --key (key) "mpd" --save-name "name"
    You can use the direction and space keys to select the desired resolution.
    Quote Quote  
  3. Originally Posted by stabbedbybrick View Post
    Code:
    -sv res="1080|720|480":for=best3
    thanks man.
    Quote Quote  
  4. Originally Posted by stabbedbybrick View Post
    Code:
    -sv res="1080|720|480":for=best3
    I need to use the for:best3 or is it optional?
    Quote Quote  
  5. Originally Posted by imayus View Post
    Originally Posted by stabbedbybrick View Post
    Code:
    -sv res="1080|720|480":for=best3
    I need to use the for:best3 or is it optional?
    You need to use it if you want all three tracks. Otherwise it'll only get the first track.
    Quote Quote  
  6. Originally Posted by stabbedbybrick View Post
    Originally Posted by imayus View Post
    Originally Posted by stabbedbybrick View Post
    Code:
    -sv res="1080|720|480":for=best3
    I need to use the for:best3 or is it optional?
    You need to use it if you want all three tracks. Otherwise it'll only get the first track.
    It's not muxing to 3 files for 1080:720:480
    it's just giving one single mkv output with 1080 res.
    Quote Quote  
  7. Originally Posted by imayus View Post
    Originally Posted by stabbedbybrick View Post
    Originally Posted by imayus View Post
    Originally Posted by stabbedbybrick View Post
    Code:
    -sv res="1080|720|480":for=best3
    I need to use the for:best3 or is it optional?
    You need to use it if you want all three tracks. Otherwise it'll only get the first track.
    It's not muxing to 3 files for 1080:720:480
    it's just giving one single mkv output with 1080 res.
    Decrypting...
    15:50:07.255 WARN : Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.mp4
    15:50:07.256 WARN : Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.copy.mp4
    15:50:07.263 WARN : Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.copy.copy.mp4
    15:50:07.265 WARN : Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.hin.m4a
    15:50:07.267 WARN : Muxing to Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.MUX.mkv
    15:50:39.682 WARN : Cleaning files...
    15:50:39.819 WARN : Rename to Aamis 2019 480.240.144p bengali zee5 WEB-DL x264 AAC2.mkv
    Quote Quote  
  8. Originally Posted by imayus View Post

    It's not muxing to 3 files for 1080:720:480
    it's just giving one single mkv output with 1080 res.
    Well yeah, if you have it set to -M that's what it's going to do. You either handle the muxing separately or make your script download each track on their own.
    Quote Quote  
  9. Originally Posted by stabbedbybrick View Post
    Originally Posted by imayus View Post

    It's not muxing to 3 files for 1080:720:480
    it's just giving one single mkv output with 1080 res.
    Well yeah, if you have it set to -M that's what it's going to do. You either handle the muxing separately or make your script download each track on their own.
    If you don't mind, can you please write the mkvmerge command for me? Just simple aud vid merging (mp4+m4a to mkv)

    I'll merge the videos separetly after downloading all the aud and vids.
    Quote Quote  



Similar Threads

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