media

Recording and saving .wav Files with TMediaPlayer (Delphi 2010)

Hello people, well im really new to the delphi world. Right now im using the TMediaPlayer to record some sound and save those. I made a click event for the record button in the TMediaPlayer which executes a SaveFileDialog. The user should type in some filename he would like to save and then after recording the .wav file he can click on...

Django static media files are not coming through

I cannot, for the life of me, get my static media files to come through on my local test machine in one particular project, though I've had no problem with a few other Django projects. I'm using Django 1.1.1 and a Windows XP environment. My settings.py looks like this for the media-hosting stuff: ROOT_PATH = os.path.dirname(__file__) ...

Song picker for Android

Is there a song picker for Android that can be invoked programatically? I'm looking for something similar to iPhone's MPMediaPickerController, which shows a view from where the user can select songs. ...

Wordpress 3 Multisite with same Medialibrary

Hi, i created a Worpress 3 Multisite with 5 Sub-Blogs. Is it possible to share the same Media-Library in this Blogs? i changed upload_path in wp_1_options and wp_2_options for example and also in my backend in "Super Admins" Menu but it has no effect. The files are uploaded to wp_contents/blogs.dir/1-2-3/files and the options have no ...

Android video simulator

I am new to Android development. I have a requirement to record video through front and back cameras of android device. The default Android simulator doesn't support this video recording. Please tell me how to run and test the video recording. Tell me if there are any simulators available. Thank you! ...

outlook 2007 css > remove @media all ?

good day. a consultant offered us to remove @media all declaration as a alternative to rewrite html+css to fit outlook 2007. it seems to work on initial tests. will it cause future edge-state bugs or did we really find a quick fix? thanks in advance for your time ...

Drupal Audio with Audio module or other

I tried the Audio module at http://www.drupal.org/project/audio but I'm looking for alternatives if better ones exist. My problem with the Audio module is that the current release (and the past 5 releases) seem to have all been released as unsable. The second problem is that the player itself that plays the audio is not showing when ...

Can PHP handle splitting video

Let's say that I created a video with something like Camtasia and saved it as .avi. How would I go about programmatically extracting a subclip let's say from minute 1:00 to 1:50. Is this something PHP can handle? Edit: I don't mind using libraries, including ffmpeg if PHP can't handle it alone. But I'm not looking forward to something ...

HTML | Mobile and CSS media types

Below are my stylesheets for my mobile site: <META name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" /> <META name="HandheldFriendly" content="true" /> <link type="text/css" rel="stylesheet" media="screen and (min-device-width: 481px)" href="css/smartmobile.css" /> <link type="text/css" rel="sty...

Convert audio files to mp3 using ffmpeg

Hi there, I need to convert audio files to mp3 using ffmpeg. When i write the command as ffmpeg -i audio.ogg -acodec mp3 newfile.mp3, I get the error: FFmpeg version 0.5.2, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 1 / 52.20. 1 libavformat 52.31. 0 ...

Audio Recording with MediaRecorder using Eclipse IDE 3.5.2

I'm unable to record audio: Having a problem with this. Error: (in Eclipse) The method setParameters(String) is undefined for the type MediaRecorder. This is the piece of code which causes the above error recorder.setParameters(String.format( "audio-param-sampling-rate=%d", 8000/*mProfile.mAudioSamplingRate*/)...

Online Media Converter

Where can I convert my SWF file to mp4 online? When I say online I mean that I don't have to download a desktop application to do such, all shouldbe done on the website. www.media-convert.com doesn't seem to work so that's out of the list. Can anybody suggest some other sites? Thank you so much! ...

MPMediaQuery albumsQuery problem

Working on my new app called Covered, and I noticed a problem. I'm using it like this: query = [[MPMediaQuery albumsQuery] retain]; [query setGroupingType:MPMediaGroupingAlbum]; Very simple thing, but after logging and seeing the results I noticed that it hides/skips all albums which don't have names. Is there a way to fix this? Has an...

android Library media_jni not found

I'm trying to replicate this class called MediaMetadataRetriever in my own android project. You can see the class here: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=media/java/android/media/MediaMetadataRetriever.java;h=681751b4d15115ffceb2c1d812b5d0f68b11a5ab;hb=HEAD In line # 37 you can see: System.loadLibra...

vb.net Recording video from media player component

Hi, I'd like to ask if it's possible to record videos from media player component in vb.net or not .. If it's possible could you explain how do I make it. Thanks in advance.. ...

Android Media database direct access from code

Can I access android MediaProvider (Images & Videos) databases directly from my code rather then through a content provider ? I'm planning to have my own Cursor implementation so inside it I want to access the media databases directly, possible or android does not allow it ? ...

MediaMetadataRetriever.java on android unpublished API through Reflection

I'm interested in accessing this class: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=media/java/android/media/MediaMetadataRetriever.java;h=681751b4d15115ffceb2c1d812b5d0f68b11a5ab;hb=HEAD It is android unpublished API but is it a problem if I access it through reflection or it could lead to issues ? ...

How to add a checkmark to a selected image in a GridView in Android?

I created a GridView which is populated using images from the SDCard. I want the same functionality as that of the selection in Android's Media Gallery. There, we can select images, upon which a green checkmark appears on the image. I created the Grid using this guide: Displaying Images from SD Card In Android - Part 2 How can I go abo...

Open Media Player with Playlist from Memory

Hi, is it possible to open the windows media player from a c# application with a self generated playlist from memory. So that I don't have to save the playlist on my storage first and the open the player with the playlist file. I don't really what to save a playlist for each temp. user selection. OR Is it possible to open the windows ...

Android Images/Video file naming convention

I need to confirm an assumption, do all android phones store images & video with the same naming convention on the sdcard ? i.e. 2010-07-16 14.03.08.jpg or video-2010-07-17-13-18-41.3gp ...