Advertisement
Guest User

Untitled

a guest
Apr 9th, 2012
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. vagrant@vagrant-debian-lenny-64:/files$ /servers/ffmpeg/bin/ffmpeg -i 4.mp4 -pass 1 -passlogfile log_file -b:v 500k -vcodec libx264 -g 30 -y -vf "movie=coachteamlogo.png [logo]; [in][logo] overlay=10:main_h-overlay_h-10 [out]" "%~d1%~p1%~n1.mp4"
  2. ffmpeg version N-39411-g2b7c0c9 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Mar 30 2012 06:12:59 with gcc 4.3.2
  4. configuration: --enable-shared --prefix=/servers/ffmpeg --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libmp3lame --enable-pthreads --enable-version3 --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libfaac --enable-libxvid --enable-bzlib --enable-zlib --enable-avfilter
  5. libavutil 51. 44.100 / 51. 44.100
  6. libavcodec 54. 12.100 / 54. 12.100
  7. libavformat 54. 3.100 / 54. 3.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 66.101 / 2. 66.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 10.100 / 0. 10.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '4.mp4':
  14. Metadata:
  15. major_brand : mp42
  16. minor_version : 0
  17. compatible_brands: isommp42
  18. creation_time : 2011-10-09 18:57:34
  19. Duration: 00:02:46.80, start: 0.000000, bitrate: 3143 kb/s
  20. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720, 2985 kb/s, 29.97 fps, 29.97 tbr, 1k tbn, 59.94 tbc
  21. Metadata:
  22. creation_time : 1970-01-01 00:00:00
  23. handler_name : VideoHandler
  24. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 151 kb/s
  25. Metadata:
  26. creation_time : 2011-10-09 18:57:34
  27. handler_name :
  28. [buffer @ 0x1337600] w:1280 h:720 pixfmt:yuv420p tb:1/1000000 sar:0/1 sws_param:flags=2
  29. [image2 @ 0x128a000] Could not find codec parameters (Video: png)
  30. [movie @ 0x1289bc0] Failed to find stream info
  31. [movie @ 0x1289bc0] Failed to find any codec
  32. Error initializing filter 'movie' with args 'coachteamlogo.png'
  33. Error opening filters!
  34. vagrant@vagrant-debian-lenny-64:/files$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement