how can i watermark and convert a video to flv format with ffmpeg ?
A:
For converting to flv, see here: http://parallaxed.net/article/convert-to-flv-flash-video-with-ffmpeg
And for watermarking, see for example here: http://linux.goeszen.com/watermark-video-with-ffmpeg.html
Konamiman
2009-12-18 08:13:24
+2
A:
Here's the fourth hit on a 'ffmpeg watermark' search: Add a Watermark to a Video with ffmpeg.
ffmpeg -sameq -i video1.mp4 -vhook '/usr/lib64/vhook/watermark.so' \
-f img.jpg video2.mp4
Here's the fourth hit on a 'ffmpeg convert flv' search: Convert to FLV (flash video) with ffmpeg (edit: looks like Konamiman beat me to it).
ffmpeg -i someVideo.avi -f flv -b 200000 someVideo.flv
Pedro Silva
2009-12-18 08:14:19
A:
Hi you can try use [Video to Flash Converter PRO][1].It's prog can convert many formats.Try
[1]: http:// Video to Flash Converter Pro
Julia
2010-10-04 11:12:50