codec Questions
2
Solved
I want to know the video codec and, mainly, the audio codec used to encode an HTML5 video because, for example, Firefox supports MP4 video but, in its Windows version, if the audio is encoded with ...
Sabir asked 14/5, 2015 at 11:7
6
3
Solved
can anybody compare popular video codecs by encoding speed? I understand that usually better compression requires more processing time, but it's also possible that some codecs still provide compara...
Selffertilization asked 27/1, 2011 at 12:8
5
Solved
I've been trying for about an hour now to register a codec I made for one of my classes in a game I am working on. The class is called Item. I tried the code and suggestions from these 3 places:
...
18
Solved
When I try to run images assets doesn't get properly loaded, I am getting an exception:
The following assertion was thrown resolving an image codec: Unable to load asset: /images/p8.png`
Some...
5
Solved
I found this post on how to encode ascii data to 7-bit GSM character set, how would I decode 7-bit GSM character again (reverse it back to ascii)?
1
Recently installed Ubuntu 22.04 on a DELL x86 64 bit laptop,
and when I imported my mp4 files for whatever reason the built in video player can't play the mp4 files. Either tells me the codec can't...
Krystlekrystyna asked 17/11, 2022 at 16:23
2
I'd like to reach some sort of definitive answer for the following questions:
Is alpha transparency supported in MPEG-4-based codecs?
Is there any way to be reasonably certain that there is no al...
7
Solved
How can I convert a video from mp4 to webm using VLC, if possible? What codec should I choose? Do I need to reencode the sound?
I'm trying to put an HTML5 video on a website with Flash as fallback....
Unroll asked 6/3, 2012 at 11:10
3
Solved
2
Is there a way to successfully always patch up any clips together in such a way that prevents weird glitches? I put together a .mp4 from smaller .mp4 files and I got a final video with weird glitch...
1
I want to know exactly which strings I can pass as codec to VideoEncoder.isConfigSupported({ codec, width, height }) but so far I have not found a definite answer:
The TS declaration file only pre...
Knutson asked 14/4, 2022 at 22:24
3
Solved
Hey I would like to know if there is any way to choose codecs when creating the offer/answer in WebRTC. There are currently not many video codecs to choose from, but there are audio codecs like Opu...
Posturize asked 28/1, 2014 at 10:27
3
I am trying to decode an MPEG video file using LibAV. There are two terms which I am not able to grok properly, Frames and Packets.
As per my present understanding, Frames are uncompressed video fr...
Geisha asked 1/12, 2018 at 20:31
6
Solved
I have created a .exe file of a simple script with intentions to run it on a server however I cannot seem to figure out what this fault means or find any answers online. The fault code is as follow...
Linalool asked 8/1, 2019 at 7:28
4
I see that there are a few questions on this subject but I am still getting errors. All I want to do is convert videos in my library to HEVC so they take up less space.
I've tried this:
ffmpeg -i...
4
Solved
I'm doing a series of tutorials by recording the screen and my voice.
Just as PNG works best for screenshots, while JPEG is better suited for photographs (although lossy), which video encoding &...
Chimney asked 20/1, 2012 at 7:7
4
Is there a way to ask an Android device what audio and video Codecs it supports for encoding?
I found devices that do not support some of the codecs listed as mandatory in
http://developer.android...
Stalder asked 3/8, 2012 at 7:48
1
We're in the process of building and deploying a desktop based app on electron v 12.0.7. It'll be a (free) commercial software deployed to ~2-3M users worldwide.
Recently our legal team enquired ab...
1
Solved
Why is it throwing this error on some files, and for other files it doesn't ?
The files are all .mp4 videos.
'ValueError: MoviePy couldn't find the codec associated with the filename. Provide t...
1
Solved
I am trying to convert a mov video to mp4, but I don't want any compression to happen. I recorded it with Quicktime on a Mac and did so with maximum, uncompressed quality. When I run ffmpeg -i. I g...
Augite asked 17/2, 2021 at 18:57
1
I'm familiar with ffmpeg, but not with GStreamer. I know how to get a H264 frame through ffmpeg, for example, I can get a H264 frame through AVPacket. But I don't know how to use GStreamer to get a...
1
I'm doing a little bit of research about the DTX option in Opus:
Discontinuous Transmission (DTX) reduces the bitrate during silence
or background noise. When DTX is enabled, only one frame is ...
Nonintervention asked 5/6, 2016 at 12:45
1
Goal: use MediaRecorder (or else) api to produce video files that are viewable cross platforms.
Fail: current api falls back to container/codec on google chrome which is only viewable on chrome and...
Dariusdarjeeling asked 6/11, 2020 at 20:12
4
I need to extract the codec properties like bit rate frames resolution file format of video captures from camcorder.
1 Next >
© 2022 - 2025 — McMap. All rights reserved.