So i have been recording 1080p videos (saved fresh m3u8 links, so my downloads are usually in 15-minute segments, because I think the link expires, hence the HTTP 404 error) from youtube and nbc using ffmpeg.
This one error below is puzzling really, and I'm wondering is there is a solution at all......... Can somebody help?
--new to ffmpeg btw
---------
Quote:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Eileen>cd desktop
C:\Users\Eileen\Desktop>cd bin
C:\Users\Eileen\Desktop\bin>ffmpeg.exe -i index.m3u8 -c copy index.ts
ffmpeg version N-43921-ga366bea Copyright (c) 2000-2012 the FFmpeg developers
built on Aug 26 2012 21:01:41 with gcc 4.7.1 (GCC)
configuration: --enable-gpl --enable-version3 --disable-pthreads --enable-runt
ime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass -
-enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-l
ibfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenj
peg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheo
ra --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-li
bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --ena
ble-zlib
libavutil 51. 70.100 / 51. 70.100
libavcodec 54. 54.100 / 54. 54.100
libavformat 54. 25.104 / 54. 25.104
libavdevice 54. 2.100 / 54. 2.100
libavfilter 3. 13.101 / 3. 13.101
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
[hls,applehttp @ 00000000003aed80] Error when loading first segment 'http://redi
rector.c.youtube.com/videoplayback/id/ca1b281424c9912e/itag/96/source/youtube/ra
nge/5300078976-5303304687/file/seg.ts?ratebypass=yes&pbr=yes&playlist_type=DVR&m
audio=1&pmbypass=yes&upn=vrNICgGl18A&sver=3&ip=112 .205.82.87&ipbits=8&expire=135
0146014&sparams=ip,ipbits,expire,id,itag,source,ra tebypass,pbr,playlist_type,mau
dio,pmbypass&signature=0B6E12E25491B3032733F2338E6 7F1D3B868FB58.0F45DB59662A55FA
B10EB6164C7A3C0D9CA463B8&key=ck1&dur=3.960'
index.m3u8: Invalid data found when processing input
C:\Users\Eileen\Desktop\bin>
|