Advertisement
Guest User

Untitled

a guest
May 9th, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. ./ffmpeg -f lavfi -i color=c=white -vf delogo=x=0:y=0:w=20:h=20 '/home/1.mkv'
  2. ffmpeg version N-79887-gca5ec2b Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.3.1 (Ubuntu 5.3.1-14ubuntu2) 20160413
  4. configuration: --enable-gpl
  5. libavutil 55. 24.100 / 55. 24.100
  6. libavcodec 57. 40.100 / 57. 40.100
  7. libavformat 57. 36.100 / 57. 36.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 45.100 / 6. 45.100
  10. libswscale 4. 1.100 / 4. 1.100
  11. libswresample 2. 0.101 / 2. 0.101
  12. libpostproc 54. 0.100 / 54. 0.100
  13. Input #0, lavfi, from 'color=c=white':
  14. Duration: N/A, start: 0.000000, bitrate: N/A
  15. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 fps, 25 tbr, 25 tbn
  16. File '/home/1.mkv' already exists. Overwrite ? [y/N] y
  17. [Parsed_delogo_0 @ 0x3924120] Note: default band value was changed from 4 to 1.
  18. [matroska @ 0x39164a0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  19. Output #0, matroska, to '/home/1.mkv':
  20. Metadata:
  21. encoder : Lavf57.36.100
  22. Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 1k tbn
  23. Metadata:
  24. encoder : Lavc57.40.100 mpeg4
  25. Side data:
  26. cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native))
  29. Press [q] to stop, [?] for help
  30. Exception en point flottant (core dumped)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement