mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #751] [MERGED] **[FEATURE]**: Extracted captions in python #1567
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/751
Author: @Diptanshu8
Created: 7/13/2017
Status: ✅ Merged
Merged: 7/19/2017
Merged by: @cfsmp3
Base:
master← Head:first_phase_evaluation📝 Commits (10+)
4d5f80aFound wrapper for write. Check file_handle and start processing.976f01cCCs to python_subs extracted properly2ced408build and build_library working correctly5742485Working on PR8895b27CC being shown in python script.d2bd2d1added basefilename to python_subs86b7e73Added extension to python_subs1435411Commenting out the file name related functions.e3e5f8bApply write wrapper across entire database.02b4427making changes to write wrapper📊 Changes
18 files changed (+796 additions, -172 deletions)
View changed files
📝
api/api_testing.py(+4 -0)📝
api/build_api(+2 -0)📝
api/build_library(+2 -0)📝
api/ccextractor.py(+55 -1)📝
api/ccextractor_wrap.c(+509 -9)📝
linux/build(+3 -1)📝
src/ccextractor.c(+39 -1)📝
src/ccextractor.h(+19 -0)📝
src/lib_ccx/ccx_decoders_708_output.c(+15 -15)📝
src/lib_ccx/ccx_encoders_common.c(+20 -20)📝
src/lib_ccx/ccx_encoders_g608.c(+7 -7)📝
src/lib_ccx/ccx_encoders_sami.c(+18 -18)📝
src/lib_ccx/ccx_encoders_smptett.c(+13 -13)📝
src/lib_ccx/ccx_encoders_srt.c(+18 -15)📝
src/lib_ccx/ccx_encoders_ssa.c(+12 -12)📝
src/lib_ccx/ccx_encoders_transcript.c(+5 -5)📝
src/lib_ccx/ccx_encoders_webvtt.c(+26 -26)📝
src/lib_ccx/matroska.c(+29 -29)📄 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):
{pull request content here}
This pull request mainly comprises a feature of accessing the extracted captions in python. This has been accomplished by using a wrapper for the standard
writefunction.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.