I have a set of Images and i want to make a video with them.
I made a R&D over that and i found a lots of way like, FFmpeg. but there is nothing worked with windows phone 7.
My concept is just combine the set of images and prepare a video with any video format that you tube supports. and then i have to share this video on you tube.
I completed the share Functionality. but, i have a confusion in this generating video functionality.
Please suggest me any possible solution with windows phone 7. Waiting for your valuable feedback.
Thanks in advance.
Related
I'm trying to create a C# console application to take a snapshot with a laptop webcam.
The snapshot itself was no problem, (I'm using AForge for this) but now I want to turn on the flash / torch of the webcam. But I can not find any information how to do this.
Found many discussions for phones / iOs, for C++ and many people wanted to deactivate the "indicator light".
Thought about doing it in C++, because I found informations about that with directshow, but also the information that this is not possible with all webcams.
So I wanted to ask you, if you have any informations if this is not possible with my cam (see name below), or do you have any idea what I can try with C# (maybe AForge)?
AVStream Camera 2500
Windows 10
Thank you in advance,
HerrBrati
I would be developing a media player app in hopefully wpf but i am having trouble with a few aspects.
I know that i can do some basic stuff with audio n video using MediaElement class in c# but i was wondering that
1. i also need to stream online videos and save them in different qualities(resolution) and formats and also might extrfact audio from them
2. I would be needing to convert and play existing files on my system.
3. Video/screen capture
4. Substitles etc.
5. Equalizer
I heard about ffmpeg
But i am confused that if i could use it with c#.
So help me if there is something better to help with max. Of the issues i have here. And what are the things i need to read about. Is there any tutorial that would help me out.
I'm looking for a way to record an audio from the phone's mic in the background. Basically I want to run my application in the background so that at specified time (e.g. from 20:00 to 21:00) it records the audio from the mic (NOT during the call), without displaying any UI, and saves it to the disk as audio file (any format).
I've seen comments that it can't be done, but I haven't seen the proof or definite answer. I just found this link: http://msdn.microsoft.com/en-us/library/windows/apps/hh202942(v=vs.105).aspx that mentions running code in the background, but I'm not sure it is what I need. I have no experience in Windows Phone development whatsoever, but I have a solid .NET background so I can research my way into developing such simple app, only if it is technically possible.
But before I try exploring SDK, I'd like to know whether it is possible at all. And if it is, I'd appreciate any hints to how can this be done.
I am trying to make an application that would play an audio stream (mp3) from the following URL http://icecast6.play.cz/radio1-128.mp3. I am struggling to get it working. Is there any default support for cases like these? That the content is continuously streamed?
I have tried to use Background Audio Agent and set Media Element but none of that has been working for me. Would Background Audio Streamer be an option for me? I would be happy for any similar example that I would use to my advantage.
Thank you
I found phonesm project on codeplex that provides great examples and functionality for implementing internet audio streaming.
You need to use BackgroundAudioPlayer by creating another project and adding its reference to your project.
Check this link:
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202978%28v=vs.105%29.aspx
You can use Microsoft player framework.
For more details Player Framework
I am developing a windows store app and I want to play .flv video from url.I used media element control but it is not giving any output.I also tried to load webpage which contain .flv videos in webview but it is not showing the video.I am new to windows store app development.If anyone can suggest something it will be of great help.
Thanks in advance.
the url of video is:http://video.co-learn.in/m1/flvplayer/flvplayer_test1.php?3tcode=3TAE1651&fname=3TAE1651_1L1A.flv&height=400&width=400
I think its not possible to play FLV video formats. You need to create your own decoder for it. Have a look at this official Microsoft answer: http://social.msdn.microsoft.com/Forums/windowsapps/en-US/0b1d2d0d-f7ba-4a9e-80bb-d67059453c33/play-mpegflv-files-im-media-element
UPDATE
This thread might be useful to you in getting a hint about how to add codec packs in Metro Style app: http://answers.flyppdevportal.com/categories/metro/csharpvb.aspx?ID=054eca2f-4583-483b-8d46-ce7d6214e4f2
FLV is not one of the Supported audio and video formats (Windows Store apps) (Windows) .
Your best chance would be to update the URL to provide a supported format.