VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 5 of 5
  1. from mpd i have this res available:
    Code:
    960x540 | 2053 Kbps | video-avc1-5 | 23.976 | avc1.4D401F
    768x432 | 1468 Kbps | video-avc1-4 | 23.976 | avc1.4D401E
    768x432 | 1077 Kbps | video-avc1-3 | 23.976 | avc1.4D401E
    768x432 | 731 Kbps  | video-avc1-2 | 23.976 | avc1.4D401E 
    384x216 | 350 Kbps  | video-avc1-1 | 23.976 | avc1.4D400D
    i need add RE command for my resolution to start download automatically

    it's ok for 540p with -sv res="540*"
    but if i want this res: 768x432 | 1077 Kbps how to ?
    Quote Quote  
  2. Code:
    Select video streams by regular expressions. OPTIONS is a colon separated list of:
    
    id=REGEX:lang=REGEX:name=REGEX:codec=REGEX:res=REGEX:frame=REGEX
    segsMin=number:segsMax=number:ch=REGEX:range=REGEX:url=REGEX
    plistDurMin=hms:plistDurMax=hms:for=FOR
    
    * for=FOR: Select type. best[number], worst[number], all (Default: best)
    
    Examples:
    # select best video
    -sv best
    # select 4K+HEVC video
    -sv res="3840*":codec=hvc1:for=best
    # Select best video with duration longer than 1 hour 20 minutes 30 seconds
    -sv plistDurMin="1h20m30s":for=best
    Quote Quote  
  3. as you can see, have 3 available res 432p

    i want 432 | 1077

    so, -sv res="432*"
    but how to choose 1077 ?
    Quote Quote  
  4. Originally Posted by whs912km View Post
    as you can see, have 3 available res 432p

    i want 432 | 1077

    so, -sv res="432*"
    but how to choose 1077 ?
    Code:
    -sv id="3"
    ?
    Last edited by Frieren; 21st Aug 2024 at 06:13.
    Quote Quote  
  5. oh wonderful

    -sv id="3" work like a charm. thank you so much
    Quote Quote  



Similar Threads

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