{"id":17030639,"url":"https://github.com/vsoch/convert-swf","last_synced_at":"2026-03-07T21:30:58.039Z","repository":{"id":141667682,"uuid":"118968814","full_name":"vsoch/convert-swf","owner":"vsoch","description":"a container to convert swf files to mp4 (video)","archived":false,"fork":false,"pushed_at":"2019-12-05T21:43:43.000Z","size":15,"stargazers_count":13,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T12:12:03.409Z","etag":null,"topics":["audio","converter","docker","flash","mp4","swf","video"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsoch.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-01-25T21:17:58.000Z","updated_at":"2024-04-09T11:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"758693a5-c312-4827-8907-4897314a094b","html_url":"https://github.com/vsoch/convert-swf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vsoch/convert-swf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fconvert-swf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fconvert-swf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fconvert-swf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fconvert-swf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsoch","download_url":"https://codeload.github.com/vsoch/convert-swf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsoch%2Fconvert-swf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30231595,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio","converter","docker","flash","mp4","swf","video"],"created_at":"2024-10-14T08:07:44.130Z","updated_at":"2026-03-07T21:30:58.010Z","avatar_url":"https://github.com/vsoch.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swf to mp4\n\nThis is a tiny Docker container to convert an old compressed flash (swf) to mp4.\nTo build, you can do the following:\n\n```bash\ndocker build -t vanessa/convert-swf .\n```\n\nAnd then to run, the container expects an input swf file as first argument, and\nwill generate an mp4 file named equivalently with a different extension. \nWe do everything in a `/data` directory that we map on the host.\n\n```bash\ndocker run -v ${PWD}/:/data vanessa/convert-swf filename.swf\n```\n\nIf you have a folder of old swf, here is how you might convert them!\n\n```bash\nfor swfile in $(ls *.swf)\n    do\n    echo \"Converting $swfile!\"\n    docker run -v $PWD:/data vanessa/convert-swf /data/$swfile\ndone\n```\nHappy converting!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Fconvert-swf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsoch%2Fconvert-swf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsoch%2Fconvert-swf/lists"}