Giter VIP home page Giter VIP logo

Comments (3)

oneam avatar oneam commented on July 20, 2024

Is the emulation prevention byte will work in the start code prefix (first 4 bytes). It's intended to keep decoders from accidentally adding the start code prefix in a regular byte stream.

I'll look in the decoding of the rest of the NAL unit.

Your test header has two lines. Is it intended to be 2 example byte streams or one long example?

from h264bsd.

alexandrmiee avatar alexandrmiee commented on July 20, 2024

It is one example. I parce h264 video generated from test data

ffmpeg.exe -i test_640x360.h264 -vf scale=320:240 -profile:v baseline -f h264 vv.h264

When decoder get pVuiParameters->numUnitsInTick in h264bsdDecodeVuiParameters function it not skip emulation prevention.
In test example in not skip emulation prevention too, but bytes in example data afte shifting by chance that not exist bit of nalHrdParametersPresentFlag.

from h264bsd.

oneam avatar oneam commented on July 20, 2024

I just ran through a test using xCode but I can't repeat the problem. Once the code gets to h264bsdDecodeVuiParameters the input pStrmData points to a buffer with all of the emulation prevention bytes stripped out. The timingInfoPresentFlag is set and the VUI values agree with ffprobe (1/50 in the case of test_640x360.h264)

It looks like you're using Windows. I'll try the same test using Visual Studio and see what it says.

from h264bsd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.