0
votes
0answers
19 views

combine Mp3 and Jpeg Image to some light weight format by jquery

I have images and seperate mp3 in database , and i want to combine both and display in the webpage. Is there any solution with Jquery and php ?
0
votes
0answers
14 views

Merge 1 image and 1 audio file into a video file in android simply

I have one image and one audio file in my project in android and I want to merge them into a single video file that image stills in the whole video. I have searched a lot and the only answer I found ...
2
votes
2answers
46 views

What does bit rate do? [closed]

I want to make a video transcoder as a holiday project in Java. I was looking into the basics of video files and came across terms like containers, bit rate, bit depth and so on. I have questions ...
-3
votes
0answers
34 views

YouTube coding parameters [closed]

I am trying to find the transcoding parameters to apply to a video to avoid recoding after upload. Currently the best google seems to offer is lots of info on the API, and a 404 when it comes to the ...
3
votes
0answers
52 views

ffmpeg - Can I draw an audio channel as an image?

I'm wondering if it's possible to draw an audio channel of a video or audio file as an image using ffmpeg, or if there's another tool that would do it on Win2k8 x64. I'm doing this as part of an ...
-2
votes
0answers
31 views

bash script to batch extract audio from video [closed]

I have written this little script to batch extract audio from video using avconv. It was working fine, but since I change the codec (from aac to mp3) I cannot make it work. Can somebody help me to ...
-1
votes
1answer
28 views

H264 used in video for audio stream [closed]

I've been reading on the h.264/MPEG4 (AVC) format/codec, and from what I understand, it's a codec for audiovisual content. I've downloaded a few HD videos and looked up the codec in VLC player. What ...
0
votes
0answers
24 views

GWT only sound of video widget when is in CellList

I wrote custom cell which extends AbstractCell. It overrides render, onBrowserEvent. onBrowserEvent looks like this: @Override public void onBrowserEvent(com.google.gwt.cell.client.Cell.Context ...
0
votes
0answers
11 views

Concat videos with ffmpeg does not work [migrated]

I'm currently trying to concat 3 Videos which don't have a audio stream and adding a audio file in the same step. I created this command which should do the work: ffmpeg -y -r 30 -i data\intro.mp4 ...
0
votes
0answers
55 views

Video has no audio when played using HTML5

I have a media site where I can upload video files. After upload, they are converted to MP4 using ffmpeg and then ffmpeg2theora converts that to OGV. I have recently discovered that some videos that ...
0
votes
1answer
92 views

Android App/ to paly audio/videos files from Raw or Assets folder instead of /SDCard/

Please anyone could help me getting this Android App play audio /video files from Raw or Assets Folders instead playing from /SDCard/. What should I change in this code below ? Here is the Tutorial ...
0
votes
1answer
37 views

Generate waveform image from audio stream of a video

I need to generate a waveform of an audio stream of a video, currently I'm using xuggler and java to do some little things, but seems like I'm not able to get a byte array of the inputstream audio of ...
0
votes
1answer
90 views

ffmpeg/PHP - Problems converting any video format to ogg - Choppy Video / No Audio - win64

Let me first appologize if this is a re-post/similar-post as I did my best to search for a specific solution to my issue within the already created posts on here, and on google, but could not. I am ...
0
votes
1answer
70 views

Decrypting audio/video on-the-fly to MediaPlayer

I have been looking around for few days, but unable to get a clear answer on how to do it. I have some encrypted audio/video files on my sdcard, which I would like to play which it will send to ...
2
votes
1answer
140 views

Using Gstreamer to display audio-less video while recording audio+video

My Logitech C920 webcam provides a video stream encoded in h264. I'm using this "capture" tool to access the data: So I can view live video: /usr/local/bin/capture -d /dev/video0 -c 100000 -o | \ ...
1
vote
1answer
54 views

Audio file not working on device but it is working on simulator

I am playing audio in iphone app but problem is that it works fine on simulator but it is not working on device here is my code it just closes the app when this code runs. ...
0
votes
1answer
63 views

Check RTMP broadcast quality

Is there a way to find the quality of RTMP broadcast in a Flash client? If a client has a bad network issue which results in a poor audio or video broadcast, how can I detect it on the Flash client ...
0
votes
0answers
26 views

How to deal with audio and video are not synchronized when I use AVPlayer play m3u8

I use AVPlayer play video on my app. Most of video are normal. A few video encounter a problem that video and audio is inconsistent when playing.video is faster than sound.I don't find any problem ...
0
votes
2answers
46 views

is it possible to send push notification with video/audio IOS?

i am working on an application which uses apple push-notifications also, I implemented this feature and working fine, now client is asking bout sending push-notification with Audio/video file. Can ...
2
votes
2answers
101 views

Downloading Media File pro-grammatically in Windows Phone 8

Our app is video/audio based app, and we have uploaded all the media on Windows Azure. However it is required to facilitate user to download audio/video file on demand, so that they can play it ...
0
votes
0answers
46 views

Adding AVMediaTypeAudio to pre-rendered video using AVAssetExportSession can't be added to camera roll

I'm mixing an audio track into a previously rendered video file, and it appears to have stopped working - it fails at the NSAssert(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum(outputPath), nil) ...
0
votes
0answers
35 views

iPad streaming mp4 sometimes streams as AUDIO

I am streaming an mp4 on an iPad (EDIT: same issue happens on both iPad1 and iPad2) and while it is loading, it sometimes loads as an audio file and streams audio but no video. It doesn't happen ...
-4
votes
1answer
95 views

C# API which convert audio into Text only for English language [closed]

can you suggest any c# API that convert audio into text and which also have built-in grammar rules for English word.
0
votes
0answers
55 views

HTML <video> audio does not play on iPad after Add to Homescreen

This one has me stumped. I have an HTML web app with MP4 video embedded using the HTML5 tag. Everything seems to work fine in a browser, both desktop and iPad. But when I use the Add to Home Screen ...
0
votes
1answer
52 views

MPMoviePlayerController Black Window, Not loading audio file

Making an app for my church and need mp3 file to play after being downloaded from xml. NSLog displays the url correctly, but when I run it, I just get a spinning "loading" and a black box. Any ...
4
votes
0answers
156 views

How do I alter my FFMPEG command to make my HTTP Live Streams more efficient?

I want to reduce the muxing overhead when creating .ts files using FFMPEG. Im using FFMPEG to create a series of transport stream files used for HTTP live streaming. ./ffmpeg -i myInputFile.ismv \ ...
-1
votes
1answer
71 views

how to add sound in video with.avi extention in c#.net

Hi as im developing the project on videowatermarking using c#.net In that im creating the the video from .bmp file. im able to create the video using avi manager in .avi extension bt not able to add ...
0
votes
1answer
166 views

Horizontally show two videos side by side and export to one video

What I am trying to achieve: Programmatically (using some kind of script) combine two different videos to one video where the videos are shown side by side and sound from both videos is played ...
1
vote
0answers
151 views

Muxing AC3 with mp4box for playback on AppleTV/iTunes [closed]

I'm trying to re-mux some mkv files with AC3 audio into mp4 for playback on my AppleTV through iTunes (Home Sharing). So far, I've noticed that Handbrake is able to create compliant files that iTunes ...
0
votes
0answers
37 views

Avxsynth : Issue to get both audio and video

I'm working on a chat program from which I save videos. The idea is to mix them in order to get the whole conversation. I need avxsynth to make sure each video begin at the good time and to make a ...
0
votes
1answer
115 views

Convert Video or audio to text without playing it?

Is there any reference through which we could convert an audio or video file to a text file (opposite of text to speach) in java. I have checked it with here but I didnt find any solution that can ...
0
votes
1answer
44 views

In javascript what is the video equivalent of “new Audio( )”

In Javascript you can access the HTML-5 audio object like this: var audio = new Audio('nameOfFile.mp3'); But the equivalent syntax for the video element doesn't seem to work (I'm on Chrome). var ...
2
votes
1answer
243 views

Download ONLY audio from a youtube video

I know that there are a million ways to download a video from youtube and then convert it to audio or do further processing on it. But recently I was surprised to see an app called YoutubeToMp3 on mac ...
0
votes
1answer
85 views

prohibited audio/video formats/codecs in App Store

What audio/video formats/codecs are prohibited in App Store? I'm know only one - aac. Are there any other prohibited formats?
0
votes
1answer
122 views

Xuggler, forwarding and rewinding video in xuggler 5.4 NOT WORKING

I used the xuggle-xuggler5.4 in my app to add video and audio playing functionality, I have dig into google and found following snippet: long duration = container.getDuration(); long target = new ...
0
votes
1answer
175 views

merge an audio file with two video files iphone sdk

hi i am wondering how i would combine a given audio file with two video files. i am stuck when it comes to combining the audio but the video is fine, here is what i have done so far - ...
0
votes
0answers
65 views

Achieve smoothness/Performance while dragging along with audio/screen video recording

Need to have performance/Smoothness while dragging UIImageView. While using MoveMe sample app of Apple, I am getting smoothness but when i implement same in my code then performance degrades. I am ...
0
votes
0answers
83 views

How to create an audio waveform from a HTML5 video

I have a mp4 video and would like to create a waveform of the audio. The audio is embedded in the mp4 video with no specified audiotracks. Is there a way to extract the audio information in order to ...
0
votes
0answers
17 views

Java library to extract video format metadata [duplicate]

I want to know if StackOverflowers are aware of any Java library that can do metadata extractions (bit rate, aspect ratio, audio bit rate, etc....) for multiple video formats (mp4, flv, webm, ogg, ...
0
votes
0answers
360 views

No sound while playing MKV with HTML5

I'm trying to play a .MKV file with HTML5. Video works fine but there is no sound, I can't unmute the video. <video src="video.mkv" type='video/x-matroska' codecs='theora, ...
-2
votes
1answer
20 views

Change videos audio track - web application [closed]

I have a project to do. The goal is creating a web application that is able to change the audio track of an uploaded video. What programming language do you prefer me to use, and how to approach this. ...
0
votes
1answer
95 views

Video and audio recording from webcam using opencv and pyaudio

I'm a beginner in Python and would like to build a video diary like in the Movie "Avartar". I would like to use OpenCV. Recording the video stream of my webcam workslready, but how can I save my ...
0
votes
0answers
86 views

Tumblr Infinite Video and Audio not loading.

I know this is a question that has been asked several times, yet I have never been able to solve it, and I would love some help. Not just for me but everyone else that can't figure out how to load ...
0
votes
0answers
18 views

Video Choosing in windows phone

I am working on an app,in this application I want to choose video from phone(like PhotoChooserTask to choose pictures) in windows phone.Also I want to choose audio files also. How can I do it? Thank ...
1
vote
0answers
64 views

Open Media Framework library for Java/Scala

Does anybody know of any library to process omf files in Java or Scala? This format correspond to Open Media Framework Interchange files.
2
votes
1answer
161 views

iOS process audio stream while playing video

I am trying to create a video player for iOS, but with some additional audio track reading. I have been checking out MPVideoPlayerController, and also AVPlayer in the AV Foundation, but it's all kinda ...
2
votes
1answer
244 views

Android: Record video and play mp3 simultaneously?

Is there a way to play a mp3 (or other) audio file while the camera is recording a video (without sound) on Android 4.x? Has anybody ever tried to achieve this?
1
vote
0answers
51 views

The Sound of Hydrogen using the NIST Spectral Database

In this video: http://www.youtube.com/watch?v=IhvW8yZdE5A The "Sound of Hydrogen" is created using the NIST Atomic Spectra Database and then importing this edited data into Mathematica to modulate a ...
0
votes
1answer
68 views

Can't play AVMutableComposition with sound

I'm currently working on an iPhone App, that only plays the Audio Track of an .mp4. The Player starts playing, but I can't hear any sound. Here is the Code: NSURL *videoUrl = [NSURL ...
0
votes
1answer
259 views

How to record audio stream using ffmpeg?

I have a problem using ffmpeg: when i trying to record video+audio from my webcam in result i got only video stream, wthout audio at all. I have tried different codecs and nothing.. Maybe, someone can ...

1 2 3 4 5 8