i would like to download m3u8 link and Preview at the same time i can see the video but no sound.
Code
ffmpeg -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c:v libx264 -af "volume=15dB" output.mp4 -pix_fmt yuv420p -an -f sdl2 -window_size 1280x720 "Preview"
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 8 of 8
-
Last edited by takheang303; 21st Aug 2021 at 08:57.
-
-an = audio none ?
Tried it. That isn't the problem.Last edited by jagabo; 21st Aug 2021 at 08:33.
-
do you still get audio when the file is downloaded ??
might also try using a transport stream - https://superuser.com/questions/757114/play-ffmpeg-while-downloadingLast edited by october262; 21st Aug 2021 at 11:10.
-
The ffmpeg command line creates a file called output.mp4 while it's previewing. That file includes audio. The result is the same with a transport stream -- no audio during preview. One benefit of using a transport stream though is that you can play the TS while it's still downloading.
-
Code:
ffmpeg -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c copy output.ts
discord=notaghost9997 -
You can download the m3u8 with ffmpeg and preview the video (and audio) with ffplay:
Code:ffmpeg -y -i "http://live.prd.go.th:1935/live/ch1_L.sdp/chunklist_w1249643471.m3u8" -c:v libx264 -af "volume=15dB" output.mp4 -c copy -f mpegts - | ffplay -x 1280 -y 720 -
Similar Threads
-
Please help download video m3u8
By raylink in forum Video Streaming DownloadingReplies: 37Last Post: 1st May 2023, 14:02 -
Please Help - Download / Back m3u8 link
By geordie10 in forum Video Streaming DownloadingReplies: 8Last Post: 2nd May 2021, 08:05 -
Download m3u8 video?
By ThunderRanger in forum Video Streaming DownloadingReplies: 3Last Post: 21st May 2020, 13:06 -
download video (m3u8)
By dontsmileatme in forum Video Streaming DownloadingReplies: 6Last Post: 24th Feb 2019, 10:29 -
Help to Download m3u8 protected video
By Alisson Freitas in forum Video Streaming DownloadingReplies: 0Last Post: 28th Sep 2016, 20:02