Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9220749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T03:25:17+00:00 2026-06-18T03:25:17+00:00

Is there a way to access the avcC atom when reading a file that

  • 0

Is there a way to access the avcC atom when reading a file that originated from iTunes with the mp4parser library for java? I’ve done this manually using the pasp atom in some custom code, but after switching to this library I lost access to the data.

Known paths for the avcC atom:

  • /moov/trak/mdia/minf/stbl/stsd/avc1/avcC
  • /moov/trak/mdia/minf/stbl/stsd/avc1/pasp/avcC
  • /moov/trak/mdia/minf/stbl/stsd/drmi/avcC

MP4Parser https://github.com/sannies/mp4parser

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T03:25:18+00:00Added an answer on June 18, 2026 at 3:25 am

    The avcC atom of a valid quicktime file can never be inside the pasp atom. The avcC atom can be next to the pasp, but it cannot be IN the pasp as the pasp box doesn’t contain other boxes.
    You can use the Path class for easy access (it knows some regexp):

    public static void main(String[] args) throws IOException {
        IsoFile isoFile = new IsoFile("video.mp4");
        AvcConfigurationBox avcC = Path.getPath(isoFile, "/moov/trak/mdia/minf/stbl/stsd/.../avcC");
    }
    

    of all AVC configuration boxes regardless their parent box.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to Access database from java using XML . I dont
Is there any way to access an iTunes library to set an alarm tone?
Is there another way to access the users iTunes Library than MPMediaPickerController ? Can
Is there any way to access the Windows Event Log from a java class.
Is there a way to access the local variable of a function from a
Is there any way to access file's history using the data in the .svn
Is there any way to access the owning UITableView from within a UITableViewCell ?
Is there a way to access the file-system outside of the current ASP.NET application,
Is there a way to access the Cassini local web server from Windows 7's
Is there any way to access the number of blocks allocated to a file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.