Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transcode-video repeats three dots (...) but never executes HandbrakeCLI #352

Open
megashub opened this issue Nov 24, 2024 · 0 comments
Open

Comments

@megashub
Copy link

transcode-video repeats three dots (...) but never executes HandbrakeCLI. I think crop detection may be hanging?

these two processes are running:

/usr/local/bin/ruby -W /usr/local/bundle/bin/transcode-video --crop detect --fallback-crop minimal --quick --filter deinterlace /path/to/1080p_file.mkv -o /path/to/output

ffmpeg -hide_banner -nostdin -noaccurate_seek -ss 306 -i /path/to/1080p_file.mkv -frames:v 10 -filter:v cropdetect=24:2 -an -sn -ignore_unknown -f null -

It's only happening with one specific 1080p bluray file. It's an extended cut movie that spans two discs, and it's the second disc's file that's behaving like this. I've used this same command successfully on hundreds of various DVDs, Blurays, and 4K video disc backups. The file was created via MakeMKV and plays fine in VLC, for whatever that's worth:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant