Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. $ ffmpeg -i test.mp3 -c:a libfdk_aac -map 0:a:0 -vbr 4 -f mp4 -
  2. ffmpeg version 2.3.git Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Sep 11 2014 15:21:28 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --prefix=/home/ubuntu/ffmpeg_build --extra-cflags=-I/home/ubuntu/ffmpeg_build/include --extra-ldflags=-L/home/ubuntu/ffmpeg_build/lib --bindir=/home/ubuntu/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree
  5. libavutil 54. 7.100 / 54. 7.100
  6. libavcodec 56. 1.100 / 56. 1.100
  7. libavformat 56. 4.101 / 56. 4.101
  8. libavdevice 56. 0.100 / 56. 0.100
  9. libavfilter 5. 1.100 / 5. 1.100
  10. libswscale 3. 0.100 / 3. 0.100
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 0.100 / 53. 0.100
  13. [mp3 @ 0x29c1e60] Estimating duration from bitrate, this may be inaccurate
  14. Input #0, mp3, from 'test.mp3':
  15. Metadata:
  16. title : Track 10
  17. album : Commercial DEMO
  18. artist : Jon Novi
  19. genre : Other
  20. track : 10/17
  21. encoder : Audiograbber 1.83.01, Fraunhofer acm, 56 kBit/s, 22,050 Hz, Stereo, HQ = off
  22. Duration: 00:00:57.92, start: 0.000000, bitrate: 56 kb/s
  23. Stream #0:0: Audio: mp3, 22050 Hz, stereo, s16p, 56 kb/s
  24. [libfdk_aac @ 0x29d2b20] Note, the VBR setting is unsupported and only works with some parameter combinations
  25. [mp4 @ 0x29c42e0] muxer does not support non seekable output
  26. Output #0, mp4, to 'pipe:':
  27. Metadata:
  28. title : Track 10
  29. album : Commercial DEMO
  30. artist : Jon Novi
  31. genre : Other
  32. track : 10/17
  33. encoder : Lavf56.4.101
  34. Stream #0:0: Audio: aac (libfdk_aac) ([64][0][0][0] / 0x0040), 22050 Hz, stereo, s16
  35. Metadata:
  36. encoder : Lavc56.1.100 libfdk_aac
  37. Stream mapping:
  38. Stream #0:0 -> #0:0 (mp3 (native) -> aac (libfdk_aac))
  39. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement