VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Hey everyone, need anyone's help with subs being not in sync and sometimes audio is not in sync with video
    the platform is partially free, the link I'm posting is from the free plan

    I got this warning while downloading the movie
    Code:
    [vist#0:0/h264 @ 000001d1438ee8c0] timestamp discontinuity (stream id=481): -5040000, new offset= 5040000
    The movie url
    Code:
    https://hilalplay.com/en/detail/little-archer-iskender-victory
    The m3u8 url
    Code:
    https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8
    The n_m3u8dl-re command I used
    Code:
    N_m3u8DL-RE "https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8" --tmp-dir "temp" --no-log -mt -M format=mkv --save-dir "downloads" --save-name "IskenderVictory"
    I tried many commands (added flags removed flags and none worked) like...
    Code:
    format=mkv:muxer=mkvmerge
    format=mkv:muxer=ffmpeg
    format=mkv:muxer_args="-fflags +genpts"
    --ffmpeg-binary-path ffmpeg
    --binary-merge
    I really appreciate any help, thanks
    Quote Quote  
  2. You can try this:
    Code:
    N_m3u8DL-RE "URL" --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=mkv:muxer=ffmpeg --muxer-args "-fflags +genpts -avoid_negative_ts make_zero -copyts"
    or
    Code:
    --muxer-args "-fflags +genpts -vsync 1 -async 1"
    Most Stable Working Command (Recommended)
    Code:
    N_m3u8DL-RE "URL" -mt --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=ts
    Code:
    ffmpeg -fflags +genpts -i IskenderVictory.ts -map 0 -c copy IskenderVictory.mkv
    This fixes 90% of HLS timestamp discontinuity problems.
    Last edited by sesamap159; 1st Mar 2026 at 09:44.
    Quote Quote  
  3. Originally Posted by sesamap159 View Post
    You can try this:
    Code:
    N_m3u8DL-RE "URL" --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=mkv:muxer=ffmpeg --muxer-args "-fflags +genpts -avoid_negative_ts make_zero -copyts"
    or
    Code:
    --muxer-args "-fflags +genpts -vsync 1 -async 1"
    ERROR
    Code:
    Unrecognized command or argument '--muxer-args'.
    Unrecognized command or argument '-fflags +genpts -avoid_negative_ts make_zero -copyts'.
    Unrecognized command or argument '-fflags +genpts -vsync 1 -async 1'.
    Originally Posted by sesamap159 View Post
    Most Stable Working Command (Recommended)
    Code:
    N_m3u8DL-RE "URL" -mt --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=ts
    Code:
    ffmpeg -fflags +genpts -i IskenderVictory.ts -map 0 -c copy IskenderVictory.mkv
    This fixes 90% of HLS timestamp discontinuity problems.
    ERROR
    Code:
    format=ts not valid
    and of course if I changed format again to mkv or mp4 same problem happens
    Quote Quote  
  4. Member
    Join Date
    Feb 2006
    Location
    United States
    Search Comp PM
    Originally Posted by xangetsue View Post
    Originally Posted by sesamap159 View Post
    You can try this:
    Code:
    N_m3u8DL-RE "URL" --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=mkv:muxer=ffmpeg --muxer-args "-fflags +genpts -avoid_negative_ts make_zero -copyts"
    or
    Code:
    --muxer-args "-fflags +genpts -vsync 1 -async 1"
    ERROR
    Code:
    Unrecognized command or argument '--muxer-args'.
    Unrecognized command or argument '-fflags +genpts -avoid_negative_ts make_zero -copyts'.
    Unrecognized command or argument '-fflags +genpts -vsync 1 -async 1'.
    Originally Posted by sesamap159 View Post
    Most Stable Working Command (Recommended)
    Code:
    N_m3u8DL-RE "URL" -mt --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=ts
    Code:
    ffmpeg -fflags +genpts -i IskenderVictory.ts -map 0 -c copy IskenderVictory.mkv
    This fixes 90% of HLS timestamp discontinuity problems.
    ERROR
    Code:
    format=ts not valid
    and of course if I changed format again to mkv or mp4 same problem happens
    try this command - N_m3u8DL-RE -M format=mkv "https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8" --save-name rick
    Quote Quote  
  5. Originally Posted by october262 View Post
    Originally Posted by xangetsue View Post
    Originally Posted by sesamap159 View Post
    You can try this:
    Code:
    N_m3u8DL-RE "URL" --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=mkv:muxer=ffmpeg --muxer-args "-fflags +genpts -avoid_negative_ts make_zero -copyts"
    or
    Code:
    --muxer-args "-fflags +genpts -vsync 1 -async 1"
    ERROR
    Code:
    Unrecognized command or argument '--muxer-args'.
    Unrecognized command or argument '-fflags +genpts -avoid_negative_ts make_zero -copyts'.
    Unrecognized command or argument '-fflags +genpts -vsync 1 -async 1'.
    Originally Posted by sesamap159 View Post
    Most Stable Working Command (Recommended)
    Code:
    N_m3u8DL-RE "URL" -mt --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=ts
    Code:
    ffmpeg -fflags +genpts -i IskenderVictory.ts -map 0 -c copy IskenderVictory.mkv
    This fixes 90% of HLS timestamp discontinuity problems.
    ERROR
    Code:
    format=ts not valid
    and of course if I changed format again to mkv or mp4 same problem happens
    try this command - N_m3u8DL-RE -M format=mkv "https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8" --save-name rick

    same error again
    tried yt-dlp & ffmpeg same result
    Quote Quote  
  6. ffmpeg -i "https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8" "IskenderVictory.mkv"

    There will be many errors, ignore it, let the video download finish.

    For subs, you have to manually download
    Quote Quote  
  7. Originally Posted by Frieren View Post
    ffmpeg -i "https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8" "IskenderVictory.mkv"

    There will be many errors, ignore it, let the video download finish.

    For subs, you have to manually download
    Already tried that, but thanks anyways
    I don’t understand in the website everything works fine
    But after downloading (glitches, audio/sub out of sync) all appears

    Thank you all for trying to help appreciate your time
    Quote Quote  



Similar Threads

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