unix:tricks
Some useful UNIX tricks
Cut a song segment using FFMPEG
ffmpeg -ss 3075 -i input.ogg -to 70 -c copy out.ogg
Starts at 51m15s and continues 70s further : [51:15 - 52:25].
unix/tricks.txt · Dernière modification : 2021/10/28 16:08 de klorobionten