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

EBU safe areas for ffplay #176

Open
MarcoRavich opened this issue Jul 5, 2023 · 0 comments
Open

EBU safe areas for ffplay #176

MarcoRavich opened this issue Jul 5, 2023 · 0 comments

Comments

@MarcoRavich
Copy link

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:color=white@0.2: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.

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