Skip to main content


Vermaden has release a wonderful document again; take the time the jump to all the links, find what's interesting to you, learn about it, upgrade your self and vibrate on a higher frequentie plane

vermaden.wordpress.com/2025/01…

πŸ–‹οΈ #bash #sh #zsh #ksh #csh #freeBSD #openBSD #netBSD #ZFS #Filesystems #Linux #POSIX #Programming

#verblog #vernews #news #bsd #freebsd #openbsd #netbsd #linux #unix #opnsense #ghostbsd #solaris #vermadenday

in reply to Radio Azureus

A useful example for me

'''bash
ffmpeg -i video.mp4 -vf "scale='if(eq(a,1),512,if(gt(a,1),512,-2))':'if(eq(a,1),512,if(gt(a,1),-2,512))'" -c:v libvpx-vp9 -an -crf 24 -b:v 0 -r 30 video.webm
'''

⇧