Skip to main content

Questions tagged [vp9]

The tag has no usage guidance.

0 votes
1 answer
38 views

Extract frames from WEBM (VP9) using Python

I want to parse a .webm file in the VP9 codec using Python and no modules. I know this sounds stupid and/or useless but I have to. I would like to have some kind of function "extract_frames" ...
Kodeur_Kubik's user avatar
1 vote
1 answer
77 views

Transparency Issue with WebM Videos on Android Chrome Browser

The transparent WebM video, which appeared crisp on the Chrome browser on PC, shows jagged edges on the Android Chrome browser. Specifically, the edges of fine details like animal fur appear darker, ...
tanabe kaori's user avatar
0 votes
0 answers
150 views

how to speed up downloading video with pytube library?

I'm using pytube libry for downloading youtube videos by resolution. If I download vieos which is have 360 and 720 reslution it is ok. downloading good but other resolution downloading is so slow and ...
SHERMUKHAMMAD TEMIROV's user avatar
0 votes
0 answers
108 views

How to set the Microsoft WMF VP9 decoder to decode VP9 videos

I'm writing CPP code which uses the Microsoft WMF decoder to decode a variety of codecs. It works fine for many of them: H264, H265, MPEG1, MPEG2, VP8 and AV1, all work perfectly. VP9 looks like it ...
user2430648's user avatar
0 votes
1 answer
1k views

Checking VP9 hardware video decode support on Apple Silicon

I'm trying to check whether a device running on Apple Silicon supports hardware video decode of VP9. I know empirically (from using Chrome and Safari) that VP9 decode is supported in hardware on Apple ...
Woodstock's user avatar
  • 22.7k
2 votes
1 answer
626 views

What does the header struct for a webm (vp9) video stream look like?

In comparison to the IVF stream which contains 32 byte codec header and 12 byte frame header, what does a webm (vp9) stream header look like? Is there a header struct definition that I can use in my ...
Anil's user avatar
  • 45
0 votes
1 answer
632 views

FFmpeg library is detecting pixel format of VP9 video stream not correctly

I am using a C code to detect pixel format of VP9 video stream in a WebM container. FFmpeg version 6.0, full shared library build, downloaded from official website. Operating system is Windows 10. I ...
user avatar
0 votes
1 answer
594 views

Why this ffmpeg mp4/mkv/wmv/flv/avi to webm command line with cuda is as slow as with CPU?

im playing with my video files, I want to convert them from mp4, mkv, wmv, avi, flv, mov... to webm. So I have written this: for file in * do if [ -f "$file" ] then filename=&...
uchi's user avatar
  • 101
0 votes
0 answers
123 views

ffmpeg refuses to encode video

The command: ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -resize 1920x1080 -i "Infinity.mkv" -vf "ass=Infinity.ass" -c:v h264_nvenc -preset slowest -crf 18 -c:a ...
emipy's user avatar
  • 11
0 votes
0 answers
184 views

ffmpeg: filter_complex issue: 25fps vs. 60fps (with transparent VP9 webm)

I have a lot of created png images with transparency / alpha channel. These need to be converted to a webm file with the VP9 codec to have a video with transparent areas. The output framerate should ...
Jaecko's user avatar
  • 1
1 vote
1 answer
510 views

MediaRecorder recording remote stream using VP9 codec doesn't work

I tried to use MediaRecorder to record remote video stream using codec VP9, but I can only get a video that cannot play. Env: latest Chrome (105.0.5195.127). The stream is so common. stream = await ...
GStarP's user avatar
  • 11
1 vote
1 answer
974 views

Can't execute video encoding in ffmpeg-kit-react-native

Description I'm using React Native and Expo and trying to convert video from mp4 to vp9 encoded format using ffmpeg-kit-react-native package. I followed installation steps from documentation https://...
juejue's user avatar
  • 11
0 votes
2 answers
259 views

Does vp9 handle packet loss or I have to handle manually?

I am capturing my screen in real-time and encoding them using the vp9 codec (using JNI). encoded frames are I-frame or P-frame. then I divide them into chunks (sub-frames) and send them to the network....
Nafiul Alam Fuji's user avatar
0 votes
1 answer
433 views

Cannot encode vp9 video with alpha to ivf container

I'm trying to convert a vp8/webm video with transparency to vp9 and ivf container. I can encode the video to vp9 into webm container with the following command which correctly produces a vp9 video ...
Jakob Košir's user avatar
0 votes
0 answers
875 views

ffmpeg H.264 to VP9 always creates larger output files on Zoom Meeting Recordings

ffmpeg -i input.mp4 -c:v libvpx-vp9 -b:v 0 -crf 30 -pass 1 -an -f null -row-mt 1 NUL && ^ ffmpeg -i input.mp4 -c:v libvpx-vp9 -b:v 0 -crf 30 -pass 2 -c:a libopus -row-mt 1 output.webm input....
Sam's user avatar
  • 43

15 30 50 per page
1
2 3 4 5 6