Trying to capture "longish" youtube video that is likely being streamed, but is not a live stream. Video Download helper does not recognize and as such will not "download".
http://www.youtube.com/watch?v=Yg3YDN5gTX0&hd=1
So I tried several of the URLs presented in the Net web console, but always get:
"Invalid data found when processing input" from ffmpeg (see a full output at end of post)
FWIW, I used the same methods as described in this thread:
http://stream-recorder.com/forum/cap...ffmpeg+youtube
But have not had success yet.
Any insight?
Code:
$ ffmpeg -i "http://www.youtube.com/player_204?el=detailpage&scoville=1&partnerid=35&v=Yg3YDN5gTX0&fmt=35&st=0&plid=AATLzGYoGf1e2i78&sprot=1&event=streaming&rt=1.322&sl=1.320&fv=LNX%2011,2,202,243&fexp=927104,922401,912706,912806,920704,927201,913546,901419,900816,920201,913556,925109,919003" -c copy out.ts
ffmpeg version 0.10.5 Copyright (c) 2000-2012 the FFmpeg developers
built on Oct 4 2012 19:17:43 with gcc 4.7.2 20120921 (Red Hat 4.7.2-2)
configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
libavutil 51. 35.100 / 51. 35.100
libavcodec 53. 61.100 / 53. 61.100
libavformat 53. 32.100 / 53. 32.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 61.100 / 2. 61.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 6.100 / 0. 6.100
libpostproc 52. 0.100 / 52. 0.100
http://www.youtube.com/player_204?el=detailpage&scoville=1&partnerid=35&v=Yg3YDN5gTX0&fmt=35&st=0&plid=AATLzGYoGf1e2i78&sprot=1&event=streaming&rt=1.322&sl=1.320&fv=LNX%2011,2,202,243&fexp=927104,922401,912706,912806,920704,927201,913546,901419,900816,920201,913556,925109,919003: Invalid data found when processing input
[~]$