The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
5answers
4k views

Getting started with audio programming

I'm looking to build some compression interfaces for windows audio, and I was wondering if anybody might know of some tips/tricks? I'd like to build my own software equalizer that will function with ...
9
votes
7answers
353 views

What are good JS libraries for game dev? (HTML5)

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 ...
9
votes
8answers
4k views

What is the best way to store media files on a database?

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 ...
5
votes
1answer
153 views

How can i get the application code created by gst-launch or gstreamer pipeline editor?

see if i have made one application like below by gst-launch commnad gst-launch -v filesrc location=ed_hd.mkv ! matroskademux ! vorbisdec ! audioconvert ! audioresample ! autoaudiosink when ever i ...
5
votes
3answers
108 views

Which framework to use for media

I have a project wherein video has to be recorded and played back with certain features, like play , pause, reset and has to be synchronised with some other process. Now the other process is already ...
5
votes
4answers
448 views

what is the simpliest way to play sound from array data in delphi

Is there any simple function? I am searching something like that Play(@data, 44000, 100 {time});
5
votes
2answers
1k views

What is the best way to play video file in Delphi?

I need to play video file (using installed codecs) and get some file info (such as frame rate and length).
5
votes
3answers
1k views

How to check if a microphone and a speaker are from the same sound card?

Happy new year! My question is how to check if a microphone and a speaker are from the same sound card on Windows platform. If they are from different cards, then the logic to handling timing will ...
5
votes
6answers
3k views

How can I create a video from a directory of images in C#?

I have a directory of bitmaps that are all of the same dimension. I would like to convert these bitmaps into a video file. I don't care if the video file (codec) is wmv or avi. My only requirement ...
4
votes
1answer
64 views

Multimedia playing in Java

I need to play multimedia files in Java. I have studied JMF and FMJ, however, both of them have not been updated over several years. Is there any open-source Java project for multimedia playing? ...
4
votes
1answer
461 views

How to get the master volume in windows xp?

In Windows XP, with Delphi, how to get the master volume? I know I can set up and down sending key strokes with keybd_event(VK_VOLUME_UP, 1, 0, 0); and keybd_event(VK_VOLUME_DOWN, 1, 0, 0);, but I ...
4
votes
2answers
303 views

Writing you own media library: where to start?

i'd like to add a media library to a custom-made CMS that is build on Zend Framework and Doctrine. The goal is to build something like Worpress's media library: you can upload media and then attach ...
4
votes
1answer
121 views

Capture multimedia keys from a web site?

Is there a way to capture multimedia keys from a web site?
4
votes
3answers
4k views

Android API for detecting new media from inbuilt camera & mic

Is there any elegant way in the Android API for detecting new media when it is written to the device? I’m mainly interested in photos taken by the camera, video taken by the camera and audio recorded ...
4
votes
2answers
383 views

How to discover the type of media inserted in a DVD/CD drive? (java)

When I insert a DVD or CD, I want to programmatically know what type of media(DVD or CD) is it.
3
votes
1answer
178 views

multimedia support in liferay portal

I am new to liferay portal.. Does it supports multimedia file formats by default.. or any plugins needs to be added..?
3
votes
1answer
342 views

Audiooutput problem in Qt using qmultimedia low level API

I'm trying to get mpg123 audio decoder to work with QT on windows. How do i play the decoded audio data at the right speed with Qmultimedia module in push mode. Currently i'm using simple timer to get ...
3
votes
1answer
176 views

Should I study a third-party framework for multimedia in iphone apps or not, given my situation

I decided to learn developing for iphone/ipad and right now I'm still at the beginning. I do have a programming background (quit a lot of max/msp/jitter and in the old day's: turbo pascal, basic and a ...
3
votes
2answers
2k views

Does android support APIs for implementing RTP,RTSP for VoIP and PTT Project?

I am going to make a PTT project on Android. Could you tell me how deep Android supports Voice and Multimedia API (such as RTP,RTSP,VoIP) for developers?
3
votes
4answers
455 views

Best software for writing HTML-based user manuals

I'm working on a project where I need to generate end-user documentation for a piece of software. At some point in next year, the piece of software that I am writing this documentation will be ...
3
votes
1answer
990 views

Why does Silverlight provides webcam and microphone support without any encoding API?

In the list of new features in Silverlight 4 you will find following: Webcam and microphone to allow sharing of video and audio for instance for chat or customer service applications. ...
3
votes
2answers
2k views

Playing multiple audio streams simultaneously from one audio file

I have written an application that receives media files from a central server and plays those files according to a playlist. All works well. A client has contacted us and wants to use our application ...
3
votes
3answers
2k views

Where can I find a free/opensource Delphi multimedia component?

I was in a project where I must be able to play almost audio/video files (format). The requirements: Video: .dat (vcd & svcd) .vob (dvd) .rmvb (real media) .mp4 (mpeg4/x264/h264) .wmv/.asf ...
2
votes
2answers
62 views

Returning a file path in Django without the file extension

Please bare with me, I'm new to Django/Python, so there could very well be a simple solution to my issue... I'm creating a multimedia application on my Django site that allows users to upload photos, ...
2
votes
1answer
68 views

How can I use QtMultimedia on desktop apps?

I have built an app using Qt creator for symbiyan mobile; now, I am trying to convert it to a desktop app using Qt. But when I change the platform it shows a problem with QtMultimedia; more ...
2
votes
2answers
102 views

Stream movie on desktop

I have a movie file and i want to stream it on the desktop like VLC Player ( http://www.howtogeek.com/howto/18167/set-a-video-as-your-desktop-wallpaper-with-vlc/ ). How can i achieve this in Delphi ? ...
2
votes
2answers
168 views

Cross platform hardware-native OpenGL library, possibly with multimedia?

I am looking for the ability to open OpenGL contexts and draw native OpenGL in windows, macOS, linux distros with X, android and iOS I don't want to rely on the "native" device framework for the ...
2
votes
2answers
114 views

Qt: Get the list of available audio devices in Linux

I want to get the list of all audio devices that are available on my Linux system. Then I will show this list into a combo box from which user will select the device to use for recording/playback. ...
2
votes
5answers
188 views

possible to create ebook programmatically?

I am investigating whether it is possible to generate an ebook, say, a Kindle book, programmatically. are there any libraries, open source or proprietary? in particular, for python.
2
votes
1answer
146 views

Android: MediaRecorder @ Native code

Playing with the MediaRecorder Java code I have found the MediaRecorder class to be quite limited, there is no way to control the media before it is encoded/compressed, and, there is no way to control ...
2
votes
2answers
41 views

Media session example

I'm new to media foundation. Could anyone help me with video playback sample code using Media session technique. I want to add a MFT for a third party decoder (to decode H264 video files). Please help ...
2
votes
1answer
912 views

UPnP AV Remote Control in Java or C#

I need to create some kind of remote control that can interact with a UPnP media server. I've read that there are kind of like three applications for the UPnP AV stack: media server, media renderer, ...
2
votes
1answer
135 views

How to create media player using slimdx

How we will code a media player using slimdx n c# coding
2
votes
2answers
257 views

How can I reuse directshow components in Gstreamer (windows)

I am developing a new media playback application for Digital cinema. While checking the multimedia framework options, I am pretty impressed with GStreamer and would like to use it. BUT, we already ...
2
votes
1answer
464 views

Generate photo SlideShow in Java and Export as Video

I want to create a cross platform SlideShow maker desktop-application (mainly Windows & Mac), the SlideShow will be generated using a set of images with background music, subtitles/captions and ...
2
votes
1answer
330 views

Why the content type of a mp4 video can be text/plain?

I was developing an application which can receive a url of a file, and should do different things depending on the type of the file (audio, video, image). So I'm getting the content type of the file ...
2
votes
2answers
429 views

Java API for SRT subtitles

Is there any Java API for SRT subtitles ?
2
votes
1answer
889 views

Audio stream recording and playback using Qt

I am trying to develop a multimedia program using Qt which gets an audio input stream from a microphone (using QAudioInput), then stores the sampled bytes in memory for 60 milliseconds, then play it ...
2
votes
3answers
139 views

Are there any gstreamer plugins to expand a video stream?

My gstreamer version is 0.10 and I want to expand a 16:9 video to 4:3 by inserting blanks at top and bottom. I searched the plugin list with gst-inspect. There're "videoscale" and "videocrop", but no ...
2
votes
4answers
245 views

What is the best way to minimize the impact of lost packets on a realtime media stream sent over TCP?

We've implemented an audio-video collaboration application on top of Silverlight, and are trying to tune it. One of the issues we're experiencing is an increase in stream latency whenever a packet is ...
2
votes
3answers
277 views

how to record anything from soundcards?

i would like to record any sounds produced in my soundcard. please help, where i can get a freeware component or commercial(trial). delphi7/2009
2
votes
3answers
107 views

Architecture of cars multimedia systems

I wonder what is the software (OS, graphics libraries, etc.) and hardware architecture that cars use for their multimedia systems for controlling radio, cds, navigator or telephony. I also noticed ...
2
votes
1answer
325 views

How do I become a multimedia programmer?

Recently I'm interesting in multimedia programming but all I know about multimedia is simple and basic concepts related to codecs and container formats. So can you tell me from where to begin and is ...
2
votes
3answers
2k views

Jet creator music help

I am trying to use the JET music player in Android to create music for my game. I am having trouble installing the eas synth plugin for Sonar 7 wich i will use to edit the midi tracks. I am using ...
2
votes
4answers
2k views

How to programmatically control the volume of my pc?

I have a keyboard without music keys, that for turn up and down the volume, play, stop, etc. of music in my PC. If you don't understand, this is my keyboard and this isn't. I want to implement, in ...
2
votes
2answers
1k views

live video streaming in asp.net web application

i m ravi. i m begginer in asp.net. i want access CCTV camera in my asp.net web application. so, plz tell me how can i do this...? plz giv me source code example for this.. thank you...
2
votes
1answer
4k views

Implementing DLNA/UPnP (Win7 Play To) on a mobile device

For a semester project, I had the idea to implement Windows 7's Play to infrastructure to either use a phone as the end point (the player) or to stream stuff from the phone to a Windows 7 machine. ...
2
votes
4answers
905 views

div or iframe over an applet

I want to create a custom video control, I mean over the video itself, with issues like double click on some x and y coordinates of the video to zoom In, but I can't get this result because the real ...
2
votes
6answers
609 views

Java for a video based application: Good choice?

I am in the concept phase of an application that is going to have a lot of Audio/Video input and output. I want to do it in Java; but somehow am not fully convinced yet. What do you think? How bad ...
2
votes
4answers
201 views

file upload issue

I am implementing a similar scenario like Youtube for my web site -- uploading video and so that all people could watch. My question is, I think we need to encode the video after upload before other ...

1 2 3 4 5