-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't extract correct watermarks from encoded video #1
Comments
I can't reproduce your errors and here is the outputs of the above commands on my side: https://ibb.co/b6L6sLn. Can you try the sample video inside |
Sorry for the late reply, I had been too busy for the past week. I did what was written in my first post again, the only thing changed is the video was replaced to the sample video under the The video I used before download from here, I tried different versions among 1MB, 2MB and 5MB, all of them are not working. 1MB Video info shows below by
|
Having the same issue here. I can't extract original watermark. Output is as follows. There is some resemblance indeed, however, there is almost none. Using the sequence 2012, extracted text is quakumei@box: cat OUTPUT_FILE
########## Commands used for embedding and extraction are the following: bvw embed -a seq -wm 2012 -i input.mp4 -o output.mp4 -k 123 456 789 -j 8
bvw extract -a seq -i output.mp4 -o OUTPUT_FILE -k 123 456 789
bvw embed -a img -wm download.jpg -i input.mp4 -o output2.mp4 -k 123 -j 8
bvw extract -a img -k 123 -i output2.mp4 -o OUTPUT_FOLDER |
I use CLI which presented in here to extract watermarks(img or sequence) from encoded video, but I can't get correct watermarks.
Extracted image frames all in black colour with no meaning, and extracted sequence is in odd format like 33#33.
Commands I used for sequence:
encoding:
bvw embed -a seq -wm 2012 -i input.mp4 -o output.mp4 -k 123 456 789 -j 2
decoding:
bvw extract -a seq -i input.mp4 -o OUTPUT_FILE -k 123 456 789
The text was updated successfully, but these errors were encountered: