Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. anshul@linux-zq1i:~/openfeather/Project/FFmpeg> ffmpeg -i ~/Videos/kiran_bowling.mp4 http://localhost:8090/feed1.ffm
  2. ffmpeg version N-69036-gf4ebed0 Copyright (c) 2000-2015 the FFmpeg developers
  3. built on Jan 26 2015 00:03:27 with gcc 4.8 (SUSE Linux)
  4. configuration: --disable-optimizations --enable-gpl --enable-nonfree --enable-libx264 --enable-libfaac
  5. libavutil 54. 16.100 / 54. 16.100
  6. libavcodec 56. 20.100 / 56. 20.100
  7. libavformat 56. 18.101 / 56. 18.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 7.100 / 5. 7.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/anshul/Videos/kiran_bowling.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 0
  17. compatible_brands: isom3gp4
  18. creation_time : 2014-01-04 13:43:08
  19. Duration: 00:00:44.14, start: 0.000000, bitrate: 12069 kb/s
  20. Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc), 1280x720 [SAR 1:1 DAR 16:9], 11966 kb/s, 29.70 fps, 29.67 tbr, 90k tbn, 30 tbc (default)
  21. Metadata:
  22. creation_time : 2014-01-04 13:43:08
  23. handler_name : VideoHandle
  24. encoder :
  25. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
  26. Metadata:
  27. creation_time : 2014-01-04 13:43:08
  28. handler_name : SoundHandle
  29. [tcp @ 0xa705840] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
  30. [tcp @ 0xa6e34e0] Connection to tcp://localhost:8090 failed (Connection refused), trying next address
  31. [swscaler @ 0xa6c8480] deprecated pixel format used, make sure you did set range correctly
  32. [swscaler @ 0xa8a3bc0] deprecated pixel format used, make sure you did set range correctly
  33. [mpeg1video @ 0xa7bb380] bitrate tolerance 21333 too small for bitrate 64000, overriding
  34. [mpeg1video @ 0xa7bb380] MPEG1/2 does not support 3/1 fps
  35. Output #0, ffm, to 'http://localhost:8090/feed1.ffm':
  36. Metadata:
  37. major_brand : isom
  38. minor_version : 0
  39. compatible_brands: isom3gp4
  40. creation_time : now
  41. Stream #0:0(eng): Audio: mp2, 44100 Hz, mono, s16, 32 kb/s (default)
  42. Metadata:
  43. creation_time : 2014-01-04 13:43:08
  44. handler_name : SoundHandle
  45. encoder : Lavc56.20.100 mp2
  46. Stream #0:1(eng): Video: mpeg1video, none, 160x128, q=2-31, 64 kb/s, SAR 64:45 DAR 16:9, 29.97 fps, 3 tbc (default)
  47. Metadata:
  48. creation_time : 2014-01-04 13:43:08
  49. handler_name : VideoHandle
  50. encoder : Lavc56.20.100 mpeg1video
  51. Stream #0:2(eng): Audio: wmav2, 22050 Hz, 1 channels, fltp, 64 kb/s (default)
  52. Metadata:
  53. creation_time : 2014-01-04 13:43:08
  54. handler_name : SoundHandle
  55. encoder : Lavc56.20.100 wmav2
  56. Stream #0:3(eng): Video: msmpeg4v3 (msmpeg4), none, 352x240, q=2-31, 256 kb/s, SAR 40:33 DAR 16:9, 29.67 fps, 15 tbc (default)
  57. Metadata:
  58. creation_time : 2014-01-04 13:43:08
  59. handler_name : VideoHandle
  60. encoder : Lavc56.20.100 msmpeg4
  61. Stream mapping:
  62. Stream #0:1 -> #0:0 (aac (native) -> mp2 (native))
  63. Stream #0:0 -> #0:1 (h264 (native) -> mpeg1video (native))
  64. Stream #0:1 -> #0:2 (aac (native) -> wmav2 (native))
  65. Stream #0:0 -> #0:3 (h264 (native) -> msmpeg4v3 (msmpeg4))
  66. Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement