python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why pyav package in python can not recognize h264_cuvid codec while ffmpeg can do?
I have a python script as below to read byte_stream from video. I want to use h264_cuvid code to do GPU hardware accelerating instead of CPU encoding or decoding. my FFmpeg does have h264_cuvid codecs...
MediaJ
Votes: 0
Answers: 2
Replacing deprecated AVStream codec parameter in libav
A long time ago, I implemented a C++ class to create MP4 video files from an array of images. The code works pretty well, nevertheless, I discovered a deprecation warning that I want to rid off. The p...
xtingray
Votes: 0
Answers: 1
Understanding AVC Codecs: avc1.42c020 vs avc1.428020
Looking for help understanding the difference between the codecs:
avc1.42c020 and avc1.428020
I have a program that can request video in either of these formats but I'm not sure which one I should ch...
alexward1230
Votes: 0
Answers: 1
I am using Blob for hide URL of the video. But unable to find exact Video Codec information
I am using Blob for hide URL of the video. But unable to find exact Video Codec information
var mimeCodec = 'video/mp4; codecs="avc1.4d002a, mp4a.40.2"';
here is the code. which i am trying ...
Rao Rizwan
Votes: 0
Answers: 0