{"id":13908465,"url":"https://github.com/exasky/TranscoderScript","last_synced_at":"2025-07-18T07:31:24.435Z","repository":{"id":77634724,"uuid":"112609100","full_name":"exasky/TranscoderScript","owner":"exasky","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-22T11:16:46.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-25T17:46:11.530Z","etag":null,"topics":["apple-tv","audio","ffmpeg","plex","transcode","video"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/exasky.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}},"created_at":"2017-11-30T12:31:14.000Z","updated_at":"2023-03-15T05:29:14.000Z","dependencies_parsed_at":"2023-03-01T02:00:15.235Z","dependency_job_id":null,"html_url":"https://github.com/exasky/TranscoderScript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/exasky/TranscoderScript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasky%2FTranscoderScript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasky%2FTranscoderScript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasky%2FTranscoderScript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasky%2FTranscoderScript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exasky","download_url":"https://codeload.github.com/exasky/TranscoderScript/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exasky%2FTranscoderScript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265720573,"owners_count":23817262,"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":["apple-tv","audio","ffmpeg","plex","transcode","video"],"created_at":"2024-08-06T23:02:45.264Z","updated_at":"2025-07-18T07:31:24.118Z","avatar_url":"https://github.com/exasky.png","language":"Shell","readme":"# TranscoderScript\n\nThe aim of this script is to provide a simple way to transcode audio/video files into a defined-by-variables format\n\n## Usage\ntranscode [ in out ] [ -l in [ in [...]]\n## Description\nThis script transcode audio/video file(s) with ffmpeg into files compliant with ${OUTFILE_EXTENSION} type:\n- If the video codecs of in file(s) is not one of ${SUPPORTED_VIDEO_FORMAT}, the output video will be transcoded with ${DEFAULT_VIDEO_LIB} lib\n- If the audio codecs of in file(s) is not one of ${SUPPORTED_AUDIO_FORMAT}, the output audio will be transcoded with ${DEFAULT_AUDIO_LIB} lib\n- If the subtitles codecs of in file(s) is not one of ${SUPPORTED_SUB_FORMAT}, the output subtitle will be transcoded with ${DEFAULT_SUB_LIB} lib\n## Parameters\n\ttranscode in out: Transcode in file\n\t\tin : Path to the file to transcode\n\t\tout: The output file name\n\ttranscode -l in [ in [...]]\n\t\tin [ in .. ]: Transcode in file(s) with the same name into ${DEFAULT_OUT_BASE_PATH}\n\t\t\t\t  Spaces will be replaced by a dot\n\t\t\t\t  Extension will be replaced by ${OUTFILE_EXTENSION}\n\ttranscode -s: Stop transcode processes\n## Configuration\nThere are global variables at the beginning of this script, such as:\n- the path of ffmpeg (${FFMPEG_PATH})\n- the output file extension (${OUTFILE_EXTENSION})\n- supported video formats (${SUPPORTED_VIDEO_FORMAT})\n- etc...\n\nIf you want to configure this script with your need, please update these variables\n","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasky%2FTranscoderScript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexasky%2FTranscoderScript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexasky%2FTranscoderScript/lists"}