Advertisement
Guest User

Untitled

a guest
Mar 13th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. ffmpeg -v debug -i http://127.0.0.1:8000:/event1.ogv -vcodec libx264 -acodec aac -strict experimental -b:v 128k -flags -map 0:0 -map 0:1 -f hls -hls_time 6 -hls_list_size 999999 /var/www/hipernation.com/wp-content/livefeeds/zic.m3u8
  2. ffmpeg version N-50904-gfebd78e Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Mar 13 2013 22:42:10 with gcc 4.4.7 (Debian 4.4.7-3)
  4. configuration: --enable-gpl --enable-libx264
  5. libavutil 52. 19.100 / 52. 19.100
  6. libavcodec 55. 0.100 / 55. 0.100
  7. libavformat 55. 0.100 / 55. 0.100
  8. libavdevice 54. 4.100 / 54. 4.100
  9. libavfilter 3. 45.101 / 3. 45.101
  10. libswscale 2. 2.100 / 2. 2.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 2.100 / 52. 2.100
  13. Splitting the commandline.
  14. Reading option '-v' ... matched as option 'v' (set libav* logging level) with argument 'debug'.
  15. Reading option '-i' ... matched as input file with argument 'http://127.0.0.1:8000:/event1.ogv'.
  16. Reading option '-vcodec' ... matched as option 'vcodec' (force video codec ('copy' to copy stream)) with argument 'libx264'.
  17. Reading option '-acodec' ... matched as option 'acodec' (force audio codec ('copy' to copy stream)) with argument 'aac'.
  18. Reading option '-strict' ... matched as AVOption 'strict' with argument 'experimental'.
  19. Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '128k'.
  20. Reading option '-flags' ... matched as AVOption 'flags' with argument '-map'.
  21. Reading option '0:0' ... matched as output file.
  22. Reading option '-map' ... matched as option 'map' (set input stream mapping) with argument '0:1'.
  23. Reading option '-f' ... matched as option 'f' (force format) with argument 'hls'.
  24. Reading option '-hls_time' ... matched as AVOption 'hls_time' with argument '6'.
  25. Reading option '-hls_list_size' ... matched as AVOption 'hls_list_size' with argument '999999'.
  26. Reading option '/var/www/hipernation.com/wp-content/livefeeds/zic.m3u8' ... matched as output file.
  27. Finished splitting the commandline.
  28. Parsing a group of options: global .
  29. Applying option v (set libav* logging level) with argument debug.
  30. Successfully parsed a group of options.
  31. Parsing a group of options: input file http://127.0.0.1:8000:/event1.ogv.
  32. Successfully parsed a group of options.
  33. Opening an input file: http://127.0.0.1:8000:/event1.ogv.
  34. [ogg @ 0x2ab5d60] Format ogg probed with size=2048 and score=100
  35. [ogg @ 0x2ab5d60] File position before avformat_find_stream_info() is 7645
  36. [theora @ 0x2ab9120] Theora bitstream version 30201
  37. [theora @ 0x2ab9120] 7 bits left in packet 82
  38. [ogg @ 0x2ab5d60] Broken file, keyframe not correctly marked.
  39. [ogg @ 0x2ab5d60] All info found
  40. [ogg @ 0x2ab5d60] File position after avformat_find_stream_info() is 24540
  41. Input #0, ogg, from 'http://127.0.0.1:8000:/event1.ogv':
  42. Duration: 159957:47:00.91, start: 1.733333, bitrate: N/A
  43. Stream #0:0, 15, 1/30: Video: theora, yuv420p, 320x240 [SAR 1:1 DAR 4:3], 1/30, 30 fps, 30 tbr, 30 tbn, 30 tbc
  44. Stream #0:1, 1, 1/44100: Audio: vorbis, 44100 Hz, mono, fltp, 80 kb/s
  45. Successfully opened the file.
  46. Parsing a group of options: output file 0:0.
  47. Applying option vcodec (force video codec ('copy' to copy stream)) with argument libx264.
  48. Applying option acodec (force audio codec ('copy' to copy stream)) with argument aac.
  49. Applying option b:v (video bitrate (please use -b:v)) with argument 128k.
  50. Successfully parsed a group of options.
  51. Opening an output file: 0:0.
  52. [NULL @ 0x2abb2a0] Unable to find a suitable output format for '0:0'
  53. 0:0: Invalid argument
  54. Statistics: 24540 bytes read, 0 seeks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement