Advertisement
Guest User

Untitled

a guest
Mar 4th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. ffmpeg -framerate 1/5 -i /var/lib/tomcat7/webapps/ROOT/images/processing/test/%02d.jpg -i /var/lib/tomcat7/webapps/ROOT/images/processing/test/music.mp3 -c:v libx264 -c:a aac -strict experimental -b:a 192k -r 30 -movflags +faststart -shortest /var/lib/tomcat7/webapps/ROOT/images/processing/test/video.mp4
  2.  
  3. ffmpeg version N-61041-g52a2138 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Mar 2 2014 05:45:04 with gcc 4.6 (Debian 4.6.3-1)
  5. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  6. libavutil 52. 66.100 / 52. 66.100
  7. libavcodec 55. 52.102 / 55. 52.102
  8. libavformat 55. 33.100 / 55. 33.100
  9. libavdevice 55. 10.100 / 55. 10.100
  10. libavfilter 4. 2.100 / 4. 2.100
  11. libswscale 2. 5.101 / 2. 5.101
  12. libswresample 0. 18.100 / 0. 18.100
  13. libpostproc 52. 3.100 / 52. 3.100
  14. Input #0, image2, from '/var/lib/tomcat7/webapps/ROOT/images/processing/test/%02d.jpg':
  15. Duration: 00:00:30.00, start: 0.000000, bitrate: N/A
  16. Stream #0:0: Video: mjpeg, yuvj420p(pc), 1920x910 [SAR 1:1 DAR 192:91], 0.20 fps, 1 tbr, 0.20 tbn, 0.20 tbc
  17. [mp3 @ 0x2f80500] Estimating duration from bitrate, this may be inaccurate
  18. Input #1, mp3, from '/var/lib/tomcat7/webapps/ROOT/images/processing/test/music.mp3':
  19. Duration: 00:03:52.18, start: 0.000000, bitrate: 111 kb/s
  20. Stream #1:0: Audio: mp3, 44100 Hz, stereo, s16p, 112 kb/s
  21. No pixel format specified, yuvj420p for H.264 encoding chosen.
  22. Use -pix_fmt yuv420p for compatibility with outdated media players.
  23. [libx264 @ 0x2f8aa20] using SAR=1/1
  24. [libx264 @ 0x2f8aa20] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
  25. [libx264 @ 0x2f8aa20] profile High, level 4.0
  26. [libx264 @ 0x2f8aa20] 264 - core 129 r2230 1cffe9f - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=1 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  27. Output #0, mp4, to '/var/lib/tomcat7/webapps/ROOT/images/processing/test/video.mp4':
  28. Metadata:
  29. encoder : Lavf55.33.100
  30. Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuvj420p, 1920x910 [SAR 1:1 DAR 192:91], q=-1--1, 15360 tbn, 30 tbc
  31. Stream #0:1: Audio: aac ([64][0][0][0] / 0x0040), 44100 Hz, stereo, fltp, 192 kb/s
  32. Stream mapping:
  33. Stream #0:0 -> #0:0 (mjpeg -> libx264)
  34. Stream #1:0 -> #0:1 (mp3 -> aac)
  35. Press [q] to stop, [?] for help
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement