Search results

  1. P

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    The command (ffmpeg -r 16 -i inputvideofilenamehere.MP4 -vsync passthrough -b:v 12000k outputvideofilenamehere.MP4 ) reencodes the video, which might not be desirable. Instead you can use the -itsscale option of ffmpeg to change only the timestamps of the frames. -itscale expects a factor to...