Skip to content

Instantly share code, notes, and snippets.

@ePirat
Created May 15, 2014 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ePirat/00710e09e36ef9fee85a to your computer and use it in GitHub Desktop.
Save ePirat/00710e09e36ef9fee85a to your computer and use it in GitHub Desktop.
$ ffmpeg -i ~/Downloads/intro.mp4 -hls_time 5 -hls_list_size 0 -hls_base_url "http://epirat.rsync.at/Files/stream/" out.m3u8
ffmpeg version 2.2.1 Copyright (c) 2000-2014 the FFmpeg developers
built on May 4 2014 17:31:13 with Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
configuration: --prefix=/usr/local/Cellar/ffmpeg/2.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
libavutil 52. 66.100 / 52. 66.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 2.100 / 4. 2.100
libavresample 1. 2. 0 / 1. 2. 0
libswscale 2. 5.102 / 2. 5.102
libswresample 0. 18.100 / 0. 18.100
libpostproc 52. 3.100 / 52. 3.100
Unrecognized option 'hls_base_url'.
Error splitting the argument list: Option not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment