Tagged Questions

3
votes
1answer
34 views

How put a caption in flv converted by ffmpeg

I want to make such flv like in this video example How do I do this? Environment: Fedora release 8 (Werewolf) FFmpeg version SVN-r20412
1
vote
1answer
16 views

Problem of adding a logo to decoded video data.

This is a code snippet to add a logo to decoded YUV picture (by ffmpeg). http://pastebin.com/md6c16c5 It almost works. Only one problem : sometimes the logo's board is heavily m …
0
votes
4answers
77 views

Legality of FFMPEG [closed]

I have a website that uses FFMPEG to convert WAV to MP3 so user uploaded WAV files can be played in a SWF player. Is this legal?
5
votes
4answers
290 views

C# and FFmpeg preferably without shell commands?

I'd like to be able to use FFmpeg to convert a video file from within my C# program. I know I can just call a shell command, but is there a better way? The issue with invoking a …
0
votes
2answers
170 views

Encoding for JMF

I'm creating some videos from a collection of images, I subsequently wish to play this video back with java. I found JMF but I haven't been able to find an encoding which is actua …
1
vote
1answer
85 views

Building ffmpeg for Windows with MSYS and MinGW

Hello All, I am trying to build ffmpeg for windows (Xp - SP2) as given here. ./configure -–extra-cflags=”-mno-cygwin -mms-bitfields” -–extra-ldflags=”-Wl, -add-stdcall-alias” -– …
0
votes
2answers
28 views

using ffmpeg in microsoft Visual studio ( 2008 )

how can i use ffmpeg functions with my Microsoft VS? i know i have to use MSYS and MingGW, but there is any document show the steps.
0
votes
1answer
14 views

Data rate and frame rate property

Hello everybody, I convert a file using ffmpeg command in which audio and video bitrate are specified. But when i play the converted file into totem player or vlc media player th …
0
votes
0answers
34 views

ffmpeg related issue [closed]

Hello everybody, I am using the following command for video conversion using ffmpeg :- ffmpeg -i 'in.wmv' -s 1280x720 -b 256 -ar 44100 -ab 64k -ac 2 'output.mp4' and it is wo …
1
vote
1answer
100 views

Linux application that bundles multiple incoming audio and video streams into one container file?

I've been assigned to implement a video on-demand service for a local university. Different aspects of the lectures (video, audio, screen cast, white board) will be recorded. Durin …
1
vote
2answers
51 views

Which frame does ffmpeg get when reducing the frame rate

I have some video that I would like to convert to images of frames every 2 sec. E.g. If the video is 7 seconds long at 15 fps I would like to get frames 1, 31, 61, 91. The comm …
-1
votes
1answer
43 views

Can anyone compile ffmpeg under windows for me?

I'm just about getting insane with compiling ffmpeg under windows... It just won't work. I need the avcodec.dll and avformat.dll inclusiv .lib and .h, maybe someone could compile …
0
votes
1answer
45 views

ffmpeg-php - avi to flv, video length and audio

Hey. I'm trying to convert an .avi file to .flv using ffmpeg-php on a centos 5.4 server. This is my code: exec("ffmpeg -y -i " . $srcFile . " -ab 32 -ar 22050 -b " . $newBitrate …
0
votes
1answer
26 views

convert movie file to bitmap files with DirectShow

I want to convert movie files like AVI, MOV etc. to Bitmap-Files, like JPEG, JPEG2000, TIFF etc. Is it possible to realize that with DirectX / DirectShow? Is AVCodec from ffmpeg th …
0
votes
1answer
48 views

Convert video file to TIFF with ffmpeg.dll or avcodec.dll? Is “on-the-fly” possible?

I want to create a program, which gets a video-file from Qt, converts that video file to TIFF-files and sends them to an algorithm which handles these TIFF-Files. My questions: …

1 2 3 4 5 9 next
15 30 50 per page