Advertisement
Guest User

Untitled

a guest
Feb 4th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. ffmpeg -i input.ts -map 0:1 -c:a bin_data -y out.data
  2. ffmpeg version N-69498-g7620d48 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib
  5. libavutil 54. 18.100 / 54. 18.100
  6. libavcodec 56. 21.102 / 56. 21.102
  7. libavformat 56. 19.100 / 56. 19.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 9.103 / 5. 9.103
  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. [aac @ 00000000003cbaa0] channel element 2.15 is not allocated
  14. [aac @ 00000000003cbaa0] More than one AAC RDB per ADTS frame is not implemented. Update your FFmpeg version to the newest one from Git. If the problem still occurs, it means that your file has a feature which has not been implemented.
  15. [aac @ 00000000003cbaa0] Sample rate index in program config element does not match the sample rate index configured by the container.
  16. [aac @ 00000000003cbaa0] Inconsistent channel configuration.
  17. [aac @ 00000000003cbaa0] get_buffer() failed
  18. [aac @ 00000000003cbaa0] Inconsistent channel configuration.
  19. [aac @ 00000000003cbaa0] get_buffer() failed
  20. [aac @ 00000000003cbaa0] Reserved bit set.
  21. Last message repeated 1 times
  22. [mpegts @ 0000000000350b80] decoding for stream 1 failed
  23. [mpegts @ 0000000000350b80] Could not find codec parameters for stream 1 (Audio: aac (SSR) ([146][0][0][0] / 0x0092), mono, fltp, 789 kb/s): unspecified sample rate
  24. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  25. Input #0, mpegts, from 'input.ts':
  26. Duration: 00:00:34.00, start: 71056.228111, bitrate: 179 kb/s
  27. Program 1
  28. Stream #0:0[0x21]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709), 1280x720, 10 fps, 12.50 tbr, 90k tbn, 20 tbc
  29. Stream #0:1[0x22]: Audio: aac (SSR) ([146][0][0][0] / 0x0092), mono, fltp, 789 kb/s
  30. [NULL @ 000000000519c020] Unable to find a suitable output format for 'out.data'
  31. out.data: Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement