We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there, thanks for this cool list !
In this interesting discussion about near-zero latency multiple (IP) video-streams playing we drived ChatGPT to create an ffplay commandline that draws dynamically-adaptable "EBU-compliant video safe areas":
ffplay -vf "drawbox=x=(iw-(iw*0.675))/2:y=(ih-ih)/2:w=iw*0.675:h=ih:[email protected]:t=fill, drawbox=x=(iw-iw*0.95)/2:y=(ih-ih*0.95)/2:w=iw*0.95:h=ih*0.95:color=red@1, drawbox=x=(iw-iw*0.965)/2:y=(ih-ih*0.965)/2:w=iw*0.965:h=ih*0.965:color=green@1" %1
Since it's a 3rd-party creation, it would be better to be published into the official EBU git.
Last but not least, check out our HyMPS project where we collect many - maybe interesting for you too - resources.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there, thanks for this cool list !
In this interesting discussion about near-zero latency multiple (IP) video-streams playing we drived ChatGPT to create an ffplay commandline that draws dynamically-adaptable "EBU-compliant video safe areas":
ffplay -vf "drawbox=x=(iw-(iw*0.675))/2:y=(ih-ih)/2:w=iw*0.675:h=ih:[email protected]:t=fill, drawbox=x=(iw-iw*0.95)/2:y=(ih-ih*0.95)/2:w=iw*0.95:h=ih*0.95:color=red@1, drawbox=x=(iw-iw*0.965)/2:y=(ih-ih*0.965)/2:w=iw*0.965:h=ih*0.965:color=green@1" %1
Since it's a 3rd-party creation, it would be better to be published into the official EBU git.
Last but not least, check out our HyMPS project where we collect many - maybe interesting for you too - resources.
The text was updated successfully, but these errors were encountered: