Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. [root@test-ffenc scripts]# sh getfile
  2. ffmpeg version 2.4.git Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Mar 30 2015 12:19:14 with gcc 4.4.7 (GCC) 20120313 (Red Hat 4.4.7-11)
  4. configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-nonfree --enable-version3 --enable-libfdk_aac --enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libnvenc
  5. libavutil 54. 10.100 / 54. 10.100
  6. libavcodec 56. 8.102 / 56. 8.102
  7. libavformat 56. 9.101 / 56. 9.101
  8. libavdevice 56. 1.100 / 56. 1.100
  9. libavfilter 5. 1.106 / 5. 1.106
  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, mpegts, from '/root/varinder/original.m2ts':
  14. Duration: 00:01:25.86, start: 600.000000, bitrate: 14022 kb/s
  15. Program 1
  16. Stream #0:0[0x1011]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 90k tbn, 47.95 tbc
  17. Stream #0:1[0x1100](und): Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, fltp, 256 kb/s
  18. Output #0, stream_segment,ssegment, to '/var/www/html/TSN5H/TSN5H_2M_%08d.ts':
  19. Metadata:
  20. service_provider: Provider
  21. service_name : TSN5
  22. Stream #0:0: Video: h264 (libnvenc), yuv420p, 640x320 [SAR 8:9 DAR 16:9], q=-1--1, 1500 kb/s, 30 fps, 30 tbn, 30 tbc
  23. Metadata:
  24. encoder : Lavc56.8.102 libnvenc
  25. Stream #0:1(und): Audio: aac, 48000 Hz, stereo, fltp, 384 kb/s
  26. Metadata:
  27. encoder : Lavc56.8.102 aac
  28. Output #1, stream_segment,ssegment, to '/var/www/html/TSN5H/TSN5H_3M_%08d.ts':
  29. Stream #1:0: Video: h264 (libnvenc), yuv420p, 854x480 [SAR 1280:1281 DAR 16:9], q=-1--1, 3000 kb/s, 30 fps, 30 tbn, 30 tbc
  30. Metadata:
  31. encoder : Lavc56.8.102 libnvenc
  32. Stream #1:1(und): Audio: aac, 48000 Hz, stereo, fltp, 384 kb/s
  33. Metadata:
  34. encoder : Lavc56.8.102 aac
  35. Output #2, stream_segment,ssegment, to '/var/www/html/TSN5H/TSN5H_5M_%08d.ts':
  36. Stream #2:0: Video: h264, none, q=2-31, 128 kb/s, SAR 1:1 DAR 0:0, 30 fps
  37. Metadata:
  38. encoder : Lavc56.8.102 libnvenc
  39. Stream #2:1(und): Audio: aac, 0 channels, 128 kb/s
  40. Metadata:
  41. encoder : Lavc56.8.102 aac
  42. Stream mapping:
  43. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libnvenc))
  44. Stream #0:1 -> #0:1 (ac3 (native) -> aac (native))
  45. Stream #0:0 -> #1:0 (h264 (native) -> h264 (libnvenc))
  46. Stream #0:1 -> #1:1 (ac3 (native) -> aac (native))
  47. Stream #0:0 -> #2:0 (h264 (native) -> h264 (libnvenc))
  48. Stream #0:1 -> #2:1 (ac3 (native) -> aac (native))
  49. Error while opening encoder for output stream #2:0 - maybe incorrect parameters such as bit_rate, rate, width or height
  50. [root@test-ffenc scripts]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement