これでどうかな
ffmpeg -i hoge.mp4 -f image2 -vcodec png image%05d.png
ffmpeg -r 60 -i image%05d.png -vf setpts=1/2*PTS -b 5000000 output.avi