Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] - How does copy video_codec work? #83

Closed
Saya47 opened this issue Oct 3, 2020 · 1 comment
Closed

[Question] - How does copy video_codec work? #83

Saya47 opened this issue Oct 3, 2020 · 1 comment

Comments

@Saya47
Copy link
Contributor

Saya47 commented Oct 3, 2020

From my experience working with FFMpeg, I know that when cutting the video while using the copy video codec causes imprecise cuts and sometimes out of sync audio. I'm talking about the -ss and -t options used in FFMPeg.

Does the same thing happen when using Auto-Editor with copy video_codec?

Thanks in advance and thanks for this awesome program!

@WyattBlue
Copy link
Owner

Auto-Editor uses cv2 to edit the video so the cuts will always be precise regardless of video codec.

<20w41a. The "copy" codec copies the codec of the uncompressed video cv2 spits out.

=20w41a. The "copy" codec copies the the original codec. The "uncompressed" codec is now used like "copy" in older versions.

@WyattBlue WyattBlue added the info label Oct 7, 2020
Repository owner locked and limited conversation to collaborators Apr 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants