You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.6 KiB
Plaintext
41 lines
1.6 KiB
Plaintext
# Supload
|
|
## Move this to ~/.config/supload/supload.conf for user settings, or change here for system-wide
|
|
## Uncomment the below settings to override the defaults!
|
|
|
|
## file naming scheme
|
|
#photo_format="date +%F-%T.png" ## For PNG images
|
|
#photo_format="date +%F-%T.webp" ## For WebP images
|
|
#video_format="date +%F-%T.mp4"
|
|
|
|
## ffmpeg config for screen recording (1st line is CPU Encoding, 2nd is VAAPI)
|
|
#ffmpeg_config="-framerate 60 -preset veryfast -vcodec libx264 -pix_fmt yuv420p -vf crop=floor(iw/2)*2:floor(ih/2)*2 -movflags faststart -tune zerolatency -crf 25"
|
|
#ffmpeg_config="-framerate 60 -vaapi_device /dev/dri/renderD128 -vf "format=nv12,hwupload" -pix_fmt yuv420p -vf crop=floor(iw/2)*2:floor(ih/2)*2 -c:v h264_vaapi -qp 24"
|
|
|
|
|
|
## directory to save screenshots (To disable file saving, put it in /tmp, where it will be deleted on reboot)
|
|
#file_dir="${HOME}/Pictures/screenshots"
|
|
|
|
## Change screenshot backend (pick either 'maim' 'scrot' or 'gnome-screenshot')
|
|
## gnome-screenshot is the only working one in wayland.
|
|
#sshot="maim"
|
|
|
|
## Default Domain - Defaults to https://cz0.au/ - Check here for supported: https://git.volkor.me/Volkor/SUpload/-/wikis/supported-sites
|
|
#domain="https://cz0.au/"
|
|
#domain="https://api.teknik.io/v1/Upload"
|
|
|
|
## Open screenshots in browser by default (-o is useless when true)
|
|
#browser=false
|
|
|
|
## Clipboard support (requires xclip)
|
|
#clipboard=true
|
|
|
|
## Notification support (requires libnotify)
|
|
#notification=true
|
|
|
|
## log the full response to LOG_FILE
|
|
#log=true
|
|
#log_file="${HOME}/.supload.log"
|
|
|
|
# Custom Curl options (used only for progress bar)
|
|
#curl_options="--progress-bar"
|