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
The movie urlCode:[vist#0:0/h264 @ 000001d1438ee8c0] timestamp discontinuity (stream id=481): -5040000, new offset= 5040000
The m3u8 urlCode:https://hilalplay.com/en/detail/little-archer-iskender-victory
The n_m3u8dl-re command I usedCode:https://content.hilalplay.com/v2/media/a5fd372e-d9ef-4da0-a2c7-33259f8ec627/master.m3u8
I tried many commands (added flags removed flags and none worked) like...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 really appreciate any help, thanksCode:format=mkv:muxer=mkvmerge format=mkv:muxer=ffmpeg format=mkv:muxer_args="-fflags +genpts" --ffmpeg-binary-path ffmpeg --binary-merge![]()
+ Reply to Thread
Results 1 to 7 of 7
-
-
You can try this:
orCode: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"
Most Stable Working Command (Recommended)Code:--muxer-args "-fflags +genpts -vsync 1 -async 1"
Code:N_m3u8DL-RE "URL" -mt --tmp-dir "temp" --save-dir "downloads" --save-name "IskenderVictory" -M format=ts
This fixes 90% of HLS timestamp discontinuity problems.Code:ffmpeg -fflags +genpts -i IskenderVictory.ts -map 0 -c copy IskenderVictory.mkv
Last edited by sesamap159; 1st Mar 2026 at 09:44.
-
ERROR
ERRORCode: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'.
and of course if I changed format again to mkv or mp4 same problem happensCode:format=ts not valid
-
-
Similar Threads
-
How to merge video m3u8 url and audio m3u8 url live channel
By sairaj in forum DVB / IPTVReplies: 3Last Post: 18th Jan 2026, 17:16 -
How to extract m3u8 URL from this site?
By BosseB in forum Video Streaming DownloadingReplies: 8Last Post: 17th Nov 2025, 16:11 -
Constantly Updated m3u8 URL
By yarrak in forum Video Streaming DownloadingReplies: 7Last Post: 5th Nov 2025, 02:28 -
Download from URL without index.m3u8
By naoto89 in forum Video Streaming DownloadingReplies: 8Last Post: 25th Jan 2025, 04:25 -
Can N_m3u8DL-RE be used just to decrypt an m3u8 list?
By Frankss in forum Video Streaming DownloadingReplies: 3Last Post: 16th Mar 2024, 18:17


Quote
