Advertisement
Guest User

ffmpeg acodec copy

a guest
Mar 24th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. ffmpeg -loop_input -shortest -acodec copy -i picture.jpg -i audio.mp3 output.mp4
  2. ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Mar 17 2012 08:51:02 with gcc 4.6.3
  4. configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-gpl --enable-version3 --enable-runtime-cpudetect --disable-debug --disable-static
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Unknown decoder 'copy'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement