Is it possible to copy both timestamps at once (as on phrase, separated by...
A free video editor to cut, filter, and encode projects
Status: Beta
Brought to you by:
mean
What I want to do is get two exact frame timestamps with an FFmpeg GUI app, and use them in my own FFmpeg command, ideally something faster than having to copy both times into a text editor or something like that. I wonder if its possible to copy both timestamps at once and have a phrase like this "00:30.00 00:45.20", or somehow quickly have both times used in an FFmpeg command, like "ffmpeg -ss 00:30.00 -to 00:45.20 -i ..."?