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

Wrong switch to generator at the end of negative offset if origin in stream #178

Closed
cchampet opened this issue Apr 27, 2015 · 2 comments
Closed
Assignees
Labels
Milestone

Comments

@cchampet
Copy link

https://github.com/mikrosimage/avTranscoder/blob/develop/src/AvTranscoder/transcoder/StreamTranscoder.cpp#L355

ffmpeg gets duration minus origin. Here we need the total duration of the stream.

@cchampet cchampet added this to the 0.5.7 milestone Apr 27, 2015
@cchampet
Copy link
Author

Need to get options specific to a format or a codec. Same problem with issue #39

@cchampet cchampet changed the title Wrong switch to generator at the ned of negative offset if origin in stream Wrong switch to generator at the end of negative offset if origin in stream Apr 27, 2015
@cchampet
Copy link
Author

cchampet commented May 4, 2015

Done with a ffmpeg patch in mxf wrapper: it returns the stream duration, without any origin taken in account.

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

No branches or pull requests

2 participants