You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume this app is a wrapper over ffmpeg. I tried the lossless cut and not surprisingly the starting frames before the next keyframe were lost. However using ffmpeg from termux, with -c:v copy it somehow managed to start on the exact right frame and without re-encoding the entire thing. I don't know if it just re-encoded the frames up to the next keyframe but this feature is desirable compared to losing up to a few seconds at the start of a clip.
I assume this app is a wrapper over ffmpeg. I tried the lossless cut and not surprisingly the starting frames before the next keyframe were lost. However using ffmpeg from termux, with
-c:v copy
it somehow managed to start on the exact right frame and without re-encoding the entire thing. I don't know if it just re-encoded the frames up to the next keyframe but this feature is desirable compared to losing up to a few seconds at the start of a clip.Here's the output if it helps
The text was updated successfully, but these errors were encountered: