{"id":13599190,"url":"https://github.com/gameoverhack/ofxThreadedVideo","last_synced_at":"2025-04-10T12:31:46.149Z","repository":{"id":2375848,"uuid":"3340751","full_name":"gameoverhack/ofxThreadedVideo","owner":"gameoverhack","description":"openFrameworks threaded video addon","archived":false,"fork":false,"pushed_at":"2019-02-11T18:37:51.000Z","size":3566,"stargazers_count":46,"open_issues_count":5,"forks_count":22,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-07T00:39:51.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gameoverhack.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-03T01:35:27.000Z","updated_at":"2023-03-04T01:12:34.000Z","dependencies_parsed_at":"2022-09-09T04:11:21.929Z","dependency_job_id":null,"html_url":"https://github.com/gameoverhack/ofxThreadedVideo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gameoverhack%2FofxThreadedVideo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gameoverhack%2FofxThreadedVideo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gameoverhack%2FofxThreadedVideo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gameoverhack%2FofxThreadedVideo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gameoverhack","download_url":"https://codeload.github.com/gameoverhack/ofxThreadedVideo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217130,"owners_count":21066633,"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":[],"created_at":"2024-08-01T17:01:00.696Z","updated_at":"2025-04-10T12:31:41.138Z","avatar_url":"https://github.com/gameoverhack.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"OFXTHREADED VIDEO\n=================\n\n** NOTE: for those looking for a 64 bit non-blocking video player have a look at ofxHAPAVPlayer: https://github.com/gameoverhack/ofxHAPAVPlayer **\n\nofxThreaded video implements an asynchronous, non-blocking API for ALL critical Quicktime API calls. This results in TOTALLY NON-BLOCKING load, seek, pause, play etc. It also greatly improves video playback efficiency especially if you use OF_PIXEL_BGRA or OF_PIXEL_YUY2 pixel formats with the following codecs: ANIMATION 50-60% (using OF_PIXELS_BGRA on \u003c= 10.8), or JPEG 50-60% and PRORES422 50-60% (using OF_PIXELS_YUY2 on \u003e= 10.8).\n\nI get around 8+ HD 1920 x 1080 movies running smoothly on a late model rMBP.\n\nLATEST VERSION WORKS ON 10.8+ and of009x!! You just need to compile your application as 32bit (OpenFrameworks can remain Universal 32/64bit). AWESOMENESS.\n\nChanges:\n* Updated to work with of009x (if you want the legacy version for some reason it's in the 'legacy' branch of this repo)\n* Now works in 10.6, 10.7, 10.8 (and presumably 10.9 + 10.10 though needs testing) without modifying openFrameworks or compiling against 10.6 SDK\n* Improved stability under heavy loads and setFrame/setPause (tested 1 million+ without crash)\n* Can use optimised BGRA and YUY2 pixel formats (with JPEG and ProRes codecs) - including built in YUY2 -\u003e RGB/A shader\n\nPlease also note that you will need to comment out:\n\n```\n#define USE_QUICKTIME_7\n#define USE_JACK_AUDIO\n```\n\nif I've forgotten to do so (these options are specific to some of my needs and occasionally I forget to comment them out when pushing to git).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameoverhack%2FofxThreadedVideo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgameoverhack%2FofxThreadedVideo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgameoverhack%2FofxThreadedVideo/lists"}