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

Python-based utility to scan/check videos for no-signal frames #88

Merged
merged 10 commits into from
May 24, 2024

Conversation

vmdocua
Copy link
Collaborator

@vmdocua vmdocua commented Apr 26, 2024

Python-based utility to scan/check videos for no-signal frames, closes #82.

@vmdocua vmdocua self-assigned this Apr 26, 2024
help='Set the logging level')
@click.option('--step', default=1, type=int, help='Specify the step '
'for processing '
'frames')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could it be option on --number-of-checks (or smth like that) int .

@yarikoptic
Copy link
Member

add option --truncated to give behavior on what to do if truncated video detected

  • exit2 -- exit with error code 2
  • fixup -- use ffmpeg to "Fixup" into a temporary location (not nearby the file since that location might be under git-annex), and then run the detection jumps
  • check5 -- check first 5 frames only and decide based on that.

@vmdocua vmdocua marked this pull request as ready for review May 24, 2024 10:45
@vmdocua vmdocua merged commit d136586 into master May 24, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

do not record "no signal" screen
2 participants