mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
File that makes CCExtractor crash #114
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 @cfsmp3 on GitHub (Feb 20, 2016).
Originally assigned to: @canihavesomecoffee on GitHub.
1455449602_727724800_2.zip
The attached file caused a really early crash.
@vinayakathavale commented on GitHub (Mar 7, 2016):
File did not cause a crash for me
output on stdout
contents of the .srt file created
@Arbitrer commented on GitHub (Mar 7, 2016):
@vinayakathavale what Operating system , IDE , Compiler do you use?
@vinayakathavale commented on GitHub (Mar 8, 2016):
OS: ubuntu 14.04 , compiler : GCC 4.8.4
Oh my bad Got the former output on installing v0.79
I am getting a segmentation fault after installing the latest build
@phanindra707 commented on GitHub (Mar 9, 2016):
CCextractor didnot crash in mine.It produced the subtitles
output for subtitles
But the problem is after compiling the ts file it is not playing in vlc media player. Just after extraction and before compiling the video played in vlc.After compilation it is not playing in vlc.
After compilation of other videos , they are playable in vlc(Not during compilation.).But this "ts" file is not playable in vlc after one compilation
@vinayakathavale commented on GitHub (Mar 9, 2016):
@phanindra707 the issue has been fixed by the following commit
877ee7b2c7@canihavesomecoffee commented on GitHub (Mar 9, 2016):
@vinayakathavale Could you use the "Closes #281" in the PR next time? Then this issue will be closed automatically :)
@vinayakathavale commented on GitHub (Mar 9, 2016):
I didn't make the commit but will keep that in mind thanks 👍
@canihavesomecoffee commented on GitHub (May 22, 2016):
Can be closed once #323 is merged. Tested the PR manually and it solves this issue.