Re: [FFmpeg-user] m3u8 download has no audio track

2022-11-07 Thread Moritz Barsnick
Hi Carl, On Mon, Nov 07, 2022 at 21:01:38 -0500, Carl Fink wrote: > ffmpeg -i"http://example.com/video_url.m3u8"; -c copy -bsf:a aac_adtstoasc > "output.mp4" [...] > This has worked in the past, but lately from Nebula, I get an output > file with no audio track, according to ffplay, and also vlc

Re: [FFmpeg-user] m3u8 download has no audio track

2022-11-07 Thread Carl Fink
Please pardon that stupid string of numerals. I hate when that happens. (It only happened this one time, but I do hate it.) On 11/7/22 21:01, Carl Fink wrote: Hi, 2134567890213456789021345678902134567890213456789021345678902134567890 I'm attempting to download video from nebula (https://nebula

[FFmpeg-user] m3u8 download has no audio track

2022-11-07 Thread Carl Fink
Hi, 2134567890213456789021345678902134567890213456789021345678902134567890 I'm attempting to download video from nebula (https://nebula.tv) for offline viewing. I use this command line: ffmpeg -i"http://example.com/video_url.m3u8"; -c copy -bsf:a aac_adtstoasc "output.mp4" (taken fromhttps://