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 13 of 13
  1. N_m3u8DL-RE_v0.2.1-beta just released

    What's Changed

    ver. 20240828
    Dash Role Scheme support by @Diazole
    Fix the error caused by multiple decryptions of local files The input data is not a complete block by @BlueHtml
    try using shaka packager, which can handle WebM, to get KID by @hyww
    Support Dolby Vision ISM parsing by @nilaoda
    Force the display of progress bar and other information in non-ansi environment by @RikaCelery
    Optimize the log file generation logic by @nilaoda
    Add a retry mechanism when loading a URL for the first time by @nilaoda
    Fix the abnormal reading of KID of multiple DRM files by @AdiEcho
    Add a bitrate selector and fix 2 bugs by @geniuszxy

    New option --use-ffmpeg-concat-demuxer 836a908
    New option --max-speed eb85df8
    New option --live-take-count e3c4cbb

    https://github.com/nilaoda/N_m3u8DL-RE/releases
    Quote Quote  
  2. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Silv3r View Post
    N_m3u8DL-RE_v0.2.1-beta just released
    This version was out for a while already. You can fork the repo and edit the workflow on your own to release the latest build :
    Code:
    .github/workflows/build_latest.yml
    Or grab the artifacts from the build even if publish release is unticked : https://github.com/nilaoda/N_m3u8DL-RE/actions/runs/10598853685
    On this repo only nilaoda is able to build but if you fork you will be able to lunch a build after each change.
    Quote Quote  
  3. Originally Posted by aqzs View Post
    Originally Posted by Silv3r View Post
    N_m3u8DL-RE_v0.2.1-beta just released
    This version was out for a while already. You can fork the repo and edit the workflow on your own to release the latest build :
    Code:
    .github/workflows/build_latest.yml
    Or grab the artifacts from the build even if publish release is unticked : https://github.com/nilaoda/N_m3u8DL-RE/actions/runs/10598853685
    On this repo only nilaoda is able to build but if you fork you will be able to lunch a build after each change.
    which apps/files are required for N_m3u8DL-RE ?
    Quote Quote  
  4. Only ffmpeg.exe

    and if the video is protected mp4decrypt or shaka-packager
    Quote Quote  
  5. Image
    [Attachment 81833 - Click to enlarge]


    btw i have this problem the video is downloading but no downloading infos in command line very weird
    Quote Quote  
  6. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Originally Posted by Szambonurek View Post
    btw i have this problem the video is downloading but no downloading infos in command line very weird
    Because of '--log-level OFF'
    Quote Quote  
  7. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by Szambonurek View Post
    mkvmerge.exe isn't needed?
    mkvmerge isn't strictly needed but it's highly recommended because you can choose it as a muxer option
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  8. Originally Posted by aqzs View Post
    Originally Posted by Szambonurek View Post
    btw i have this problem the video is downloading but no downloading infos in command line very weird
    Because of '--log-level OFF'
    thanks for the info (--log-level INFO now it's ok)
    Quote Quote  
  9. Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by Szambonurek View Post
    mkvmerge.exe isn't needed?
    mkvmerge isn't strictly needed but it's highly recommended because you can choose it as a muxer option
    ok which command to use for mkvmerge muxing?

    last question which ffmpeg version ?

    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z
    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z
    Quote Quote  
  10. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Originally Posted by Szambonurek View Post
    ok which command to use for mkvmerge muxing?
    You can always get direct help from the command line
    >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"
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  11. Originally Posted by Szambonurek View Post
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Originally Posted by Szambonurek View Post
    mkvmerge.exe isn't needed?
    mkvmerge isn't strictly needed but it's highly recommended because you can choose it as a muxer option
    ok which command to use for mkvmerge muxing?

    last question which ffmpeg version ?

    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip
    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z
    https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z
    download any one you just need the ffmpeg.exe file located in the BIN folder of the package, this is fine

    https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z
    Quote Quote  
  12. Originally Posted by aqzs View Post
    Originally Posted by Szambonurek View Post
    btw i have this problem the video is downloading but no downloading infos in command line very weird
    Because of '--log-level OFF'
    Not sure if it's a bug or if the developer changed it, but with --log-level OFF, it’s supposed to show only the download progress. However, in version v0.2.1, it's showing nothing, and the download progress is just hidden


    '--log-level OFF' with 'v0.2.0':
    Image
    [Attachment 81837 - Click to enlarge]
    Quote Quote  



Similar Threads

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