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

Duration Check / Deltas? #17

Open
arrmo opened this issue Feb 26, 2017 · 3 comments
Open

Duration Check / Deltas? #17

arrmo opened this issue Feb 26, 2017 · 3 comments

Comments

@arrmo
Copy link

arrmo commented Feb 26, 2017

Hi,

Just a thought, but any feeling for the timing "error" that should exist when cutting a file? Asking because I trimmed a file, and found that the deltas in the EDL file, vs. the file size change was off by a few seconds. Not a big deal of course, but just a bit surprised that it exists at all really.

Thoughts?

Thanks!

@BrettSheleski
Copy link
Owner

Are you saying the total time specified by the edl file is different from the resulting file?

@arrmo
Copy link
Author

arrmo commented Feb 27, 2017

Not quite. If I take the original file size, subtract out the commercial time (from EDL) - the output file is not quite the same number as this (example below). Not a biggie, but trying to understand it.

> Original File Length (secs): 14819.739422
> Total Commercial Duration (cut from file, secs): 3755.23 (25.3%)
> Expected Final File Length (secs): 11064.509422
> Actual Final File Length (secs): 11062.123578
> Error in Final File Length (secs): -2.385844 (ABS = 2.38584)

Thanks!

@BrettSheleski
Copy link
Owner

I'll have to see what's going on with it. My guess is ffmpeg cannot create parts at the exact times specified for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants