Advertisement
superlinux

ffmpeg-burek

May 7th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.01 KB | None | 0 0
  1. ffmpeg -i output.ogv -an -vcodec copy -i freebsd-3-en-installing-gui-gnome.wav -acodec vorbis -ab 128k out2.ogv
  2. ffmpeg version 0.7.12, Copyright (c) 2000-2011 the FFmpeg developers
  3.   built on Apr 11 2012 07:40:07 with gcc 4.4.5
  4.   configuration: --enable-libdc1394 --prefix=/usr --extra-cflags='-Wall -g ' --cc='ccache cc' --enable-shared --enable-libmp3lame --enable-gpl --enable-libvorbis --enable-pthreads --enable-libfaac --enable-libxvid --enable-postproc --enable-x11grab --enable-libgsm --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libx264 --enable-libspeex --enable-nonfree --disable-stripping --enable-avfilter --enable-libdirac --disable-decoder=libdirac --enable-libfreetype --enable-libschroedinger --disable-encoder=libschroedinger --enable-version3 --enable-libopenjpeg --enable-libvpx --enable-librtmp --extra-libs=-lgcrypt --disable-altivec --disable-armv5te --disable-armv6 --disable-vis
  5.   libavutil    50. 43. 0 / 50. 43. 0
  6.   libavcodec   52.123. 0 / 52.123. 0
  7.   libavformat  52.111. 0 / 52.111. 0
  8.   libavdevice  52.  5. 0 / 52.  5. 0
  9.   libavfilter   1. 80. 0 /  1. 80. 0
  10.   libswscale    0. 14. 1 /  0. 14. 1
  11.   libpostproc  51.  2. 0 / 51.  2. 0
  12. Input #0, ogg, from 'output.ogv':
  13.   Duration: 00:13:28.23, start: 0.000000, bitrate: 423 kb/s
  14.     Stream #0.0: Video: theora, yuv420p, 1354x768 [PAR 1:1 DAR 677:384], 17 tbr, 17 tbn, 17 tbc
  15. [wav @ 0x1cca380] max_analyze_duration 5000000 reached at 5015510
  16. Input #1, wav, from 'freebsd-3-en-installing-gui-gnome.wav':
  17.   Duration: 00:13:29.54, bitrate: 1411 kb/s
  18.     Stream #1.0: Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  19. Output #0, ogg, to 'out2.ogv':
  20.   Metadata:
  21.     encoder         : Lavf52.111.0
  22.     Stream #0.0: Video: libtheora, yuv420p, 1354x768 [PAR 1:1 DAR 677:384], q=2-31, 17 tbn, 17 tbc
  23. Stream mapping:
  24.   Stream #0.0 -> #0.0
  25. Press [q] to stop, [?] for help
  26. frame= 6230 fps=  0 q=-1.0 Lsize=   41743kB time=00:13:29.58 bitrate= 422.4kbits/s    
  27. video:41540kB audio:0kB global headers:0kB muxing overhead 0.490308%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement