Topic: Is there anyway to cut / trim video within advanced transcoding?
For example.
I'm trying to transcode a big file that's 1:30:00 but only want to transcode 27:08 - 27:18 (10secs of duration)
I tried lavfi commands with:
trim=start=00:00:27:08:end=00:27:18;
Before frame interpolation as well, but it seems to encode everything still.
Is there a way for me to tell FFMPEG to use the -ss (seek) so it doesn't have to reencode everything up until that point.
Thanks
EDIT:
I also noticed there is some command line arguments for the FFMPEG under additional transcoding settings. How does one format the -ss into that line