-
Notifications
You must be signed in to change notification settings - Fork 64
Use more interesting videos for README experiment #351
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
Changes from all commits
d4cdc20
2d6b82f
d537a90
74db54d
9d5ed07
51b5146
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,6 +124,12 @@ The following was generated by running [our benchmark script](./benchmarks/decod | |
|
||
 | ||
|
||
The top row is a [Mandelbrot](https://ffmpeg.org/ffmpeg-filters.html#mandelbrot) video | ||
generated from FFmpeg that has a resolution of 1280x720 at 60 fps and is 120 seconds long. | ||
The bottom row is [promotional video from NASA](https://download.pytorch.org/torchaudio/tutorial-assets/stream-api/NASAs_Most_Scientifically_Complex_Space_Observatory_Requires_Precision-MP4_small.mp4) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The two charts look very similar. I would remove the fractal and just use the real video There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm going to merge as-is. Let's discuss later what we want long-term. I have a slight preference to show two videos, to give some indication that the NASA video isn't a fluke and to include a higher resolution video. Put another way, I want someone to look at both videos and think "Huh, they're about the same performance." |
||
that has a resolution of 960x540 at 29.7 fps and is 206 seconds long. Both videos were | ||
encoded with libx264 and yuv420p pixel format. | ||
|
||
## Planned future work | ||
|
||
We are actively working on the following features: | ||
|
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.
Add the codec and pixel format too if you can