Is it possible to copy both timestamps at once (as one phrase, separated by space) or quickly run an FFmpeg command with both timestamps? #1526
-
What I want to do is get two exact frame timestamps with either LosslessCut or another FFmpeg GUI, 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. The issue with Losslesscut is that it only lossessly trim files, I wan to hardsub and re-encode them. 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 ..."? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi. You can look at the recent ffmpeg commands in the top menu |
Beta Was this translation helpful? Give feedback.
Hi. You can look at the recent ffmpeg commands in the top menu