Here, you can see it in action. I watermarked this one on the fly a while back with the message "hello GFY!".
http://66.78.31.74/samples/terminator-trailer-wm-1.mov
Now there are some places where the watermark is pretty visible (on black esp toward the end). However, the technique used here was just a crude one. We have things in the works to pick the best frames for insertion so the watermark remains practically invisible. But this is how it looks in action... the trailer has been watermarked 6 times.
This trailer has a lot of distortion in it already so it isn't the easiest to work with hah. Another sample is below though.
Code:
The log is output below.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'terminator-trailer-wm-1.mov':
Duration: 00:01:02.33, start: 0.000000, bitrate: 6770 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1280x544, 24 tbr, 24 tbn, 48 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, stereo, s16
Stream #0.2(eng): Data: tmcd / 0x64636D74
Stream #0.3(eng): Data: rtp / 0x20707472
Stream #0.4(eng): Data: rtp / 0x20707472
Watermark detected! The message is 'hello GFY!'
Watermark detected! The message is 'hello GFY!'
Watermark detected! The message is 'hello GFY!'
Watermark detected! The message is 'hello GFY!'
Watermark detected! The message is 'hello GFY!'
Watermark detected! The message is 'hello GFY!'
End of log.
Here is another sample, with less distortion going on. This trailer is watermarked twice.
http://66.78.31.74/samples/munich-trailer-wm-1.mov
Code:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'munich-trailer-wm-1.mov':
Duration: 00:02:30.21, start: 0.000000, bitrate: 2043 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 1280x544, 23.98 tbr, 23.98 tbn, 47.96 tbc
Stream #0.1(eng): Audio: adpcm_ima_qt, 48000 Hz, stereo, s16
Watermark detected! The message is 'hi GFY me again'
Watermark detected! The message is 'hi GFY me again'
End of log.
Here is another, shrek trailer. Watermarked 10 times. Remember the method is crude and this is only for development purposes. The final versions would pick the best frames to watermark so that they remain almost invisible to the naked eye using a special algorithm.
This one was watermarked harshly, they should be pretty visible if you're keeping an eye out.
http://66.78.31.74/samples/shrek_the...h640w-wm-1.mov
Code:
The log is output below.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'shrek_the_third-tlr1_h640w-wm-1.mov':
Duration: 00:02:06.17, start: 0.000000, bitrate: 1367 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360, 23.98 tbr, 23.98 tbn, 47.95 tbc
Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16
Stream #0.2(eng): Data: tmcd / 0x64636D74
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
Watermark detected! The message is 'jason was here'
End of log.