You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just getting started with this tool but unfortunately I'm not able to get it working. I'm trying it through the docker image. In order to get it working on my local machine, I had to use this PR and set ARCH to aarch64. I'm trying docker with the following command line but no captions are extracted:
docker run -tv $(pwd):/files caption-inspector -o /files /files/media/BigBuckBunny_256x144-24fps.ts
I'm using the sample media file BigBuckBunny_256x144-24fps.ts included in this repo. Below are the logs I got.
INFO DBG_GENERAL [main.c:194] - Version: v0.0 (v0.0-0-g9a0959c)
INFO DBG_GENERAL [main.c:201] - Bail if no Captions before 60 mins of Asset
INFO DBG_FILE_IN [autodetect_file.c:219] - Determined /files/media/BigBuckBunny_160x90-24fps.mov is an MOV File
INFO DBG_GENERAL [main.c:208] - Processing input file /files/media/BigBuckBunny_160x90-24fps.mov of type Binary MOV File
INFO DBG_GENERAL [main.c:209] - Writing Output To: /files
INFO DBG_GENERAL [main.c:212] - Writing all Artifacts.
INFO DBG_MOV_FILE [mov_file.c:110] - Opening '/files/media/BigBuckBunny_160x90-24fps.mov'
INFO DBG_MOV_FILE [mov_file.c:140] - Track 1, type=vide subtype=avc1
INFO DBG_MOV_FILE [mov_file.c:140] - Track 2, type=soun subtype=MPEG
INFO DBG_MOV_FILE [mov_file.c:148] - MP4: found 2 tracks: 1 avc and 0 cc
INFO DBG_MOV_FILE [mov_file.c:231] - Found H264 Track
INFO DBG_MOV_FILE [mov_file.c:494] - Closing media.
INFO DBG_MOV_FILE [mov_file.c:502] - Found 1 AVC track(s).
INFO DBG_MOV_FILE [mov_file.c:507] - Found no dedicated CC track(s).
INFO DBG_MCC_ENC [mcc_encode.c:267] - Frame Time Ahead High Water Mark - 0 ms
INFO DBG_MCC_ENC [mcc_encode.c:268] - Frame Time Behind High Water Mark - 0 ms
ERROR DBG_FILE_OUT [mcc_output.c:134] - Nothing to place in MCC File. File not created!
WARN DBG_708_OUT [dtvcc_output.c:257] - No 708 Data Outputted. No Decoded 708 File Written.
WARN DBG_608_OUT [line21_output.c:218] - No 608 Data Outputted. No Decoded 608 File Written.
INFO DBG_GENERAL [main.c:285] - Total Runtime: 0 seconds
The text was updated successfully, but these errors were encountered:
I'm just getting started with this tool but unfortunately I'm not able to get it working. I'm trying it through the docker image. In order to get it working on my local machine, I had to use this PR and set
ARCH
toaarch64
. I'm trying docker with the following command line but no captions are extracted:I'm using the sample media file
BigBuckBunny_256x144-24fps.ts
included in this repo. Below are the logs I got.The text was updated successfully, but these errors were encountered: