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...
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__)
...
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.
...
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 ...
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!
...
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
...
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 ...
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 ...
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...
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 ...
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*/)...
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!
...
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...
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...
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..
...
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 ?
...
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 ?
...
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...
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 ...
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
...