multimedia Questions

3

I want put rotation information into my mp4 video file but I have no idea about this. Is there any program that I can add "rotation" metadata? It would be OK if there's the way to edit video conte...
Ouphe asked 19/4, 2012 at 4:45

9

Solved

I want to store a large number of sound files in a database, but I don't know if it is a good practice. I would like to know the pros and cons of doing it in this way. I also thought on the possib...
Alternant asked 30/9, 2008 at 19:58

6

Solved

I have a h264 file that extract from YUV format using SVC software. Now, I want to caculate size of each GOP in the h264 file. We know that size of GOP is the distance between two nearest I frame. ...
Kvass asked 3/6, 2014 at 8:51

6

Solved

Can I use DirectX 11 from C# app? Need to use DirectSound from WPF application. .NET 4 W7 x64
Wordsworth asked 29/11, 2011 at 4:55

4

Solved

How can I find duration of a video file in miliseconds i.e. in integer in deterministic way. I have used ffprobe to get the duration but it doesn't give duration for all file formats.
Whipperin asked 30/9, 2013 at 10:22

3

Solved

I need to play video file (using installed codecs) and get some file info (such as frame rate and length).
Husbandry asked 25/4, 2010 at 13:49

5

Is there any simple function? I am searching something like that Play(@data, 44000, 100 {time});
Menses asked 11/8, 2010 at 8:47

4

Is there any Java API for SRT subtitles ?
Helterskelter asked 21/2, 2011 at 6:15

3

Solved

I have an application that relies on the in built Microsoft GS Wavetable Synth. It has worked flawlessly on Windows XP, Vista, 7, 8 and 8.1. While the first call to midiOutOpen on Windows 10 works,...
Diaconate asked 31/7, 2015 at 18:27

2

Suppose I have made my gstreamer based plugin. I have installed it and it is working properly with gst-launch application. But now I want to test my gstreamer plugin. So is there a standard test-s...
Spectacled asked 18/11, 2011 at 6:7

4

I am new to Qt and I'm creating a simple application which will playback an audio file. I realized that I am lacking the Qt Multimedia API for audio when I wrote: #include <QAudioOutput> ....
Christiano asked 23/3, 2011 at 18:55

2

I am start learning MLT multimedia framework. It's written in C/C++ so its official documentation has tutorials and examples for C/C++ only with few links for Perl binding. I am looking for some ...
Cortex asked 14/2, 2014 at 9:55

1

Solved

In html 5, I want to embed an mp4 like this: <video width="640" height="480" controls> <source src="somefile.mp4" type="video/mp4"> Your browser does not support the video tag. <...
Reseau asked 8/12, 2014 at 3:50

2

I got some ADTS AAC raw data from somewhere(actually it is extracted from a demuxed file) and in theory it should be corrected encoded. it looks like this: Frame1: 21 19 94 ED A1 09 45 58 09 40 0...
Amoeboid asked 3/12, 2012 at 11:36

4

Solved

I'm starting to learn how to develop apps for Android, and I'm having some issues with intents--it just doesn't seem like they're documented at all. All I want to do is send the user to the video r...
Butternut asked 10/11, 2009 at 5:6

3

Solved

I know the midiXxx API, but I saw it is currently listed under 'legacy' in msdn. http://msdn.microsoft.com/en-us/library/windows/desktop/dd743619(v=vs.85).aspx Is there some other API i should use...
Almshouse asked 28/11, 2012 at 15:16

8

If i decide to write a simple game both text and graphical (2d) what libs may i use? Assuming we are using a HTML5 compatible browser. The main things i can think of Rendering text on screen Ani...
Kabyle asked 1/10, 2010 at 18:1

5

I am using the ancient Windows Multimedia API (midiXyz functions from WinMM.dll) from C#. After opening a Midi Out device/port in non-streaming mode (midiOutOpen), sending SysEx with (midiOutLongM...
Chiastic asked 18/10, 2013 at 9:40

1

Solved

I've written an MP4 parser that can read atoms in an MP4 just fine, and stitch them back together - the result is a technically valid MP4 file that Quicktime can open and such, but it can't play an...
Straightlaced asked 26/8, 2013 at 4:19

2

Solved

Ok, I am using Processing which allows me to access pixels of any image as int[]. What I now want to do is to convert the image to gray-scale. Each pixel has a structure as shown below: ............
Grig asked 14/6, 2013 at 21:17

2

Solved

I am working on a music player in which I need to change tempo (playback speed of music) without changing the pitch. I'm not able to find any native android class to do so. I tried SoundPool but ...
Cavein asked 19/6, 2012 at 4:30

2

Solved

Need to publish the JS and CSS files using multimedia components. The multimedia components gets published outside the website folder similar to the Images in “C:\tridion\temp\pub14\Includes\scri...

2

Solved

I'm writing a larger project and a part of the project is playing MP3 files. Nothing fancy, just playing files from a playlist, start/stop, next/previous (can be done outside the library), fa...
Veiling asked 16/12, 2011 at 9:17

1

Solved

In my DirectShow project I create a filter (derived from CBaseVideoRenderer) to render to a block of memory. This works in most cases perfectly well, with me adding the filter mGraphBuilder->A...
Wigley asked 30/5, 2012 at 18:37

1

Solved

I am developing an Android application and it opens MIC source and records the audio from the microphone. I have another separate thread running on background and it clears the ArrayList that holds...
Papacy asked 30/5, 2011 at 6:3

© 2022 - 2024 — McMap. All rights reserved.