[FFmpeg-devel] [PATCH 0/2] Experimental YouTube protocol support
Lukasz Marek
lukasz.m.luki at gmail.com
Fri Aug 23 23:45:55 CEST 2013
Hi,
I made that patch for my purposes, but why not to share it.
It bases on perl script available here:
https://calomel.org/youtube_wget.html
It may require some functional polishing like more
advanced stream selection etc, but i prefer to see
your attitude about at first.
The only concern I have about merging it is that it may stop working without a warning.
Best Regrads,
Lukasz Marek
Lukasz Marek (2):
lavu/bprint: add append buffer function
lavf: youtube support
Changelog | 1 +
MAINTAINERS | 1 +
configure | 1 +
doc/protocols.texi | 45 +++++
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/youtube.c | 463 ++++++++++++++++++++++++++++++++++++++++++++++
libavutil/bprint.c | 18 ++
libavutil/bprint.h | 5 +
libavutil/version.h | 2 +-
10 files changed, 537 insertions(+), 1 deletions(-)
create mode 100644 libavformat/youtube.c
--
1.7.2.5
More information about the ffmpeg-devel
mailing list