Tag: Multimedia

  • 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…

  • How To: FLV Video Conversion Using ffmpeg

    This is a traceback to an old post made back in 2007, it’s about what used to be “High quality FLV“, you can find the post HERE. Let’s say you want to watch a video in that classic old low resolution flv format that used to be common on the web -or- you may want…