PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Video Encoding - ffmpeg
Video Encoding - ffmpeg
Iniciado por guest, 08,may. 2017 01:03 - 2 respuestas
Publicado el 08,mayo 2017 - 01:03
I have been asked to encode company logo onto their videos - ie they upload a video file and I encode logo before it is saved to their Amazon SX account.

I have ZERO clue on how to do this in WX?

Has anyone else had to do something like this before (so I don't have to re-invent the wheel so-to-speak)
Publicado el 08,mayo 2017 - 07:26
For stamping the videos with the company logo use shellexecute function to call FFMPEG with required parameters and once FFMPEG completes the task upload the output video to the server.

For exact commands for FFMPEG please refer to its website.
Publicado el 08,mayo 2017 - 08:58
Many years ago , I did that using virtualDUB which you can use commandline to do batch encoding.

sorry I don't have the script anymore .