Few lines missing from output of .bin file [sample attached] #289

Closed
opened 2026-01-29 16:40:01 +00:00 by claunia · 2 comments
Owner

Originally created by @saurabhshri on GitHub (Feb 26, 2017).

While working on another issue, I created a .bin file from a sample (https://sampleplatform.ccextractor.org/sample/67).

When extracting subs from .bin file, the ending few lines are missing, while they are perfectly extracted from original file.

Original :

12
00:00:52,140 --> 00:00:54,279
Mogu, your bag!

13
00:00:54,380 --> 00:00:56,679
<font color="#00ffff">(Strains)</font>

14
00:00:56,780 --> 00:00:58,979
<font color="#00ffff">It's strong!</font>

From .bin of above sample (http://gsocdev3.ccextractor.org/~saurabhshri/67.bin) :

12
00:00:52,140 --> 00:00:54,279
Mogu, your bag!

I created bin using : ccextractor -ts -pn 578 -out=bin -o 67.bin 67 where 67 was the name of sample.

EDIT : Corrected the .bin file. Previous file had incorrect timings.

Originally created by @saurabhshri on GitHub (Feb 26, 2017). While working on another issue, I created a .bin file from a sample (https://sampleplatform.ccextractor.org/sample/67). When extracting subs from .bin file, the ending few lines are missing, while they are perfectly extracted from original file. Original : ``` 12 00:00:52,140 --> 00:00:54,279 Mogu, your bag! 13 00:00:54,380 --> 00:00:56,679 <font color="#00ffff">(Strains)</font> 14 00:00:56,780 --> 00:00:58,979 <font color="#00ffff">It's strong!</font> ``` From .bin of above sample (http://gsocdev3.ccextractor.org/~saurabhshri/67.bin) : ``` 12 00:00:52,140 --> 00:00:54,279 Mogu, your bag! ``` I created bin using : `ccextractor -ts -pn 578 -out=bin -o 67.bin 67` where 67 was the name of sample. EDIT : Corrected the .bin file. Previous file had incorrect timings.
Author
Owner

@cfsmp3 commented on GitHub (Mar 6, 2017):

2 GSoC points.

@cfsmp3 commented on GitHub (Mar 6, 2017): 2 GSoC points.
Author
Owner

@saurabhshri commented on GitHub (Apr 22, 2017):

Closing through #725 . The issue appears to be resolved with attached file.
Note : Timing is off by few milliseconds (but they may be for good, maybe someone can check on it).

@saurabhshri commented on GitHub (Apr 22, 2017): Closing through #725 . The issue appears to be resolved with attached file. Note : Timing is off by few milliseconds (but they may be for good, maybe someone can check on it).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#289