I wonder how to get a stream from a URL (with url_fopen for example) (live video or PCM stream for example) and encode it into something?
So I know its a fairly big challenge but I want to write a basic movie player/converter in c# using the FFmpeg library. However, the first obstacle I need to overcome is wrapping the FFmpeg library in
I am using video_encode_example function from api-example.c of FFmpeg, which basically creates 25 dummy images and encodes into a one second video.
ffmpeg feels like its taking a long time. I then look at my output file and i see it stops between 6 and 8mbs. A fully encoded file is about 14mb. Why does ffmpeg stop? My code locks up on StandardOut
I\'using the following code to create thumbnails using ffmpeg but it was working fine for the files which have no spaces or any quotes..
I am trying to encode ogg files at -q 6/192k. ffmpeg doesnt seem to be listenting to my command ffmpeg -i blah -acodec vorbis -ab 192k -y out.ogg
I\'m using libavcodec (latest git as of 3/3/10) to encode raw pcm to aac (libfaac support enabled).I do this by calling avcodec_encode_audio
I need to grab the duration of a video file via python as part of a larger script. I know I can use ffmpeg to grab the duration, but I need to be able to save that output as a variable back in python.
I am trying to convert Core Surface RGB frame buffer(Iphone) to ffmpeg Avfarme to encode into a movie file. But I am not getting the correct video output (video showing colors dazzling not the correct
ffmpeg extension is loaded as it is shown at phpinfo(), my file and script are at the same location, but I\'m still getting this error.