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 dont understand why it is limited to key-frames (I am not sure where to post this, sorry if this is the wrong place)
If you have to cut between c and d keyframes:
a----b------c-----d------c-----d----e
[a----b------c---]--d------c-----d----e
Create 2 temporal videos:
a----b------c
c---]--d
Decode the extremely small 2nd video, split it with frame-precission and encode:
c---|
And merge 1 and 3.
I have tested it manually exporting the GOP where the cut is desired "uncompressed", then making the cut in the exact frame and exporting encoded. Then combine (concat), and works almost perfect (i think it duplicates one frame or something).
Having another option "Cut without reencoding anywhere", I think this would be very useful for some people/applications.
Thanks a lot for the software.
The text was updated successfully, but these errors were encountered:
I dont understand why it is limited to key-frames (I am not sure where to post this, sorry if this is the wrong place)
If you have to cut between c and d keyframes:
a----b------c-----d------c-----d----e
[a----b------c---]--d------c-----d----e
Create 2 temporal videos:
Decode the extremely small 2nd video, split it with frame-precission and encode:
And merge 1 and 3.
I have tested it manually exporting the GOP where the cut is desired "uncompressed", then making the cut in the exact frame and exporting encoded. Then combine (concat), and works almost perfect (i think it duplicates one frame or something).
Having another option "Cut without reencoding anywhere", I think this would be very useful for some people/applications.
Thanks a lot for the software.
The text was updated successfully, but these errors were encountered: