Tag: Music video

  • How To: Start And Stop ffmpeg Converting At a Specific Time

    Whoaa, Long title there! Anyway, as the title would suggest, I am about to explain to you how to start and stop ffmpeg converting at a specific time. The command variables are very simple -ss (Start time) and -t (Convert as specified amount of time). Sounds tricky? Don’t worry, i’ll explain it to you in…

  • How to: Extract Audio From Video Using ffmpeg

    So, you want to extract some audio from a video ey? Sure! No problem! You can do just that using ffmpeg, here’s the command string. In this example, i’ll extract the whole audio track to a mp3 file, with a 320k bit (constant) rate and 44100hz audio rate (high quality mp3): ffmpeg -i “whatever.format” -vn…