Monday

ffmpeg convert all audio webm files into folder into mp4

         


for /r %%v in (*.webm) do ffmpeg -i "%%v" -c copy   "%%~nv.mp4"

No comments:

make ubuntu business casual

to make ubuntu business casual - make it black remove background: gsettings set org.gnome.desktop.background picture-options ...