We are using transcode to add a PNG watermark to a mp4 video thus: transcode -i test_video.mp4 -o test_out.mp4 -y ffmpeg -F mpeg4 \ -J logo=file=watermark_black3.png:pos=200x100
If we use a 8-bit photoshop generated PNG it works with no issues, but a 24-bit photoshop generated PNG does not. Should this work? Using transcode v1.0.7 on Debian Lenny. Regards and Thanks Simon