Top "Media" questions

Media are the storage and transmission channels or tools used to store and deliver information or data.

Django MEDIA_URL and MEDIA_ROOT

I'm trying to upload an image via the Django admin and then view that image either in a page on …

django media
Convert audio files to mp3 using ffmpeg

I need to convert audio files to mp3 using ffmpeg. When I write the command as ffmpeg -i audio.ogg …

audio ffmpeg media
Retrieving and Saving media metadata using FFmpeg

I want to read the metadata in media files and then save that metadata in a text/xml file, so …

ffmpeg metadata media
Div show/hide media query

What code can I use to make a particular div show only if on a mobile width? I have a 100% …

mobile media
How do you get/set media volume (not ringtone volume) in Android?

Is there a way to get/set media volume? I have tried the following: AudioManager audio = (AudioManager) getSystemService(Context.AUDIO_…

android get media volume android-audiomanager
Play sound using soundpool example

I would like to learn how to use soundpool method. I would like you to show me a very simple …

android media soundpool
Unable to get the image path from whatsapp share URI

Uri = content://com.whatsapp.provider.media/item/118727 I'm not able to get the actual path from this URI

android image uri media whatsapp
Do iPhone / Android browsers support CSS @media handheld?

I want to change my web page CSS for web browsers running on cell phones, like the iPhone and Android. …

iphone android css media
How to save images from Camera in Android to specific folder?

Basically, what I want to do is allow the user to make their own folder and then go to an …

android file camera save media
How to interact with Windows Media Player in C#

I am looking for a way to interact with a standalone full version of Windows Media Player. Mostly I need …

c# windows media wmp