warren-bank / node-hls-downloader-tubitv

Command-line utility for downloading an offline copy of TubiTV HLS video streams.
GNU General Public License v2.0
58 stars 8 forks source link

FFmpeg causing issues maybe #1

Closed gimmeAll closed 2 years ago

gimmeAll commented 3 years ago

I dont know specifically what is causing issues other than some command sent to FFmpeg is not fulfilled correctly, maybe. All I know is that I entered the following command and the very bottom resulted from it. Please help I just wanna watch this show offline


tubidl -mc 5 -u https://tubitv.com/series/926/dan-vs

starting download of 405 video data files.. done

download complete.

starting ffmpeg conversion of HLS stream to mp4 file.. ffmpeg error: Error: spawn C:\Windows\system32\cmd.exe ENOENT at Process.ChildProcess._handle.onexit (node:internal/child_process:282:19) at onErrorNT (node:internal/child_process:480:16) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn C:\Windows\system32\cmd.exe', path: 'C:\Windows\system32\cmd.exe', spawnargs: [ '/d', '/s', '/c', '"ffmpeg -nostats -hide_banner -loglevel panic -allowed_extensions ALL -i "D:\aaaa\Dan Vs.\S01E01 - The Wolf-Man\hls\master.m3u8" -c copy -movflags +faststart "D:\aaaa\Dan Vs.\S01E01 - The Wolf-Man\mp4\video.mp4""' ], cmd: 'ffmpeg -nostats -hide_banner -loglevel panic -allowed_extensions ALL -i "D:\aaaa\Dan Vs.\S01E01 - The Wolf-Man\hls\master.m3u8" -c copy -movflags +faststart "D:\aaaa\Dan Vs.\S01E01 - The Wolf-Man\mp4\video.mp4"' }

warren-bank commented 3 years ago

I'm actually pleasantly surprised that this utility is (apparently) still working properly; the website hasn't made any breaking changes that would require an update to the utility.

looks as though:

warren-bank commented 3 years ago

PS: