Questions tagged [multimedia]

Multimedia refers to content that uses a combination of different content forms.

474 questions
-1
votes
1 answer

gst launch window results in black screen

I want to stream a video over a network using UDP sink and src elements . I am using the following: i.MX6Dual Processor as server x86 System as receiver with Ubuntu 18 UVC Camera connected to i.MX6Dual Processor When i run the gst pipeline, gst…
-1
votes
1 answer

Download part of a youtube video using python?

I've been trying to be able to download only a part of a youtube video after many searches I found out that this workaround explains how to do that but I didn't understand where should I put this code to run ffmpeg $(youtube-dl -g…
Seif Koretum
  • 27
  • 1
  • 3
-1
votes
2 answers

Python3: play audio file from given time

I'd like to have a function with two arguments: file path and start time, that starts the audio file from the given time. Or whatever else that works the same way. Is there any library to do that?
-1
votes
1 answer

How to stack mp3 files in listbox

i'm trying to make a music player using AxWindowsMediaPlayer but i have a small problem on this import code. (the imported items go to a listbox @listbox1) Public Class Form1 Dim song As String() Dim directory As String() Private Sub…
-1
votes
2 answers

Choosing a suitable multi-media builder software

Hi foks I need a software but I am not a multimedia builder I am a .net developer I want to choose a software to build my first multi-media application I have to do something with this software : 1- it must be portable between different Windows…
kamiar3001
  • 2,646
  • 4
  • 42
  • 78
-1
votes
1 answer

Error on playing music on QT

I have included all the header and others to do this. But cannot overcome the error.
user6794537
-1
votes
1 answer

how can i find total number of pixels in 24bit rgb color model

24 bits RGB color model with 2048 pixels in width and 1536 pixels in height has a total of 3.1 megapixels is correct if that so how to get this answer. I am totally new to multimedia section
pTi
  • 357
  • 3
  • 13
-1
votes
1 answer

Open sourced library on video analysis and key frame extraction

I am new in multimedia analysis area. Recently, I am working on a project which is built on AngularJS and Flask framework and I want to realize the following functions in our website: user can cut the video into segments and the website can merge…
sunzhida
  • 35
  • 10
-1
votes
1 answer

If I add mp3 to raw folder, don't create R.java

I have Android project (I use Eclipse and ADT plugin). I created the res/raw folder and put into loop-searched.mp3. File R.java was not changed and if I remove R.java, it not recreated. Why?
AndrzejB
  • 41
  • 5
-1
votes
1 answer

suggestion for the way for storing multimedia belong to different users

What's the best way more scalable way to do that. Currently my database is Mysql and i am using php in my website. But It is just a demo. But I want to ensure the way i store multimedia resource is scalable with manageable accessibility. The simple…
Farzad Salimi Jazi
  • 760
  • 10
  • 25
-1
votes
1 answer

Dealing with Microphone and Speakers using C#

I need to make a voice chat using RTP multicast protocol ,So i need a C# dll library that can deal with speakers and microphone to get the user sound and send it over the network. Recommend to be simple and very simple library with simple example…
user2431952
  • 17
  • 1
  • 5
-1
votes
1 answer

sprite animation

I study "Fundamentals of Multimedia : Ze-Nian Li , Mark S Drew" but , I didn't understand the meaning of "sprite". now Can someone explain me the meaning of "sprite"? and please explain me one algorithm for it. tnx
user559096
  • 107
  • 2
  • 8
-2
votes
1 answer

Adding video to a webpage using html

I tried to add a video to a webpage. But I think there is an error. can anyone help me to solve this error
-2
votes
1 answer

implementing distributed system which can store multimedia

I want to create a distributed system on which i will store large video files. The system should be able to serve multiple client at a given point of time. Also the system should be scalable and always available(ie. if one machine is down, the data…
-2
votes
1 answer

Is there an alternative to libmediainfo?

In my upcoming application I’d like to get information about an A/V file. libmediainfo’s dev doc is quite hard-to-study for me (and it uses wchar_t -.-"). Is there a better alternative? Acceptance criteria: platform independent (I’m going to dev on…
1 2 3
31
32