You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Cat-Catch compatible with --no-part commandline to download sequentially force the download to write directly to the output file=we can playback temporary unified video while downloading= avoid small fragment videos slices
#634
Open
trimechee opened this issue
Feb 15, 2025
· 3 comments
Hi, downloading embedded streaming videos works perfectly with Cat Catch and N_m3u8DL-RE , thanks !
the problem, my ADSL internet connection can become very weak when my mother and sisters connect to wifi, to solve this problem, I added in URL Protocol m3u8dl settings of Cat Catch this command line :
--tmp-dir "E:" --save-dir "E:"
to see and playback temporary video while downloading, the problem the temporary video is in the form of multiple small fragments videos slices impossible to play back with local media player in a seamless playback smooth playback without interruption silence between the small files videos .....
i do some research and it seems that yt-dlp which uses ffmpeg to download, yt-dlp has a special command :
--no-part
to force the download to write directly to the output file :
we hope please a similar command line function/option for Cat Catch to make the dream ture to be able to download sequentially force the download to write directly to the output file=we can playback temporary unified video while downloading= avoid small fragment videos slices, just like Cat Catch parser, thanks a lot !
The text was updated successfully, but these errors were encountered:
Mr @xifangczy, full of hope, I search in the command lines of N_m3u8DL-RE and I find this command line:
--live-real-time-merge
which seems to me a promising command and can perhaps remove the small fragments of video slices to have a temporary unified video in order to playback while downloading, I try to download this streaming hls video :
I notice this: yt-dlp which has the ability to download temporary hls video in an unified manner with --no-part command line without slices small fragments videos, yt-dlp develops its own version of ffmpeg customized with some patches necessary for smooth integration with yt-dlp and the builds provided are only meant to be used with yt-dlp and any unrelated issues/patches will be rejected!
so maybe the ultimate secret to make the dream come true and save an expensive internet plan and an expensive laptop expensive cpu and to avoid videos jerk lag in the web browser of full HD videos i.e. download temporary hls video in a unified way with --no-part command line without slices small fragments videos is to develop own customized personalized ffmpeg adaptable to N_m3u8DL-RE, like yt-dlp does?
trimechee
changed the title
Make N_m3u8DL-RE compatible with --no-part commandline to download sequentially force the download to write directly to the output file=we can playback temporary unified video while downloading= avoid small fragment videos slices
Make Cat-Catch compatible with --no-part commandline to download sequentially force the download to write directly to the output file=we can playback temporary unified video while downloading= avoid small fragment videos slices
Feb 16, 2025
Please Mr @xifangczy , just one more urgent question, how to enable correctly the commad line --live-real-time-merge of N_m3u8DL-RE in Cat-Catch settings ?
I added this command line in URL Protocol m3u8dl of Cat Catch settings but I don't see any real time merge of streaming video hls ? documentation say the default state of this command is false , we must put : --live-real-time-merge [default: True] ?
Hi, downloading embedded streaming videos works perfectly with Cat Catch and N_m3u8DL-RE , thanks !
the problem, my ADSL internet connection can become very weak when my mother and sisters connect to wifi, to solve this problem, I added in URL Protocol m3u8dl settings of Cat Catch this command line :
--tmp-dir "E:" --save-dir "E:"
to see and playback temporary video while downloading, the problem the temporary video is in the form of multiple small fragments videos slices impossible to play back with local media player in a seamless playback smooth playback without interruption silence between the small files videos .....
i do some research and it seems that yt-dlp which uses ffmpeg to download, yt-dlp has a special command :
--no-part
to force the download to write directly to the output file :
yt-dlp/yt-dlp#2783
yt-dlp/yt-dlp#9050
we hope please a similar command line function/option for Cat Catch to make the dream ture to be able to download sequentially force the download to write directly to the output file=we can playback temporary unified video while downloading= avoid small fragment videos slices, just like Cat Catch parser, thanks a lot !
The text was updated successfully, but these errors were encountered: