Last modified by Drunk Monkey on 2024-10-09 05:32

From version 28.2
edited by Drunk Monkey
on 2022-01-27 18:11
Change comment: There is no comment for this version
To version 30.1
edited by Drunk Monkey
on 2022-01-27 18:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -97,7 +97,7 @@
97 97  
98 98  (% style="font-size:14px" %)The parameters to the ffmpeg command have the following meanings
99 99  
100 -(% class="min" %)
100 +(% class="grid min" %)
101 101  |-f gdigrab|gdigrab is the windows framebuffer, where the screen is stored
102 102  |-t 6|capture 6 seconds of video and exit.  3600 = 1 hour, 14400 = 4 hours.  If you omit this parameter, the capture will continue until you press [Control C] to gracefully tell ffmpeg to stop
103 103  |(% style="font-size:14px" %)-framerate 60|if you want to see the candles paint second by second, you should have a framerate of at least 60.  Technically speaking, you actually need 120, but let's not get too crazy.
... ... @@ -126,7 +126,7 @@
126 126  
127 127  (% style="font-size:14px" %)The parameters to the ffmpeg command have the following meanings
128 128  
129 -(% class="min" %)
129 +(% class="min lined" %)
130 130  |-f avfoundation|gdigrab is the windows framebuffer, where the screen is stored
131 131  |-t 6|capture 6 seconds of video and exit.  3600 = 1 hour, 14400 = 4 hours.  If you omit this parameter, the capture will continue until you press [Control C] to gracefully tell ffmpeg to stop
132 132  |(% style="font-size:14px" %)-framerate 60|if you want to see the candles paint second by second, you should have a framerate of at least 60.  Technically speaking, you actually need 120, but let's not get too crazy.