Is it possible to set the -ss and -t flags in FFMPEG in frames?
I am building a simple video trimmer in PHP with FFMPEG and have been using PHP-FFMPEG to extract screen grabs etc and it works entirely in frames. Also my script requires that I add and subtract variable amounts of time to the start and end of the vid which is so much easier to do in FPS. PHP-FFMPEG tells me the fps of the vid, so I can accurately pinpoint frames as required.
Alternatively does anyone know of a nice little script for converting frames to HH:MM:SS.xx format at all? I can just use that instead. My Google attempts have been fruitless so far, and my attempt at it has got me rather stressed.