...to avoid turning into super saiyen on those days when you can't recall!
#!/bin/bash for i in *.mp4; do echo "$i" "${i%%.*}.mkv" ffmpeg -i "$i" -vcodec copy -acodec copy "${...
Aucun commentaire:
Enregistrer un commentaire