Advertisement
Guest User

Untitled

a guest
Sep 10th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. $ ffmpeg -i input.avi -acodec libfaac -b:a 128k -vcodec mpeg4 -b:v 1200k -flags +aic+mv4 output.mp4
  2. ffmpeg version 2.4.11 Copyright (c) 2000-2015 the FFmpeg developers
  3. built on Aug 26 2015 19:45:49 with gcc 4.9.2 (GCC) 20150212 (Red Hat 4.9.2-6)
  4. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libcdio --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-opencl --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  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. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 0.100 / 3. 0.100
  12. libswresample 1. 1.100 / 1. 1.100
  13. libpostproc 53. 0.100 / 53. 0.100
  14. Input #0, avi, from 'input.avi':
  15. Metadata:
  16. encoder : Lavf56.36.100
  17. Duration: 01:54:24.74, start: 0.000000, bitrate: 1693 kb/s
  18. Stream #0:0: Video: mpeg4 (Simple Profile) (xvid / 0x64697678), yuv420p, 1280x540 [SAR 170:167 DAR 10880:4509], 1598 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
  19. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, mono, s16p, 80 kb/s
  20. Metadata:
  21. title : S
  22. Unknown encoder 'libfaac'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement