Difference between revisions of "Settings"
From User Manual :: Screenbits
(→Output File) |
(→Output File) |
||
Line 13: | Line 13: | ||
=== Output File === | === Output File === | ||
− | You can enter a pattern for the name of each output file that is created by ''Screenbits''. The following placeholders are available to use in the pattern: | + | You can enter a pattern for the name of each output file that is created by ''Screenbits''. The default pattern for the file name is ''$Y-$M-$D_$H$N$S''. The following placeholders are available to use in the pattern: |
{|class="wikitable" | {|class="wikitable" | ||
Line 44: | Line 44: | ||
|20 | |20 | ||
|} | |} | ||
+ | |||
+ | For example, using the default pattern, an output file name for a recording progress that started at 14/05/2017 at 00:48:49 will be '''2017-05-14_004849.mp4'''. | ||
== Display Settings == | == Display Settings == |
Revision as of 23:01, 22 May 2017
Contents
General Settings
Output Folder
Recorded videos are saved in Screenbits folder under the Documents folder by default.
To change the output folder:
- Select Settings from the Recording menu to open the Settings view.
- Click the Browse... button from the General tab under the Output section.
- Select the folder you want to save videos into.
- Click OK to close Settings view.
Note: Make sure your user account has write access to the selected folder and also the folder is in a storage device/drive with enough free space.
Output File
You can enter a pattern for the name of each output file that is created by Screenbits. The default pattern for the file name is $Y-$M-$D_$H$N$S. The following placeholders are available to use in the pattern:
Symbol | Meaning | Example |
---|---|---|
$Y | Year | 2017 |
$M | Month | 05 |
$D | Day | 10 |
$H | Hour | 03 |
$N | Minute | 55 |
$S | Second | 20 |
For example, using the default pattern, an output file name for a recording progress that started at 14/05/2017 at 00:48:49 will be 2017-05-14_004849.mp4.