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

bitc.py - ffmpeg command fixed for logo option #92

Merged
merged 2 commits into from
May 27, 2024
Merged

bitc.py - ffmpeg command fixed for logo option #92

merged 2 commits into from
May 27, 2024

Conversation

hyz2993
Copy link
Contributor

@hyz2993 hyz2993 commented May 24, 2024

Fixed:

  • logo option requires -filter_complex option to replace -vf.
[vf#0:0 @ 0x600003549680] Simple filtergraph 'overlay=main_w-overlay_w-5:5' was expected to have exactly 1 input and 1 output. However, it had 2 input(s) and 1 output(s). Please adjust, or use a complex filtergraph (-filter_complex) instead.
[vost#0:0/libx264 @ 0x126e08510] Error initializing a simple filtergraph
Error opening output file /Volumes/......_h264.mov.
Error opening output files: Invalid argument
  • ffmpeg cannot locate stream from multiple streams (video and timecode mostly) in the input for overlay.
[fc#0 @ 0x600001824000] Cannot find a matching stream for unlabeled input pad overlay
Error binding filtergraph inputs/outputs: Invalid argument
  • Output is generated with two video streams: one with logo and one without. And the default stream was set to the latter.

@hyz2993 hyz2993 merged commit a83a59a into master May 27, 2024
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.

1 participant