yt-dlp -f --f mp4-S res:360-S res,vcodec:av1yt-dlp -f "bv*+ba/b" -o "%(title)s.%(ext)s" —merge-output-format mkv--merge-output-format mp4--cookies-from-browser firefox--write-subs --write-auto-subs --embed-subs --write-thumbnail --write-description --write-info-json--add-metadata --concurrent-fragments 20 --merge-output-format mp4 --embed-thumbnail --embed-metadata --write-info-json --clean-infojson --write-comments --write-subs --sub-lang all --sub-format srt --write-description --write-thumbnailyt-dlp ytarchive:[videoID]yt-dlp --flat-playlist --print id-o %(title).200B.%(ext)s
-P --transfers=1 --checkers 1 --multi-thread-streams 0 --modify-window 2srclone ls --include "*examplefile*" remote:--config=rclone.conf--b2-download-url --b2-disable-checksum--fast-list --transfers 3 --checkers 6bunny --inplacerclone lsd --http-url https://beta.rclone.org :http:--multi-thread-streams=0rclone serve webdav --addr :8080 .rclone serve ftp --addr :2121 --vfs-cache-mode full --rc --dir-cache-time 3s .rclone purge include="*.partial"
mkdir recoded; mogrify -format jpg -path ./recoded *.png # turbo PNG2JPG (no alpha)mkdir recoded; mogrify -format avif -path ./recoded *.png # do in bg, slow PNG2AVIF (no alpha transperancy)mkdir avifaomff; for i in *.jpg; do -i "$i" -c:v libaom-av1 -still-picture 1 "./avifaomff/${i%.*}.avif"; donemkdir avifaomff; for i in *.png; do -i "$i" -c:v libaom-av1 -still-picture 1 "./avifaomff/${i%.*}.avif"; donemkdir avifaomff & FOR %y IN (*.jpg) DO @ -i "%y" -c:v libaom-av1 -still-picture 1 "./avifaomff/%y.avif"mkdir avifaomff & FOR %y IN (*.png) DO @ -i "%y" -c:v libaom-av1 -still-picture 1 "./avifaomff/%y.avif"jdupes -SrdN .mkdir recoded & mogrify -format jpg -path ./recoded *.pngmkdir avif & mogrify -format avif -path ./avif *.pngmkdir recodedvid && FOR %y IN (*.webm) DO @ -i "%y" "./recodedvid/%y-recoded.mp4"git log --pretty=format:"%h %an %ad %s" --date=isogit log --pretty=format:"%h %an %ad %s" --date=iso-strict
php -S [::]:1337dir *.mp4 /b /a-d | find /c /v ""wget -e robots=offspn.sh -p 1 tree.txt# "wget -m" to file list. might want to edit out the place you ran this command (e.g. /home/user/temp/projectWA/some.website.com)tree -if $PWDtree PATH -H http://localhost -o out.htmlls -fR $PWD/* # also does the job but is more sucky, files in subdirectories will have ': \n . ..'curl -O xyzssh sv01.nty -p 2023 -l testing -i sshkey.privatecrontab -egit reset --hard ae387a292e0fa75ef1571489266700c76d27f800 && git push --forceecho minus one commit&& git reset --hard HEAD~1 && git push -fshell:appsfolder$nproc = (Get-WmiObject -Class Win32_Processor).NumberOfLogicalProcessors%USERPROFILE%\binrundll32.exe user32.dll,LockWorkStationtaskkill /F /IM explorer.exe cd /d %userprofile%\AppData\Local attrib -h IconCache.db del IconCache.db start explorer.exe
-vf scale=3840:2160mkdir recoded; for i in *.mp4; do ffmpeg -i "$i" "./recoded/${i%.*}-recoded.mp4"; donemkdir recoded; for i in *.m4a; do ffmpeg -i "$i" "./recoded/${i%.*}-recoded.mp3"; doneFOR %y IN (*.wav) DO @ffmpeg -i "%y" "%y-recoded.opus"FOR %y IN (*.opus) DO @ffmpeg -i "%y" "%y-recoded.mp3"FOR %y IN (*.mp4) DO @ffmpeg -i "%y" "%y-recoded.mp4"FOR %y IN (*.avi) DO @ffmpeg -i "%y" "%y-recoded.mp4"FOR %y IN (*.webm) DO @ffmpeg -i "%y" "%y-recoded.mp4"ffenmass -i /home/ubuntu/swine-voices-en -ext wav /home/ubuntu/swine-voices-en-wavffmpeg -ss 00:20:50 -i "abc.mp4" -vn -acodec copy abc.webmffmpeg -ss 00:20:50 -i "abc.mp4" abc.wavffmpeg concat builderffmpeg -f concat -safe 0 -i input.txt -c copy HWD.mp4-c:a libopus -c:v av1_qsv-vf scale=3840:2160 -c:a copyffmpeg -hwaccel qsv -i file -c:a libopus -c:v av1_qsvffenmass -i /home/ubuntu/src-voices-en -ext wav /home/ubuntu/out-voices-en-wav
-c:v copy-filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[out]" -map 0:v -map "[out]" -c:v copy -c:a aac -b:a 192k output.mp4-filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[out]" -map 0:v -map "[out]" -c:v copy -c:a aac -b:a 320k output.mp4-filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[out]" -map 0:v -map "[out]" -c:v copy -c:a libopus -b:a 192k-filter:a "volume=5.0" -c:a libopus -c:v copy-filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[audio];[audio]volume=5.0[out]" -map 0:v -map "[out]" -c:v copy -c:a libopus -b:a 192k-vf "scale=3840:2160:flags=lanczos"-vf "scale=3840:2160:flags=lanczos" -c:v libx264 -preset slow -crf 18 -c:a copy-vf "scale=3840:2160:flags=lanczos" -c:v av1_qsv -b:v 10M -preset 4 -c:a copy-map 0 #all streams-c:s copy #all subtitlesmkdir outdir for %%i in (*.avi) do ( ffmpeg -i "%%i" -ss 5 "outdir\%%i" rem ffmpeg -i %i -ar 22050 outdir\%i https://superuser.com/questions/912730/ffmpeg-batch-convert-make-same-filename )
https://github.com/kfrn/ffmpeg-things/blob/master/deinterlacing.md-vf "scale=3840:2160:flags=lanczos" -c:v av1_qsv -b:v 10M -preset 4 -filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[audio];[audio]volume=5.0[out]" -map 0:v -map "[out]" -c:a libopus -b:a 192k-vf "scale=3840:2160:flags=lanczos" -filter_complex "[0:a]pan=stereo|c0=c0|c1=c0[audio];[audio]volume=5.0[out]" -map 0:v -map "[out]" -c:v av1_qsv -b:v 10M -preset 4 -c:a libopus -b:a 192kCentered video fix
1528: width of the resulting video. 1080: height of the resulting video. 196: the starting point of cropping from the left (remove 196 pixel border). 0: the vertical offset (no vertical cropping, keeps the original height).ffmpeg -i input.mkv -vf "crop=1528:1080:196:0" -c:a copy output_cropped.mkvforce 4:3 aspect no transcodeffmpeg -i input.mkv -c copy -aspect 4:3 output.mkv
searchfind . -type d -name ".thumbnails"aria2c --file-allocation=noneGet-ChildItem -Path "." -Filter "*.gif" -Recurse | ForEach-Object { $_.FullName -replace [regex]::Escape((Get-Location).Path + "\") } | Sort-Object+delete:find . -type d -name ".thumbnails" -exec rm -r {} \;filetypes in folder counterGet-ChildItem -Recurse | Group-Object Extension -NoElementAD(Get-ADUser -filter *).count(Get-ADUser -filter * |Where {$_.enabled -eq "True"}).count(Get-ADGroupMember -Identity "IT Users").countGet-NetTcpConnection -State Listen | Select-Object LocalAddress,LocalPort| Sort-Object -Property LocalPort | Format-TableARCHIVE WHOLE SITEwget -r -np -kwget --recursive --page-requisites --convert-links --no-parent -e robots=off --random-wait -w 20 -nc www.website.localrclone lsf . >> links.txtGet-ChildItem -Path "www.website.local" -Recurse | Select-Object -ExpandProperty FullNameGet-ChildItem -Path "www.website.local" -Recurse | ForEach-Object { $_.FullName }Get-ChildItem -Path "www.website.local" -Filter *.html -Recurse | Select-Object -ExpandProperty FullNamebash spn.sh -p 1 -w 60 links.txtnetstat -tunlpGet-NetTCPConnection -LocalPort 3389netstat -anob%y%mo%d_%pn_%ra{10} SHAREX
all under org^https:\/\/github\.com\/org\/[^\/]+$Find:\b(\w+\s+\w+)\s+
Replace:$1;John Smith Blake Chan -> John Smith; Blake Chan; Find:^.*?:\s*(.*?)\s*\(S(\d{2})\s*-\s*Ep(\d{2})\)\s*(\[.*\])(\.[^.]+(?:\.[^.]+)*)?$
Replace:S$2E$3 $1 $4Bla bla : Episode name (S01 - Ep07) [id] -> S01E07 Episode name [id]
rclone copy coolify:/path/to/forgejo/ /path/to/forgejo/ -P --create-empty-src-dirsrclone sync casaos:/DATA/AppData/gitlab-ee/ /DATA/AppData/gitlab-ee/ -P --create-empty-src-dirs -lchown -R 1000 /path/to/forgejo/core/docker wipe alldocker stop $(docker ps -a -q); docker rm $(docker ps -a -q)
sudo EDITOR=nano crontab -etmux attach -t 0tmux kill-ses -t startupSRVrclone copy \ ":sftp,host=OLD_HOST,user=OLD_USER,key_file=/path/to/old/key:/source/path" \ ":sftp,host=NEW_HOST,user=NEW_USER,key_file=/path/to/new/key:/dest/path" \ -P --create-empty-src-dirs -lrewrite ^/git/?(.*)$ /$1 break; sub_filter_types text/html text/css application/javascript; sub_filter 'href="/' 'href="/git/'; sub_filter 'src="/' 'src="/git/'; sub_filter 'action="/' 'action="/git/'; sub_filter_once off;
var sleep = (milliseconds) => { return new Promise(resolve => setTimeout(resolve, milliseconds)) } var waitTime = 1500; //ms //var x = $( "button:contains('Download')" ); var x = $( "a:contains('Download')" ); for(var i = 0; i < x.length ; i++) { (function(idx) { // Wait needed because browser blocks network calls if you make too many too fast sleep(i * waitTime).then(() => { x[idx].click(); }); })(i) }---
Enter the text you want to encode in the QR code: