As noted here, we could speedup audio with ffmpeg using:
$ ffmpeg -i input.mkv -filter:a "atempo=2.0" -vn output.mkv But on Ubuntu, ffmpeg is replaced by avconv, and the atempo filter is not available in avconv.
My question is:
- Are there any alternatives to the
atempofilter to use withavconv, or how to speed up audio AND video usingavconv? - How to speed up a video file (if you have better ideas)?