Advertisement
Guest User

Untitled

a guest
Feb 13th, 2015
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ffmpeg -i "Tetris.aac" -acodec copy -y "Doctor P - Tetris.m4a"
  2. ffmpeg version N-69672-g078be09 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.9.2 (GCC)
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  5. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  6. le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
  7. enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
  8. modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
  9. b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
  10. r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
  11. able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
  12. --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
  13. libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enab
  14. le-zlib
  15. libavutil 54. 18.100 / 54. 18.100
  16. libavcodec 56. 21.102 / 56. 21.102
  17. libavformat 56. 19.100 / 56. 19.100
  18. libavdevice 56. 4.100 / 56. 4.100
  19. libavfilter 5. 9.104 / 5. 9.104
  20. libswscale 3. 1.101 / 3. 1.101
  21. libswresample 1. 1.100 / 1. 1.100
  22. libpostproc 53. 3.100 / 53. 3.100
  23. [aac @ 0000000002c0fc20] Estimating duration from bitrate, this may be inaccurat
  24. e
  25. Input #0, aac, from 'Tetris.aac':
  26. Duration: 00:06:48.84, bitrate: 143 kb/s
  27. Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp, 143 kb/s
  28. Output #0, ipod, to 'Doctor P - Tetris.m4a':
  29. Metadata:
  30. encoder : Lavf56.19.100
  31. Stream #0:0: Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, 143 kb/s
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (copy)
  34. Press [q] to stop, [?] for help
  35. [ipod @ 0000000002ca6940] Malformed AAC bitstream detected: use the audio bitstr
  36. eam filter 'aac_adtstoasc' to fix it ('-bsf:a aac_adtstoasc' option with ffmpeg)
  37.  
  38. av_interleaved_write_frame(): Operation not permitted
  39. size= 0kB time=00:00:00.02 bitrate= 87.5kbits/s
  40. video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing ove
  41. rhead: 1853.846191%
  42. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement