{"id":13613601,"url":"https://github.com/CrypticSignal/AV-converter","last_synced_at":"2025-04-13T15:33:35.538Z","repository":{"id":41485002,"uuid":"243566051","full_name":"CrypticSignal/AV-converter","owner":"CrypticSignal","description":"A web app to convert an audio or video file to another format. You can also download YouTube videos at the /yt endpoint.","archived":false,"fork":false,"pushed_at":"2024-10-17T13:51:26.000Z","size":75132,"stargazers_count":185,"open_issues_count":0,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-05T02:05:30.001Z","etag":null,"topics":["aac","ac3","audio","converter","dolby","download","downloader","dts","ffmpeg","flac","mkv","mp3","mp4","opus","video","vorbis","wav","webm","youtube","youtube-dl"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CrypticSignal.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":"2020-02-27T16:43:35.000Z","updated_at":"2025-03-17T17:35:27.000Z","dependencies_parsed_at":"2024-01-16T23:30:35.905Z","dependency_job_id":"aec7e8f4-2140-4c97-8ade-edda24b6dd17","html_url":"https://github.com/CrypticSignal/AV-converter","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/CrypticSignal%2FAV-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrypticSignal%2FAV-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrypticSignal%2FAV-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CrypticSignal%2FAV-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CrypticSignal","download_url":"https://codeload.github.com/CrypticSignal/AV-converter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248736309,"owners_count":21153573,"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":["aac","ac3","audio","converter","dolby","download","downloader","dts","ffmpeg","flac","mkv","mp3","mp4","opus","video","vorbis","wav","webm","youtube","youtube-dl"],"created_at":"2024-08-01T20:00:51.502Z","updated_at":"2025-04-13T15:33:30.527Z","avatar_url":"https://github.com/CrypticSignal.png","language":"TypeScript","funding_links":[],"categories":["HarmonyOS","TypeScript"],"sub_categories":["Windows Manager"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-0F9A41?style=for-the-badge\u0026logo=node\u0026color=black\" alt=\"Node.js\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Express-0F9A41?style=for-the-badge\u0026logo=express\u0026color=black\" alt=\"Express\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/React-000000?style=for-the-badge\u0026logo=react\u0026logoColor=60DAFB\" alt=\"React\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/FFmpeg-000000?style=for-the-badge\u0026logo=ffmpeg\u0026logoColor=green\" alt=\"FFmpeg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Docker-000000?style=for-the-badge\u0026logo=docker\u0026logoColor=0db7ed\" alt=\"Docker\" /\u003e\n  \u003cp\u003eA web app that allows you to convert an audio or video file to another format or download YouTube videos.\u003c/p\u003e\n  \u003cp\u003eAvailable at https://av-converter.com\u003c/p\u003e\n\u003c/div\u003e\n\n## Converter\n\nConvert an audio or video file to any of the following formats:\n\n- AAC\n- AC3 (Dolby Digital)\n- ALAC\n- DTS\n- FLAC\n- MP3\n- Opus\n- Vorbis\n- WAV\n\nConverting a video to one of the above formats will turn it into an audio-only file. You can also convert a video to MP4 or MKV.\n\n## YouTube Downloader\n\nVisit the `/yt` endpoint to use the YouTube downloader, which is essentially a frontend for [yt-dlp](https://github.com/yt-dlp/yt-dlp). There are four options:\n\n- **Video (MP4)** - downloads the best quality MP4 video stream and merges it with the best quality AAC audio stream. If no MP4 stream is available, this option will behave the same as **Video (best quality)**.\n- **Video (best quality)** - downloads the best format (determined by yt-dlp) that contains video. If this format doesn't contain an audio stream, it is merged with the best quality audio stream. This option usually results in a video file in the WebM format with Opus audio.\n- **Audio (best quality)** - downloads the best quality audio stream. Usually an Opus file with bitrate of ~160 kbps.\n- **Audio (MP3)** - downloads the best quality audio stream and converts it to the MP3 format.\n\n_If you are not sure which option to opt for, I recommend **Video (MP4)** and **Audio (MP3)** depending on whether you want the video or an audio-only file. This is because MP3 and MP4 files are more widely supported compared to Opus and WebM files._\n\n## Docker\n\nYou can run this web app locally with a single command:\n\n- ```\n  cd docker/dev \u0026\u0026 docker compose up --build --wait \u0026\u0026 docker compose alpha watch\n  ```\n- Visit http://localhost:3001\n\n_Any changes you make in `/backend/src` or `/frontend/src` will be reflected without having to rebuild any containers. Simply refresh your web browser._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCrypticSignal%2FAV-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCrypticSignal%2FAV-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCrypticSignal%2FAV-converter/lists"}