{"id":18284080,"url":"https://github.com/steinwurf/petro","last_synced_at":"2025-04-05T07:31:16.042Z","repository":{"id":43267547,"uuid":"46416459","full_name":"steinwurf/petro","owner":"steinwurf","description":"mp4 parser","archived":false,"fork":false,"pushed_at":"2024-10-07T04:53:07.000Z","size":19873,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-21T00:25:51.915Z","etag":null,"topics":["mp4","mp4box","parser"],"latest_commit_sha":null,"homepage":"https://steinwurf-petro.netlify.app/latest/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steinwurf.png","metadata":{"files":{"readme":"README.rst","changelog":"NEWS.rst","contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-18T12:12:04.000Z","updated_at":"2024-10-07T04:53:11.000Z","dependencies_parsed_at":"2024-11-05T13:12:39.278Z","dependency_job_id":"67c27906-7b8c-4c05-98e7-e8bfc7d603ba","html_url":"https://github.com/steinwurf/petro","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fpetro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fpetro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fpetro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steinwurf%2Fpetro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steinwurf","download_url":"https://codeload.github.com/steinwurf/petro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247305398,"owners_count":20917197,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mp4","mp4box","parser"],"created_at":"2024-11-05T13:12:09.936Z","updated_at":"2025-04-05T07:31:11.033Z","avatar_url":"https://github.com/steinwurf.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"=====\npetro\n=====\n\n|Linux make-specs| |Windows make-specs| |MacOS make-specs| |Linux CMake| |Windows CMake| |MacOS CMake| |Valgrind| |No Assertions| |Clang Format| |Cppcheck|\n\n.. |Linux make-specs| image:: https://github.com/steinwurf/petro/actions/workflows/linux_mkspecs.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/linux_mkspecs.yml\n   \n.. |Windows make-specs| image:: https://github.com/steinwurf/petro/actions/workflows/windows_mkspecs.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/windows_mkspecs.yml\n\n.. |MacOS make-specs| image:: https://github.com/steinwurf/petro/actions/workflows/macos_mkspecs.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/macos_mkspecs.yml\n   \n.. |Linux CMake| image:: https://github.com/steinwurf/petro/actions/workflows/linux_cmake.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/linux_cmake.yml\n\n.. |Windows CMake| image:: https://github.com/steinwurf/petro/actions/workflows/windows_cmake.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/windows_cmake.yml\n   \n.. |MacOS CMake| image:: https://github.com/steinwurf/petro/actions/workflows/macos_cmake.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/macos_cmake.yml\n\n.. |Clang Format| image:: https://github.com/steinwurf/petro/actions/workflows/clang-format.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/clang-format.yml\n\n.. |No Assertions| image:: https://github.com/steinwurf/petro/actions/workflows/nodebug.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/nodebug.yml\n\n.. |Valgrind| image:: https://github.com/steinwurf/petro/actions/workflows/valgrind.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/valgrind.yml\n\n.. |Cppcheck| image:: https://github.com/steinwurf/petro/actions/workflows/cppcheck.yml/badge.svg\n   :target: https://github.com/steinwurf/petro/actions/workflows/cppcheck.yml\n\n.. image:: ./petro.svg\n   :height: 200px\n   :width: 200px\n\npetro is an mp4 parser which allows you to extract all kinds of information.\n\nThe implementation is based on `ISO/IEC 14496-12 \u003chttp://www.iso.org/iso/catalogue_detail.htm?csnumber=61988\u003e`_,\nlink to the `2015 revision \u003chttp://standards.iso.org/ittf/PubliclyAvailableStandards/c068960_ISO_IEC_14496-12_2015.zip\u003e`_\n\nUsage\n=====\n\n.. image:: ./petro.gif\n\nMore examples of how to use petro is located in the examples folder.\n\nBuilding shared library\n-----------------------\n\nConfigure with -fPIC to enable building a shared lib::\n\n    ./waf configure ... --cxxflags=-fPIC\n\nThe `-fPIC` flag is needed to build a shared library read more about that here:\nhttp://stackoverflow.com/a/19768349\n\nUse as Dependency in CMake\n--------------------------\n\nTo depend on this project when using the CMake build system, add the following\nin your CMake build script:\n\n::\n\n   add_subdirectory(\"/path/to/petro\" petro)\n   target_link_libraries(\u003cmy_target\u003e steinwurf::petro)\n\nWhere ``\u003cmy_target\u003e`` is replaced by your target.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinwurf%2Fpetro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteinwurf%2Fpetro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteinwurf%2Fpetro/lists"}