{"id":15063832,"url":"https://github.com/arthi-chaud/haskell-ffprobe","last_synced_at":"2026-01-24T12:14:00.997Z","repository":{"id":246757927,"uuid":"822196851","full_name":"Arthi-chaud/haskell-ffprobe","owner":"Arthi-chaud","description":"Haskell bindings for ffprobe","archived":false,"fork":false,"pushed_at":"2024-08-10T20:35:14.000Z","size":2101,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T13:03:52.311Z","etag":null,"topics":["ffprobe","haskell","haskell-bindings","haskell-library"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/haskell-ffprobe","language":"Haskell","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/Arthi-chaud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-30T14:52:09.000Z","updated_at":"2024-08-10T20:34:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"f79bba46-d1fd-4bb8-a1e2-f88a8dba4c3a","html_url":"https://github.com/Arthi-chaud/haskell-ffprobe","commit_stats":null,"previous_names":["arthi-chaud/haskell-ffprobe"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthi-chaud%2Fhaskell-ffprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthi-chaud%2Fhaskell-ffprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthi-chaud%2Fhaskell-ffprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arthi-chaud%2Fhaskell-ffprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arthi-chaud","download_url":"https://codeload.github.com/Arthi-chaud/haskell-ffprobe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232670354,"owners_count":18558569,"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":["ffprobe","haskell","haskell-bindings","haskell-library"],"created_at":"2024-09-25T00:07:45.994Z","updated_at":"2026-01-24T12:14:00.961Z","avatar_url":"https://github.com/Arthi-chaud.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haskell-ffprobe\n\nThis package provides Haskell bindings for the `ffprobe` command.\n\n## Example\n\n```haskell\nimport FFProbe\nimport FFProbe.Data.Format (duration, formatName)\nimport FFProbe.Data.Stream (codecLongName)\nimport System.Environment\n\nmain :: IO ()\nmain = do\n    fileName:_ \u003c- getArgs\n    ffprobeRes \u003c- ffprobe fileName\n    case ffprobeRes of\n        Left err -\u003e putStrLn $ \"An error occured: \" ++ err\n        Right ffprobeData -\u003e do\n            print $ formatName (format ffprobeData)\n            print $ duration (format ffprobeData)\n            print $ length (chapters ffprobeData)\n            print $ codecLongName $ head (streams ffprobeData)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthi-chaud%2Fhaskell-ffprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthi-chaud%2Fhaskell-ffprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthi-chaud%2Fhaskell-ffprobe/lists"}