{"id":17193806,"url":"https://github.com/darealshinji/delaycut","last_synced_at":"2026-03-01T14:01:04.809Z","repository":{"id":18693066,"uuid":"21902896","full_name":"darealshinji/delaycut","owner":"darealshinji","description":"cuts and corrects delay in ac3 and dts files","archived":false,"fork":false,"pushed_at":"2024-05-07T21:36:04.000Z","size":4411,"stargazers_count":33,"open_issues_count":5,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-13T19:43:14.690Z","etag":null,"topics":["ac3","audio","dts","qt","qt5"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darealshinji.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","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":"2014-07-16T13:59:49.000Z","updated_at":"2025-02-22T03:01:49.000Z","dependencies_parsed_at":"2024-11-07T23:01:21.708Z","dependency_job_id":"c58cb401-5c05-4aad-ae6b-64c470ee91d7","html_url":"https://github.com/darealshinji/delaycut","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/darealshinji/delaycut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darealshinji%2Fdelaycut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darealshinji%2Fdelaycut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darealshinji%2Fdelaycut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darealshinji%2Fdelaycut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darealshinji","download_url":"https://codeload.github.com/darealshinji/delaycut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darealshinji%2Fdelaycut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["ac3","audio","dts","qt","qt5"],"created_at":"2024-10-15T01:44:58.609Z","updated_at":"2026-03-01T14:01:04.134Z","avatar_url":"https://github.com/darealshinji.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"delaycut: cuts and corrects delay in ac3 and dts files\n\nCopyright (C) 2004 by jsoto\nCopyright (C) 2007 by madshi\nCopyright (C) 2009 by Chumbo\nCopyright (C) 2010 by Adam Thomas-Murphy\nCopyright (C) 2014, 2016-2017 by djcj \u003cdjcj@gmx.de\u003e\n\nDelayCut is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nDelayCut is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with DelayCut.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\nCommand Line Instructions\nOutput and log files will be in the same path than the input file.\n\nOptions:\n-help:                 List options.\n-version:              Get current version.\n-info:                 Outputs info about input file in log file\n-inputtype \u003cstring\u003e:   Input type of delay/cut values. (default millseconds\n                       when not specified) [milliseconds, seconds, videoframes]\n-fps \u003cfloat|rational\u003e: Specify frame rate.\n                       Needed when inputtype is set to frames.\n-fixcrc \u003cstring\u003e:      Specify action to take in the case of crc errors\n                       [ignore, skip, fix, silence]\n-startdelay \u003cinteger\u003e: Specify the needed frames added at the beginning of the file\n-delay \u003cinteger\u003e:      Alias for -startdelay\n-enddelay \u003cinteger\u003e:   Specify the needed frames added at the end of the file\n-same:                 file length will be the same after adding delay\n-auto:                 detect start delay in filename (assuming DVD2AVI style)\n-startcut \u003cinteger\u003e:   Specify cut start point\n-endcut \u003cinteger\u003e:     Specify cut end point\n-o \u003cstring\u003e:           specify output file\n-i \u003cstring\u003e:           specify inputfile\n\nExamples:\nGet info: Log file will be myfile_log.txt\n    delaycut -info -i myfile.ac3\n\nAdds 100 msec of silence at the begining. File lenght will be the same\n    delaycut -startdelay 100 -same -i myfile.ac3\n\nAdds 100 msec of silence at the begining. File lenght will be 100 msecs more\n    delaycut -startdelay 100 -i myfile.ac3\n\nCuts start at 10.32 sec and ends at 15.20 sec.\n    delaycut -inputtype seconds -startcut 10.32 -endcut 15.20 -i myfile.ac3\n\nCuts start at 10320 msec and ends at 15200 msec. Delay correction of 100 msec.\n    delaycut -delay 100 -startcut 10320 -endcut 15200 -i myfile.ac3\n\nAutomatic delay correction based on the filename (-500 msec in this case)\n    delaycut -auto \"myfile DELAY -500ms.ac3\"\n\n---------------------\n\nBuild instructions\n\nTo build using a docker container:\n* clone the repo\n* cd delaycut\n* docker run -t -i --rm -v $PWD:$PWD garthk/qt-build:bionic-5.12.0 bash\n* \u003cinside the container\u003e\n* apt-get update \u0026\u0026 apt-get install -y libgl-dev libgtk2.0-dev\n* cd \u003cdir-of-delaycut\u003e\n* qmake\n* make\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarealshinji%2Fdelaycut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarealshinji%2Fdelaycut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarealshinji%2Fdelaycut/lists"}