You may want to investigate further if a single file was processed or not.  After ssh into the server you can do some investigation in the following directories - 


Go to the working directory and grep for the file to parse if the File System crawler picked it up and what ID the file was assigned in the CaraOne DB:


root@AInode-4:/opt/caraone_data# grep -rl MVI_2818.MP4

database/scalelogicdatabase.db

log/general/hash_driver.log

log/general/proxydriver.17.(2025-02-25.17_02).log

log/general/ffmpeg.log

log/general/fs_db.log

jobs_analyze_media/priority/video_b7ddf8e9746d99fcd5756a76b7cd2a4a_scalelogic


From the above output you can see the file was discovered by the file system crawler, entered into the DB, hashed, a proxy built, and finally moved to the jobs_analyze_media step.  If this file was done, it would also show up in jobs_done.


Here is the output after the file finished analyzing:


root@AInode-4:/opt/caraone_data# grep -rl b7ddf8e9746d99fcd5756a76b7cd2a4a

database/scalelogicdatabase.db

log/scalelogic/processingdriver.log

log/scalelogic/restcontroller.log

log/scalelogic/imager.log

log/scalelogic/thumbnailcreator.log

log/scalelogic/audioer.log

log/general/processingdriver.log

log/general/restcontroller.log

log/general/lipstick.log

bck_log/general/hash_driver.log

bck_log/general/proxydriver.17.(2025-02-25.17_02).log

bck_log/general/ffmpeg.log

jobs_done/video_b7ddf8e9746d99fcd5756a76b7cd2a4a_scalelogic



You can grep the file id with a "-ri" to show inside logs where the file shows up for other more verbose specifics


root@AInode-4:/opt/caraone_data/log# grep -ri b7ddf8e9746d99fcd5756a76b7cd2a4a

general/hash_driver.log:2025-02-25 13:41:56.080534 INFO FileHash finished for /mnt/flash/media/video/Scale Logic/Project1/MVI_2818.MP4.mp4. hash: b7ddf8e9746d99fcd5756a76b7cd2a4a

general/hash_driver.log:2025-02-25 13:41:56.090274 INFO Processing ticket written to /opt/caraone_data/jobs_proxy/priority/video_b7ddf8e9746d99fcd5756a76b7cd2a4a_scalelogic

general/proxydriver.17.(2025-02-25.17_02).log:2025-02-25 13:42:04.881094 INFO Command: ['ffmpeg', '-i', '/mnt/flash/media/video/Scale Logic/project1/MVI_2818.MP4.mp4', '-vf', 'scale=720:-2', '-ac', '1', '-c:v', 'libx264', '-pix_fmt', 'yuv420p', '-preset', 'fast', '-c:a', 'aac', '-strict', '-2', '-movflags', '+faststart', '-ar', '16000', '-y', '/mnt/flash/media/proxies/scalelogic/proxy/b7/dd/f8/b7ddf8e9746d99fcd5756a76b7cd2a4a.mp4']

general/proxydriver.17.(2025-02-25.17_02).log:2025-02-25 13:42:07.498700 INFO Created proxy at /mnt/flash/media/proxies/scalelogic/proxy/b7/dd/f8/b7ddf8e9746d99fcd5756a76b7cd2a4a.mp4.

general/ffmpeg.log:Output #0, mp4, to '/mnt/flash/media/proxies/scalelogic/proxy/b7/dd/f8/b7ddf8e9746d99fcd5756a76b7cd2a4a.mp4':