AVC文件中h264NAL单元之间存在未知数据。
创始人
2024-11-12 22:30:45
0
  1. 首先需要了解 AVC 文件格式及 NAL 单元的概念,以便正确处理这种问题。
  2. 通过解析文件,找出存在问题的位置。
  3. 分析存在问题的数据并进行处理,例如删除多余数据或进行特定数据格式的转换。
  4. 在处理后,将 NAL 单元之间的数据断点连接。
  5. 使用代码示例:
import io

def fix_avc_file(file_path):
    with open(file_path, 'rb') as f:
        data = io.BytesIO(f.read())
    data.seek(0)

    # 读取文件头部信息
    AVC = data.read(4)
    configuration_version = data.read(1)
    AVCT1 = data.read(1)
    profile = data.read(1)
    profile_compatibility = data.read(1)
    level = data.read(1)
    NALU_len_size = data.read(1) & 0x03
    
    # 获取所有 NAL 单元
    NAL_units = []
    while len(data.getvalue()) > data.tell():
        NAL_units.append(data.tell())
        if data.read(1) == b'\x01' and data.read(1) == b'\x09':
            break
    NAL_units.append(len(data.getvalue()))

    # 处理 NAL 单元之间的未知数据
    for i in range(len(NAL_units)-1):
        data.seek(NAL_units[i+1])
        next_NAL_start = data.tell()
        data.seek(NAL_units[i]+1)
        while data.tell() < next_NAL_start:
            if data.read(3) == b'\x00\x00\x01':
                continue
            data.seek(-3, 1)
            unknown_length = 0
            while True:
                b = ord(data.read(1))
                unknown_length = (unknown_length << 8) + b
                if b != 0xff:
                    break
            data.seek(-1, 1)
            unknown_data = data.read(unknown_length)
            # 删除未知数据
            # data.seek(-unknown_length,

相关内容

热门资讯

透视讲解!wepoker好友助... 透视讲解!wepoker好友助力码,wepoker底牌透视(都是是真的有挂)1、每一步都需要思考,不...
透视ai代打!wepoker养... 透视ai代打!wepoker养号规律,wepoker有没有挂(果然是真的有挂)1、wepoker有没...
透视科技!wepoker辅助器... 透视科技!wepoker辅助器软件下载,wepoker游戏安装教程(一贯是真的有挂)1、下载好wep...
透视能赢!wepoker透视有... 透视能赢!wepoker透视有没有,wepoker俱乐部辅助器(果然有挂);1)wepoker俱乐部...
透视攻略!wepoker怎么下... 透视攻略!wepoker怎么下载游戏,wepoker怎么破解游戏(本来真的有挂)wepoker怎么破...
透视透视!wepoker轻量版... 透视透视!wepoker轻量版书签,wepoker有透视吗(原来是真的有挂)1、进入游戏-大厅左侧-...
透视中牌率!wepoker免费... 透视中牌率!wepoker免费脚本咨询,wepoker怎么提高运气(一直真的有挂)1、每一步都需要思...
透视辅助!wepoker可以免... 透视辅助!wepoker可以免费玩吗,wepokerplus作弊(一直存在有挂);1)wepoker...
透视最新!wepoker辅助真... 透视最新!wepoker辅助真的假的,wepoker黑侠辅助器(都是真的是有挂)1、打开软件启动之后...
透视了解!wepokerplu... 透视了解!wepokerplus到底是挂了吗,wepoker私人局俱乐部辅助(都是是真的有挂)1、w...