formats Questions
4
Where to get full list of libav* formats?
1
I have short sound that I wish to play in my webapp using HTML5.
I save it in 3 formats. wav, mp3 and ogg
I created 3 tags to play in different formats.
<audio controls autobuffer>
<sour...
1
Solved
I'm trying to bind a texture that I want to interpret as either Alpha, Luminance or Intensity. I'm using OpenGL 4.0. I can bind them as GL_RED OK with no problems, i.e. :
glTexImage2D( GL_TEXTURE_...
3
Solved
When any TGraphic descendant registering its own graphic file format with a class procedure TPicture.RegisterFileFormat(), they're all stored in Graphics.FileFormats global variable.
Too bad that...
Chowchow asked 13/12, 2010 at 14:59
2
Solved
What formats of video file are supported in the Android emulator?
I understand that it probably won't play in real time, but what ones will play at all?
0
There are many questions about this subject, but none has come to the correct answer.
In summary, what out-of-the-box library/SDK provides finished/usable code for Building an Android App that can...
3
Solved
I want to show the milliseconds, but ToString shows the milliseconds as 00000.
I am providing the code below, with the output at each step.
String currentDateTime = DateTime.Now.ToString("G&q...
4
Solved
I've been doing some reading on file formats and I'm very interested in them. I'm wondering what the process is to create a format. For example, a .jpeg, or .gif, or an audio format. What programmi...
Slipperwort asked 23/7, 2010 at 19:15
1
© 2022 - 2024 — McMap. All rights reserved.