Skip to content

Instantly share code, notes, and snippets.

@peterkir
Last active April 26, 2019 21:37
Show Gist options
  • Save peterkir/2c41b4e9f5868aa1749ba83c90916901 to your computer and use it in GitHub Desktop.
Save peterkir/2c41b4e9f5868aa1749ba83c90916901 to your computer and use it in GitHub Desktop.
KnowHow-divers

Diverse Info

Local storage of video files from e.g. YouTube

VLC

vlc http:// --sout="#std{access=file,mux=mkv,dst='/tmp/file.mkv'}" vlc://quit

Mplayer

mplayer -dumpstream http://STREAM.mp4 -dumpfile /tmp/file.mp4

ffmpeg

ffmpeg -i http://STREAM.mp4 -acodec copy -vcodec copy /tmp/file.mp4

Links

Record Stream Using VLC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment