Top "Media" questions

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

What do you use to test the handheld css on your website?

I've been adding css support for handheld to my website but haven't been able to find a good tool for …

html css testing media handheld
Android - MediaStore.Video.query() is returning null

I'm trying to retrieve the metadata from a video file (title, language, artist) using the method MediaStore.Video.query(). However, …

android video media android-mediaplayer mediastore
How can I make background music for android project

I'm making a small android app like image below: I have a sound button. All I want is background music …

java android media background-music
How to record video on Android into Stream

Android MediaRecorder allows to save video to file (file or socket): setOutputFile(FileDescriptor fd); setOutputFile(String path) How to save …

android stream media mediarecorder
What is lib Swscale used for by ffmpeg programers?

What is lib Swscale used for by ffmpeg programers? What benefits it gives for AV encoding/decoding? What is its …

c media mpeg
How to determine a video file's framerate with MediaCodec, MediaExtractor or MediaMetadataRetriever?

How to I extract the frame rate of a recorded video file? I know that there is MediaFormat.KEY_FRAME_…

android video media android-mediacodec mediaextractor
Django upload_to outside of MEDIA_ROOT

My deployment script overwrites the media and source directories which means I have to move the uploads directory out of …

python django security upload media
How to use ByteBuffer in the MediaCodec context in android

So far I am able to setup a MediaCodec to encode a video stream. The aim is to save my …

android media bytebuffer encoder
How do I make JavaFX MediaView stretch media to fill parent container?

I'm trying to make my video's dimensions stretch automatically and fill the MediaView and maintain the original aspect ratio of …

java javafx media
Safari blocks play() on video despite being called from click event

I'm creating some custom video controls for an html5 element. I've bound a click event handler to a play/pause …

javascript html video safari media