mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[BUG] BROKEN ASF SAMPLE.(SHOWS INCOREECT FORMATTING IN GENERATED SRT FILE). #552
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?
Originally created by @pavanjoshi914 on GitHub (Feb 4, 2020).
CCExtractor version 0.88
In raising this issue, I confirm the following:
My familiarity with the project is as follows:
Necessary information:
-in=asfVIDEO LINK:https://sampleplatform.ccextractor.org/sample/download/123
OUTPUT FILE:https://drive.google.com/open?id=1vO4OkROyzJ7UmfZENWJAI6MSMg0ZGeXl
OUTPUT REQUIRED:https://sampleplatform.ccextractor.org/regression/test/335/download
Warnings of invalid color code index selected was encountered:
WARNING:get_decoder_line_encoded:Invalid Color index Selected 151587081 WARNING:get_decoder_line_encoded:Invalid Color index Selected 151587081 WARNING:get_decoder_line_encoded:Invalid Color index Selected 151587081 WARNING:get_decoder_line_encoded:Invalid Color index Selected 151587081@pavanjoshi914 commented on GitHub (Feb 6, 2020):
someone who wants to fix it out can figure out these lines of code which are creating warnings in asf check:
6697ed3496/src/lib_ccx/ccx_encoders_helpers.c (L286-L317)@cfsmp3 commented on GitHub (Feb 9, 2020):
Seems like a regression so fixing it is a matter of spending some time looking for the responsibly commit.
@pavanjoshi914 commented on GitHub (Feb 9, 2020):
@cfsmp3 i am already working on it soon i will genereate a PR..😄
@cfsmp3 commented on GitHub (Feb 13, 2020):
@NilsIrl did your last PR fix this as well? I assume so but want to confirm before closing.
@NilsIrl commented on GitHub (Feb 16, 2020):
Yes it seems fine for me.