Is there a Windows program that can convert a bunch of videos and output in FLV format as well as include a watermark?
|
feedback
|
|
The first thing that comes to mind is FFmpeg. For watermarking, it is something like:
Where overlay.png is the watermark. What you basically want to do is to put this in your workthrough and run it on every file in the project, and it should do the job. | |||
|
feedback
|
|
You can create a script with Java using Xuggle as explained here http://stackoverflow.com/questions/1559691/ffmpeg-watermark-without-vhook Another a very popular tool is ffmpeg so you can google for ffmpeg watermark and get a lot of ways of doing it. | |||
|
feedback
|
|
Yes, use FFMPEG. You'll need to use the then you can make a batch script for example:
replace | ||||
|
feedback
|