-
Notifications
You must be signed in to change notification settings - Fork 631
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
Experimental Video Reader Refactoring and API Improvements #5839
base: main
Are you sure you want to change the base?
Conversation
…mestamps Signed-off-by: Joaquin Anton Guirao <[email protected]>
05541b1
to
a07b96e
Compare
Signed-off-by: Joaquin Anton Guirao <[email protected]>
a07b96e
to
79ef26d
Compare
file.frame_count_ = av_rescale_q(duration, | ||
stream->time_base, | ||
file.frame_base_); | ||
file.frame_count_ = stream->nb_frames; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is more accurate so using it if available
f1ad340
to
05aadd5
Compare
!build |
CI MESSAGE: [24949282]: BUILD STARTED |
CI MESSAGE: [24949282]: BUILD FAILED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
05aadd5
to
380a2d7
Compare
CI MESSAGE: [24951139]: BUILD STARTED |
CI MESSAGE: [24951139]: BUILD FAILED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
CI MESSAGE: [25008498]: BUILD STARTED |
CI MESSAGE: [25008498]: BUILD FAILED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
CI MESSAGE: [25055285]: BUILD STARTED |
CI MESSAGE: [25055285]: BUILD FAILED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
7c63e66
to
081121a
Compare
!build |
CI MESSAGE: [25154741]: BUILD STARTED |
Signed-off-by: Joaquin Anton Guirao <[email protected]>
Signed-off-by: Joaquin Anton Guirao <[email protected]>
CI MESSAGE: [25159683]: BUILD STARTED |
Category:
Refactoring / New feature
Description:
file_root
,file_list
modes tofn.experimental.readers.video
, similar to what's available in the legacy decoderframe_index
: Frame-based seekingtimestamp
: Time-based seeking (non-inclusive)timestamp_inclusive
: Time-based seeking (inclusive)file_list_format
option replaces the legacy operator's boolean flagsfile_list_frame_num
andfile_list_include_preceding_frame
Misc:
FramesDecoderGpu
andFramesDecoderCpu
override
specifiers for virtual functionsvideo_reader_utils.h
headerAdditional information:
Affected modules and functionalities:
fn.readers.video
,fn.experimental.readers.video
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A