-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unable to parse the frame rate string #127
Labels
component: autodetection
An issue with autodetection of input features
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Comments
I believe this belongs in the shaka-streamer repo. I'll move the issue. Thanks! |
@hmishinev, could you please show us the output of this command? ffprobe \
/Users/hmishinev/Projects/Reedsy/reedsy-videos/tmp/raw/video_bundle_58104c69-bbe2-45b7-be92-364d248ba84e/video \
-select_streams v:0 -show_entries stream=avg_frame_rate -of compact=p=0:nk=1 |
joeyparrish
added
type: bug
Something isn't working correctly
priority: P2
Smaller impact or easy workaround
component: autodetection
An issue with autodetection of input features
labels
Oct 28, 2022
@joeyparrish, this is the result:
|
Okay, thanks. That's very helpful. Looks like it should be as easy as discarding the |
joeyparrish
added a commit
to joeyparrish/shaka-streamer
that referenced
this issue
Nov 3, 2022
joeyparrish
added a commit
that referenced
this issue
Nov 3, 2022
The issue still persists for other probes as well #128 (comment) |
github-actions
bot
added
the
status: archived
Archived and locked; will not be updated
label
Jan 4, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
component: autodetection
An issue with autodetection of input features
priority: P2
Smaller impact or easy workaround
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
System info
Operating System: macOS Monterey
Shaka Packager Version: v2.6.1
Issue and steps to reproduce the problem
Packager Command:
What is the expected result?
The video is processed successfuly
What happens instead?
The following error is thrown:
https://github.com/shaka-project/shaka-streamer/blob/main/streamer/autodetect.py#L124
A test video file is available here: https://drive.google.com/file/d/1RS90AgRXLus1o_8JeD_pKFlAUKkQJCp6/view?usp=sharing
The text was updated successfully, but these errors were encountered: