Advertisement
Guest User

ffmpegcommand

a guest
Jul 11th, 2014
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1.  
  2. [root@localhost ~]# ffmpeg -r 10 -i /var/www/html/videos/1405047601.mp4 -y -ss 1619 -t 30 -async 1 /var/www/html/videoCuts/1405055710_cut.mp4
  3. ffmpeg version 2.1.4 Copyright (c) 2000-2014 the FFmpeg developers
  4. built on Feb 25 2014 08:27:08 with gcc 4.8.2 (GCC) 20131212 (Red Hat 4.8.2-7)
  5. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i686 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --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-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib --cpu=i686 --enable-runtime-cpudetect
  6. libavutil 52. 48.101 / 52. 48.101
  7. libavcodec 55. 39.101 / 55. 39.101
  8. libavformat 55. 19.104 / 55. 19.104
  9. libavdevice 55. 5.100 / 55. 5.100
  10. libavfilter 3. 90.100 / 3. 90.100
  11. libavresample 1. 1. 0 / 1. 1. 0
  12. libswscale 2. 5.101 / 2. 5.101
  13. libswresample 0. 17.104 / 0. 17.104
  14. libpostproc 52. 3.100 / 52. 3.100
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/www/html/videos/1405047601.mp4':
  16. Metadata:
  17. major_brand : isom
  18. minor_version : 512
  19. compatible_brands: isomiso2avc1mp41
  20. encoder : Lavf55.19.104
  21. Duration: 00:11:23.30, start: 0.000000, bitrate: 191 kb/s
  22. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc), 320x240 [SAR 1:1 DAR 4:3], 190 kb/s, 10 fps, 10 tbr, 10240 tbn, 20 tbc (default)
  23. Metadata:
  24. handler_name : VideoHandler
  25. No pixel format specified, yuvj420p for H.264 encoding chosen.
  26. Use -pix_fmt yuv420p for compatibility with outdated media players.
  27. [libx264 @ 0x94b9720] using SAR=1/1
  28. [libx264 @ 0x94b9720] using cpu capabilities: MMX2 SSE2 SSE3 Cache64
  29. [libx264 @ 0x94b9720] profile High, level 1.2
  30. [libx264 @ 0x94b9720] 264 - core 138 r2363 c628e3b - H.264/MPEG-4 AVC codec - Copyleft 2003-2013 - 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=3 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=10 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
  31. Output #0, mp4, to '/var/www/html/videoCuts/1405055710_cut.mp4':
  32. Metadata:
  33. major_brand : isom
  34. minor_version : 512
  35. compatible_brands: isomiso2avc1mp41
  36. encoder : Lavf55.19.104
  37. Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuvj420p, 320x240 [SAR 1:1 DAR 4:3], q=-1--1, 10240 tbn, 10 tbc (default)
  38. Metadata:
  39. handler_name : VideoHandler
  40. Stream mapping:
  41. Stream #0:0 -> #0:0 (h264 -> libx264)
  42. Press [q] to stop, [?] for help
  43. frame= 0 fps=0.0 q=0.0 Lsize= 0kB time=00:00:00.00 bitrate=N/A
  44. video:0kB audio:0kB subtitle:0 global headers:0kB muxing overhead 589.473684%
  45. [root@localhost ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement