A subscription to JoVE is required to view this content. Sign in or start your free trial.

Research Article

A Decentralized Approach to Video Copyright Protection Using Private Blockchain and Perceptual Hashing

83 views

DOI:

10.3791/71860

August 11th, 2026

In This Article

Summary

This study presents a decentralized framework for video copyright protection that integrates private blockchain, smart contracts, and perceptual hashing techniques. The aim is to enable secure ownership registration, immutable record management, and efficient similarity-based verification of video content in distributed environments.

Abstract

The growing popularity of video content sharing on the Internet has raised concerns about copyright violations, piracy, and ownership disputes. Traditional centralized methods for handling copyright face transparency issues, susceptibility to manipulation, and reliance on trusted third parties. Therefore, this study presents a decentralized video copyright protection system based on Hyperledger Fabric, smart contracts, and perceptual hashing. Firstly, the frames from the videos are extracted, and perceptual fingerprints are created using the average hash (aHash), difference hash (dHash), perceptual hash (pHash), and wavelet hash (wHash) algorithms. Hashes and ownership information are stored on the blockchain, while multimedia assets are kept outside the ledger. Copyright checks are performed using frame-level similarity comparisons based on the Hamming distance. The proposed framework was tested across various temporal, spatial, and compressive manipulations, including frame insertion, deletion, cropping, resizing, rotation, filtering, and transcoding. The experiments showed high robustness to such changes while simultaneously detecting unauthorized modifications. Therefore, this technology can provide a practical solution to copyright issues using a decentralized blockchain framework.

Introduction

Advancements in digital multimedia technologies have changed the way videos are produced, distributed, and consumed. Video streaming, social networks, and Internet-based content-sharing systems enable the quick and easy distribution of videos to audiences worldwide. While technological advancements allow more creative possibilities in the production of digital video content and the growth of online business, these same advancements have made it easier for content creators to experience copyright violations, piracy, and problems with ownership1. Videos can easily be copied, edited, re-encoded, and redistributed, making protecting intellectual pr....

Access restricted. Please log in or start a trial to view this content.

Protocol

This study did not involve human participants, human subjects, animal subjects, or clinical specimens. Therefore, institutional ethics approval and informed consent were not required.

Materials and software 

The environment used to deploy the framework was Hyperledger Fabric version 2.4.8, CouchDB, Docker Containers, Minifab deployment, FFmpeg multimedia processing applications, and the Go programming language. Hyperledger Fabric provided services for decentralized ledger management and smart contract execution, while CouchDB stored and retrieved copyright information efficiently via off-chain....

Access restricted. Please log in or start a trial to view this content.

Results

To assess the efficacy of the proposed decentralized copyright protection model, it is tested against various video manipulation attacks that frequently occur during multimedia transmission, editing, and copyright infringement. Two major factors in the assessment include: (i) the reliability of the perceptual hashing algorithm in detecting copyright and tampering, and (ii) the performance of the Hyperledger Fabric blockchain network. Similarity scores were generated by calculating average hash (aHash), difference hash (d.......

Access restricted. Please log in or start a trial to view this content.

Discussion

As the proposed framework demonstrates, integrating blockchain with perceptual hashing can effectively protect videos from copyright infringement in a decentralized manner. First, by combining immutable ownership registration and perceptual hashing, it satisfies both the primary conditions of copyright management systems: secure ownership registration and identification of copyrighted materials. Second, using Hyperledger Fabric enables access control, transparent transaction handling, and tamper-proof record management.<.......

Access restricted. Please log in or start a trial to view this content.

Disclosures

The authors have no conflicts of interest to declare.

Acknowledgements

The authors would like to thank VIT-AP University, Amaravati, India, for providing the computational facilities and research support required to conduct this study. The authors also acknowledge the support received from the Department of Computer Science and Engineering during the development and evaluation of the proposed framework.

....

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
CouchDBApache Software Foundationhttps://couchdb.apache.orgNoSQL database used for off-chain storage of video metadata and multimedia content.
DockerDocker Inc.https://www.docker.comContainerization platform used to deploy blockchain nodes, CouchDB instances, and supporting services.
FFmpegFFmpeg Developershttps://ffmpeg.orgMultimedia processing framework used for video decoding, frame extraction, and preprocessing.
Go Programming LanguageGoogle LLCVersion 1.20+; https://go.devProgramming language used to develop the vitChain smart contract (chaincode).
Google DriveGoogle LLChttps://drive.google.comStorage platform used for hosting and retrieving experimental video datasets.
Hyperledger FabricHyperledger FoundationVersion 2.4.8; https://hyperledger-fabric.readthedocs.ioPermissioned blockchain platform used for decentralized copyright registration, transaction validation, and ledger management.
ImageHash LibraryLoupaxhttps://github.com/loupax/imagehashLibrary used to generate perceptual hash values for video-frame authentication.
MinifabIBM / Hyperledger Communityhttps://github.com/hyperledger-labs/minifabLightweight deployment and orchestration tool used to configure and manage the Hyperledger Fabric network.
Ubuntu LinuxCanonical Ltd.Ubuntu 22.04 LTSOperating system used for blockchain deployment and experimental evaluation.
Visual Studio CodeMicrosoft Corporationhttps://code.visualstudio.comIntegrated development environment used for source code development and debugging.

References

  1. Hou Z, et al. Zero-watermark method based on multi-channel PCNN and blockchain for remote sensing image transaction certificate and copyright protection. IEEE Transactions on Geoscience and Remote Sensing. 2025 Jun 2.
  2. Zhang T. TMRB: Trusted Multimedia Scheme With Redactable Blockchain. IEEE Transactions on Consumer Electronics. 2025 Feb 17.
  3. Sathyabama AR, Katiravan J. BlockImage: A Secure Framework for Image Authentication and Provenance using AI and Blockchain. Journal of Innovative Image Processing. 2025 Mar;7(1):28-49.
  4. Gao J, Zhang X, Moshayedi AJ, Zhong S. Research on data storage and sharing of intelligent video surveillance in steel plants based ....

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Tags

Hyperledger FabricSmart ContractsFrame ExtractionHamming DistanceOwnership VerificationVideo PiracyDecentralized Framework