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

Open
opened 2026-01-29 16:39:58 +00:00 by claunia · 0 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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#286