2015-04-22

Convert a GoPro video from 240fps to slow motion on linux with FFMPEG

ffmpeg -i GOPR0459.MP4 -r 24 -vf "setpts=(10/1)*PTS" -vcodec libx264 -an GOPR0459_10.MP4


No comments:

Post a Comment

Popular posts