Advertisement
Guest User

fl0x

a guest
Dec 27th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.55 KB | None | 0 0
  1. ffmpeg -f x11grab -s 1824x984 -i :0.0 -s 800x600 -an ZIEL.mp4
  2. ffmpeg version N-89616-ge6a1dfc9ce Copyright (c) 2000-2017 the FFmpeg developers
  3.   built with gcc 6.3.0 (Raspbian 6.3.0-18+rpi1) 20170516
  4.   configuration:
  5.   libavutil      56.  7.100 / 56.  7.100
  6.   libavcodec     58.  9.100 / 58.  9.100
  7.   libavformat    58.  3.100 / 58.  3.100
  8.   libavdevice    58.  0.100 / 58.  0.100
  9.   libavfilter     7.  7.100 /  7.  7.100
  10.   libswscale      5.  0.101 /  5.  0.101
  11.   libswresample   3.  0.101 /  3.  0.101
  12. [x11grab @ 0x33ca220] Stream #0: not enough frames to estimate rate; consider increasing probesize
  13. Input #0, x11grab, from ':0.0':
  14.   Duration: N/A, start: 1514381596.586506, bitrate: N/A
  15.     Stream #0:0: Video: rawvideo (BGR[0] / 0x524742), bgr0, 1824x984, 29.97 fps, 1000k tbr, 1000k tbn, 1000k tbc
  16. File 'ZIEL2.mp4' already exists. Overwrite ? [y/N] y
  17. Stream mapping:
  18.   Stream #0:0 -> #0:0 (rawvideo (native) -> mpeg4 (native))
  19. Press [q] to stop, [?] for help
  20. Output #0, mp4, to 'ZIEL2.mp4':
  21.   Metadata:
  22.     encoder         : Lavf58.3.100
  23.     Stream #0:0: Video: mpeg4 (mp4v / 0x7634706D), yuv420p, 800x600, q=2-31, 200 kb/s, 29.97 fps, 30k tbn, 29.97 tbc
  24.     Metadata:
  25.       encoder         : Lavc58.9.100 mpeg4
  26.     Side data:
  27.       cpb: bitrate max/min/avg: 0/0/200000 buffer size: 0 vbv_delay: -1
  28. frame=  760 fps= 31 q=31.0 Lsize=    1320kB time=00:00:25.32 bitrate= 427.0kbits/s dup=741 drop=0 speed=1.05x    
  29. video:1316kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.309224%
  30. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement