ffmpeg

how to enable ffmpeg enable in server

The server seems to not support ffmpeg format while I asked the support team but I am confused why this happens with the server as the ffmpeg is widely used for processing videos & audio format files in the server side. Is there any way do something from my part to make this working. ...

ffmpeg (webm) doesn't respect requested bitrate

On a 2 minute clip: ffmpeg.exe -pass 1 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k -ab 62 -y out.webm ffmpeg.exe -pass 2 -passlogfile pass.log -i E002.avi -b 368k -maxrate 1000k -ab 62 -y out.webm the bitrate still goes up to 2mbps. I tryed with -qscale 24 and it does the same thing. edit log: frame= 1323 fps...

Can ffmpeg or vlc be used to stream IP camera video ?

If so please provide an example.Just a simple example that doesn't refer manufacturer SDK is enough for me, I just need an example to get started, and I don't hope it to work for all cameras. ...

FFMpeg problem - Input area not within the padded area or zero-sized?

We are using FFMpeg (version SVN-r22063) command line for transcoding of video - i have run into this issue ONLY when attempting to transcode the new HD video from the iPhone 4, a video is made on the phone and then uploaded to our api which passes the video to a transcoding server. the command that is run on the transcoding server is t...

ffmpeg setting up in wamp (in local) OR server

can anyone explain the procedure of installing ffmpeg in wamp. I got an answer to my previous question on ffmpeg and wamp that we have to interface the ffmpeg (here) with wamp. I need to have a step by step process of how to do this, as I am confused with the interfacing little bit I also want to know what is a way to install this ffm...

HTML5 <audio>/<video> and live transcoding with FFMPEG...

So from my web server, I would like to use FFMPEG to transcode a media file for use with an HTML <audio> or <video> tag. Easy enough right? The conversion would need to take place in real-time, when an HTTP client requested the converted file. Ideally the file would be streamed back to the HTTP client as it is being transcoded (and not ...

Improving the visual quality of Theora when using Xuggler

I'm looking for fellow users, who are using Xuggler to produce video encoded with Theora. I've tried a lot of different options to get "good" quality using presets to no avail. I would love to get quality anywhere close to what I can produce with the Miro converter tools defaults. Sadly, the web doesn't seem to have much to say except th...

How do I join two video files in my iPhone application using FFMPEG?

I would like to join two video files within my iPhone application using the FFMPEG library, but I can't figure out how to do this. Does anyone have any experience with this? ...

HTTP Stream (video) recording to a set of files.

Hi all. I just thinked that a usage of VLC's livehttp module on a certain project is way too resource hungry, just for recording video stream by 30-minute files. Thereby, what OSS software can be used to record an UDP video stream part-by-part? Excluding mencoder, since the recorded video should be gap-less. Also, if writing own FFmpeg...

FMS FLV to mp3/aac/wav

Hi, How can I decode a FLV's audio if it's recorded from a live stream using Flash Media Server and uses NellyMoser codec? I'm writing a script that process several FLVs, using FFmpeg, so I need a command line solution. Any ideas? ...

How to configure libMMS in iPhone?

Hi, Do anyone know how to configure libMMS for iphone application. I have libMMS library downloaded and I need to configure it in my application. But it gives reference error when I call some function of the library. Please tell me steps to configure libMMS. I am in the critical situation. ...

FFPlay interface in C#??

I recently found a way to convert video's through the FFMpeg converter through command line, but ive recently been interested in making a video player! and i heard that VLC player and various other systems use FFPlay, and i dont know anything about it! so i have some main points of interest.. Questions: What exactly does the ffplay.ex...

Install ffmpeg in linux server

Please help me to guide me in how to install ffmpeg and ffmpeg-php extension in linux based server. I surfed a lot in the net. I got lots of answers, all of that says to give some command line script in the linux command promt. I am using the cpanel server and is confused how to do this, also I cant find where to gave these commands. Or ...

How to convert various video file formats into FLV (for FlowPlayer)?

Hi, We need to allow our users to upload video files (which will be in various different formats naturally), and convert them all into FLV so it can be streamed using FlowPlayer (http://flowplayer.org/). What would be better FFmpeg or mencoder? And what should be the appropriate commands / arguments for the various steps. I've had a l...

Legal issues in using FFmpeg in compiled binaries form?

We're planning on using compiled FFmpeg binaries with our website. We use the conversion in a very minor way. We are not sharing our source code and are NOT including the source code of FFmpeg (or modifying it any way). We do not sell our software, only offer it as a commercial service. Has anyone else used FFmpeg similarly? If so, is t...

how to install ffmpeg in cpanel

I heard that most probably cpanel server dont have ffmpeg preconfigured in it. Can you explain a way to install it in cpanel. Please if you can guide me through the installtion of ffmpeg in cpanel server in step by step process. Can anyone please also give me links of other servers which have ffmpeg preconfigured and set to run. ...

ffmpeg for extract a frame from iPhone video camera

I am trying to extract an image frame from a video taken from iPhone camera using ffmpeg. But it usually throws me a EXEC_BAD_ACCESS and the stacktrace is showing in another method calls that is never called (I know my code didn't call it) I am using the ffmpeg built from the instruction of the iFrameExtractor website. If anybody do it ...

Is it possible to link FFmpeg statically into an application built with Visual C++?

Hi, I'm currently building and using FFmpeg on Windows and it works nicely. At present there are 5 relevant DLLs which I load and map relevant functions in as needed. However I am wondering if it is possible to avoid these DLLs by linking FFmpeg statically? My initial reaction is probably not, because the FFmpeg builds are done with Mi...

install ffmpeg / ffmpeg-php in dreamhost server

How to install ffmpeg / ffmepg-php in dreamhost server. Please guide me please. ...

FFmpeg php metadata wrapper

Hello everybody, I have two questions about FFmpeg 1. Does FFmpeg Output change with versions (ffmpeg -i) 2. If the output don't change, anyone know a good PHP/Python class that parse FFmpeg Output and get all metadata (Duration, Codec, Audio Biterate, Video Biterate, Width, Height...) 3. if the FFmpeg output change, anyone know a linux ...