Advertisement
Guest User

ffmpeg hls_flags

a guest
Sep 23rd, 2014
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. ./ffmpeg -i Divergent.mp4 -hls_flags single_file out.m3u8
  2. ffmpeg version 2.4 Copyright (c) 2000-2014 the FFmpeg developers
  3.   built on Sep 15 2014 13:36:42 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  4.   configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --arch=x86_64 --enable-runtime-cpudetect
  5.   libavutil      54.  7.100 / 54.  7.100
  6.   libavcodec     56.  1.100 / 56.  1.100
  7.   libavformat    56.  4.101 / 56.  4.101
  8.   libavdevice    56.  0.100 / 56.  0.100
  9.   libavfilter     5.  1.100 /  5.  1.100
  10.   libswscale      3.  0.100 /  3.  0.100
  11.   libswresample   1.  1.100 /  1.  1.100
  12.   libpostproc    53.  0.100 / 53.  0.100
  13. Unrecognized option 'hls_flags'.
  14. Error splitting the argument list: Option not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement