douliu1092 2014-06-13 14:07
浏览 32
已采纳

将MP3标记为复制遏制

As a copy determent for my mp3-files (handed out individually or over web shop) I thought about marking the files each by cart-code-token, which I have to keep for legal reasons anyways.

Contra:
With basic understanding of the mp3 codec I came up with the idea of putting the cart code in one sample or spreading the info over more of them. One or some samples will be destroyed this way if the file is played, but it won't be even noticable in regular sampling rates (128kbps and above). No protection after harsh downsampling, though.

Pro: Under circumstances even in waveform you yould possibly still determine the code. In any way information about marking the file could have some impact on users behavior. At least it could provoke a second thought about passing the file on as it is.

How would you suggest me to imprint the code onto the mp3 audio stream? I would do it by file manipulation via PHP, if possible while serving the file for download.

  • 写回答

1条回答 默认 最新

  • dpm91915 2014-06-13 14:17
    关注

    you haven't discovered anything new: that's watermarking at its finest :-)

    there are many MP3 watermarker program out there which imprint your data all over the audio stream. Such watermarks can resist file copy (obviously), upsampling, downsampling (to a given degree), audio trimming and even analog re-recording

    check wikipedia: http://en.wikipedia.org/wiki/Steganography#Implementations

    section 3 of this site site is on audio: http://www.binary-universe.net/ same author did a project on codeplex.

    these also do audio: StegHide mpeStego

    and this one: https://github.com/jcelerier/watermarking/tree/master/src/libwatermark

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 vue3+express部署到nginx
  • ¥20 搭建pt1000三线制高精度测温电路
  • ¥15 使用Jdk8自带的算法,和Jdk11自带的加密结果会一样吗,不一样的话有什么解决方案,Jdk不能升级的情况
  • ¥15 画两个图 python或R
  • ¥15 在线请求openmv与pixhawk 实现实时目标跟踪的具体通讯方法
  • ¥15 八路抢答器设计出现故障
  • ¥15 opencv 无法读取视频
  • ¥15 按键修改电子时钟,C51单片机
  • ¥60 Java中实现如何实现张量类,并用于图像处理(不运用其他科学计算库和图像处理库))
  • ¥20 5037端口被adb自己占了