Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
41 views

If I have the ASN.1 schema as shown below and I want to encode message "...
Yash Bhutada's user avatar
1 vote
1 answer
192 views

After migrating my Java vlcj application to my new Windows 11 machine, the program crashes on calling vlcjplayer.stop(). I am using vlcj 4.8.2 in combination with VLC 3.0.21. I am shipping my own ...
Bate's user avatar
  • 73
1 vote
2 answers
105 views

I'm working on a scenario where I need to handle encoding and decoding of strings using custom error handling in Python. Specifically, I want to create an error handler that can deal with both ...
LeapingQuantum's user avatar
5 votes
0 answers
2k views

I’m encountering an issue with Flutter’s video_player package while trying to play a video on Android. The video player fails to initialize with the following error: PlatformException(VideoError, ...
Munsif Ali's user avatar
  • 7,907
1 vote
2 answers
169 views

When using MediaRecorder on Chrome (Javascript on windows) with the avc1 option on chrome the generated blob is truncated as opposed to the vp9 option, Here are the 2 options as explained in Recording ...
Jack Asa's user avatar
0 votes
1 answer
82 views

I run my own online radio station using a simple embedded audio player to stream. The stream works on all browsers on Mac, Windows, and Android. It does not stream in Safari or any browser on iOS. ...
siys's user avatar
  • 11
1 vote
2 answers
268 views

in my quest for fixing corrupt GoPro files, I am writing a decoder based on an MPEG4 parsing lib, but I now have to dig deeper in the h265 stream, and I'm having a hard time finding where the first ...
vdeconinck's user avatar
1 vote
1 answer
106 views

If I have the ASN.1 schema as shown below (I have truncated it to remove useless data) and I want to encode dm200 following the uPER rules, then I get the following encoding. { "messageData&...
Yash Bhutada's user avatar
0 votes
1 answer
146 views

I am trying to create a video from multiple PNG files. The files contain an animation of a line. However, the output MP4 video looks really strange, as if the content is stretched or scaled. Below, ...
v_b's user avatar
  • 56
4 votes
0 answers
50 views

As per the documentation of VP9 Codec in Wikipedia VP9 has the concept of Profile and Level. Based on these profiles and levels it also has some limitations on Resolution/Frame Rate/ Bitrate as ...
d0tb0t's user avatar
  • 302
0 votes
0 answers
48 views

I am a car accident reconstruction engineer. We often use surveillance camera footage to analyze incidents. When footage is exported from a DVR system (usually in .mp4 container), sometimes it's ...
curd1's user avatar
  • 1
1 vote
0 answers
265 views

I've connected a NAU8822 codec to an ESP32 and I'm trying to record audio from a microphone. schematic of NAU8822 circuit Following setup: Microphone is biased (working), mono Codec works as I2S ...
beni0664's user avatar
1 vote
0 answers
379 views

I wanted to use Codec2 on STM32F4xx, so I took the existing libraries and ran them on the hardware - a Nucleo board. Then I started measuring the time it takes to encode and decode one frame - a block ...
WITC's user avatar
  • 337
0 votes
3 answers
100 views

Hi I am currently trying to setup my CQL Dao in order to implement some query functions, however I can't find a way to put a Collection of any objects as an argument because I keep getting this error ...
Pseudow's user avatar
  • 21
0 votes
1 answer
1k views

Hay, I'm developing a video player in Android Kotlin using ExoPlayer. All works fine except some video formats ( AVI, MPG, FLV, WMV). Is there some workaround of making a decoder or codecs ,that can ...
Syed Mustafeez's user avatar
0 votes
1 answer
2k views

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
  • 23.1k
1 vote
1 answer
328 views

I'm making a video converter app using react-native and want to compress videos problem arrives, like video downloaded from youtube in 4k are av1 encoded the device that does not have av1 hardware ...
Atul Tiwaree's user avatar
2 votes
1 answer
117 views

I use isobmff Library for Muxing. (https://github.com/MPEGGroup/isobmff) I make h264(avc) to mp4 file. (muxing) when I muxing, I use ISOAddMediaSamples this function. In Video, Does Sample Means only ...
Kundera's user avatar
  • 315
0 votes
0 answers
109 views

In my application I need to save yuv422p frames into AVI using ffmpeg. I wrote a function that does this, but to my surprise the file format is bgr0 that is incorrect. This is my code: bool write_avi()...
folibis's user avatar
  • 12.9k
3 votes
3 answers
168 views

I'm trying to understand the following function in libvpx (vp8/common/reconinter.c): void vp8_copy_mem16x16_c(unsigned char *src, int src_stride, unsigned char *dst, int ...
Yuuta Liang's user avatar
0 votes
1 answer
85 views

I have this code that returns a list of installed video compressor codecs: public static List<string> GetInstalledVideoCompressorCodecs() { var codecs = new List<string>(); var ...
Mickael Bergeron Néron's user avatar
1 vote
0 answers
665 views

Most of the videos served by my provider (server) have never had any audio or video issues. However, some stream currently have no audio at all, and I think this is a problem with the ExoPlayer I ...
asdf9797's user avatar
1 vote
0 answers
306 views

I'm using this tutorial to record a region of a web page. It is mostly working, but it mixes down the audio that is playing on the browser from 2 to 1 channel. The container div referenced below ...
calua's user avatar
  • 23
0 votes
1 answer
298 views

I wanted to test out python-blosc2. When trying do compress data with a user-defined Filter however, I stumbled across a for me unexplainable error. import blosc2 import numpy as np a = np.random....
Helmut's user avatar
  • 496
0 votes
1 answer
510 views

I am using an old version of Google Canary. However, for the past two days, the browser has been flickering dark at random intervals... It looks like an eye blink... This causes the browser to shut ...
Albie's user avatar
  • 49

1
2 3 4 5
30