Viewing a single comment thread. View all comments

BlueSwordM t1_j2c4rr6 wrote

If you use all intra, it will work perfectly fine as usual.

1

brettsolem t1_j2ca2ll wrote

Sorry, “intra”?

1

BlueSwordM t1_j2caf6d wrote

All intra = all keyframes.

For video editing purposes, you want the best seeking possible, so using an all-intra mode/codec(ProRes is one) would be the most optimal choice.

2

brettsolem t1_j2cw4we wrote

So Intra is the same as progressive?

1

BlueSwordM t1_j2dzkfl wrote

No. Progressive frames like what found in JPEG and JPEG XL can be decoded in preview "batches" instead of being decoded sequentially.

Intra = single image encoding more simply put.

2