Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. ffmpeg -i ../test.ts -preset ultrafast -c:a libmp3lame -hls_ts_options fix_teletext_pts=0 play.m3u8
  2. ffmpeg version 2.8.1-1 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 5.2.1 (Debian 5.2.1-21) 20151003
  4. configuration: --prefix=/usr --extra-version=1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-openal --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-opengl --enable-x11grab --enable-libiec61883 --enable-libdc1394 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
  5. libavutil 54. 31.100 / 54. 31.100
  6. libavcodec 56. 60.100 / 56. 60.100
  7. libavformat 56. 40.101 / 56. 40.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 40.101 / 5. 40.101
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 2.101 / 1. 2.101
  13. libpostproc 53. 3.100 / 53. 3.100
  14. Input #0, mpegts, from '../test.ts':
  15. Duration: 00:00:29.92, start: 1.400000, bitrate: 7060 kb/s
  16. Program 1
  17. Metadata:
  18. service_name : Service01
  19. service_provider: FFmpeg
  20. Stream #0:0[0x100]: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  21. Stream #0:1[0x101]: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 143 kb/s
  22. [libx264 @ 0x1ba21e0] using SAR=1/1
  23. [libx264 @ 0x1ba21e0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX
  24. [libx264 @ 0x1ba21e0] profile Constrained Baseline, level 4.0
  25. [hls @ 0x1b531c0] Some of provided format options in 'fix_teletext_pts=0' are not recognized
  26. Output #0, hls, to 'play.m3u8':
  27. Metadata:
  28. encoder : Lavf56.40.101
  29. Stream #0:0: Video: h264 (libx264), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 25 tbn, 25 tbc
  30. Metadata:
  31. encoder : Lavc56.60.100 libx264
  32. Stream #0:1: Audio: mp3 (libmp3lame), 48000 Hz, stereo, fltp
  33. Metadata:
  34. encoder : Lavc56.60.100 libmp3lame
  35. Stream mapping:
  36. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  37. Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame))
  38. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement