Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. ffmpeg -i video_only.avi -vcodec copy -i audio_with_video.mp4 -vn -acodec libmp3lame wr01.avi -map 0:0 -map 0:1
  2. ffmpeg version N-39664-g6bfb304 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 9 2012 20:29:24 with gcc 4.6.3
  4. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libope
  5. njpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  6. libavutil 51. 46.100 / 51. 46.100
  7. libavcodec 54. 14.101 / 54. 14.101
  8. libavformat 54. 3.100 / 54. 3.100
  9. libavdevice 53. 4.100 / 53. 4.100
  10. libavfilter 2. 67.101 / 2. 67.101
  11. libswscale 2. 1.100 / 2. 1.100
  12. libswresample 0. 10.100 / 0. 10.100
  13. libpostproc 52. 0.100 / 52. 0.100
  14. [mpeg4 @ 01df9f20] Invalid and inefficient vfw-avi packed B frames detected
  15. Input #0, avi, from '01.avi':
  16. Duration: 00:23:59.98, start: 0.000000, bitrate: 556 kb/s
  17. Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 852x480 [SAR 1:1 DAR 71:40], 23.98 tbr, 23.98 tbn, 23.98 tbc
  18. Unknown decoder 'copy'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement