mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #768] [MERGED] Python bindings with extraction of CE608 grid and writing to a SRT output. #1582
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/768
Author: @Diptanshu8
Created: 8/16/2017
Status: ✅ Merged
Merged: 8/20/2017
Merged by: @cfsmp3
Base:
master← Head:windows📝 Commits (10+)
aabeed3added python_extract to encoders_srt and the captions are beingd9add14Checking if the alternative to asprintf generate proper srtsa39328cCC captions accessible via python script7665d1fRemoving python caption code from __wrap_write functionf346676removing old cc_to_python functionsac95e52Removing python_subs structure and all the changes done for that structccfcd47Removing filename functions from ccextractor.*af0e52dRenaming make_message to time_wrapper3c913a2Applying to python_extract codebase: SSA format605c094Added python_extract_time_based and done validation for ssa📊 Changes
37 files changed (+2514 additions, -713 deletions)
View changed files
➕
api/api_support.py(+50 -0)📝
api/api_testing.py(+57 -9)📝
api/build_api(+3 -2)📝
api/build_library(+1 -1)📝
api/ccextractor.i(+63 -0)📝
api/ccextractor.py(+198 -34)📝
api/ccextractor_wrap.c(+1191 -323)➕
api/ccx_to_python_g608.py(+61 -0)➕
api/extractors/extractor.c(+171 -0)➕
api/extractors/extractor.h(+11 -0)➕
api/python_srt_generator.py(+78 -0)📝
api/wrappers/wrapper.c(+21 -0)📝
api/wrappers/wrapper.h(+9 -1)📝
gsoc/skrill/first_phase_evaluation_script(+2 -2)📝
linux/build(+4 -2)📝
src/ccextractor.c(+172 -50)📝
src/ccextractor.h(+47 -15)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/ccx_decoders_708_output.c(+15 -15)📝
src/lib_ccx/ccx_decoders_common.c(+1 -1)...and 17 more files
📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This is a major pull request with the following features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.