mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #760] [CLOSED] **[IMPROVEMENT]** Extracted captions alongwith timing data available in python for further processing. #1575
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/760
Author: @Diptanshu8
Created: 7/24/2017
Status: ❌ Closed
Base:
master← Head:second_phase_evaluation📝 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
17 files changed (+1036 additions, -264 deletions)
View changed files
📝
api/api_testing.py(+23 -1)📝
api/build_api(+2 -1)📝
api/ccextractor.i(+27 -0)📝
api/ccextractor.py(+128 -35)📝
api/ccextractor_wrap.c(+585 -168)➕
api/extractors/extractor.c(+82 -0)➕
api/extractors/extractor.h(+9 -0)📝
api/wrappers/wrapper.h(+1 -1)📝
linux/build(+4 -2)📝
src/ccextractor.c(+133 -38)📝
src/ccextractor.h(+26 -14)📝
src/lib_ccx/ccx_encoders_sami.c(+2 -0)📝
src/lib_ccx/ccx_encoders_smptett.c(+2 -2)📝
src/lib_ccx/ccx_encoders_srt.c(+1 -0)📝
src/lib_ccx/ccx_encoders_ssa.c(+9 -1)📝
src/lib_ccx/ccx_encoders_transcript.c(+1 -0)📝
src/lib_ccx/ccx_encoders_webvtt.c(+1 -1)📄 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 PR mainly focuses on the following points:
show_extracted_captions_with_timingsin the main code for checking if the captions along with their timings are extracted or not.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.