Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. This is my command:
  2.  
  3. ffmpeg -i /path/4508091.mp4 -vcodec libx264 -pix_fmt yuv420p -profile:v baseline -preset slower -crf 18 -vf "scale=trunc(in_w/2)*2:trunc(in_h/2)*2" /path/watermark.png -filter_complex overlay=10:main_h-overlay_h-10 /path/4508091-mn.mp4;
  4.  
  5. This is the output below:
  6.  
  7. ffmpeg version N-43679-g7f52960- http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2014 the FFmpeg developers
  8. built on Jun 18 2014 02:30:31 with gcc 4.9 (Debian 4.9.0-7)
  9. configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --disable-ffserver
  10. libavutil 52. 89.100 / 52. 89.100
  11. libavcodec 55. 67.100 / 55. 67.100
  12. libavformat 55. 43.100 / 55. 43.100
  13. libavdevice 55. 13.101 / 55. 13.101
  14. libavfilter 4. 8.100 / 4. 8.100
  15. libswscale 2. 6.100 / 2. 6.100
  16. libswresample 0. 19.100 / 0. 19.100
  17. libpostproc 52. 3.100 / 52. 3.100
  18. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/path/4508091.mp4':
  19. Metadata:
  20. major_brand : isom
  21. minor_version : 512
  22. compatible_brands: isomiso2avc1mp41
  23. encoder : Lavf55.43.100
  24. Duration: 00:03:16.32, start: 0.036281, bitrate: 290 kb/s
  25. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 640x480, 157 kb/s, 25.47 fps, 25 tbr, 90k tbn, 50 tbc (default)
  26. Metadata:
  27. handler_name : VideoHandler
  28. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
  29. Metadata:
  30. handler_name : SoundHandler
  31. Cannot find a matching stream for unlabeled input pad 1 on filter Parsed_overlay_0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement