Discussion:
[FFmpeg-user] FFplay Possibility to print just a part of screen ?
Stanislas Defawes
2018-10-18 10:32:31 UTC
Permalink
Hi,

Is that possible to print just half of screen of a stream with FFplay ?
I’m trying to make a wallscreen with several monitor, from the same UDP stream.
It’s possible to do that with VLC but what about FFplay ?

Thanks

Stanislas
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@f
Moritz Barsnick
2018-10-18 10:38:10 UTC
Permalink
Post by Stanislas Defawes
Is that possible to print just half of screen of a stream with FFplay ?
You mean displaying only one half of actual video?

You can add a filter, such as:
$ ffplay ... -vf crop=w=iw/2:x=0
which will let ffplay show only the left half.

Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg
Stanislas Defawes
2018-10-18 12:31:47 UTC
Permalink
That’s exactly what i’m looking for.

Thank’s a lot

Stanislas
Post by Moritz Barsnick
Post by Stanislas Defawes
Is that possible to print just half of screen of a stream with FFplay ?
You mean displaying only one half of actual video?
$ ffplay ... -vf crop=w=iw/2:x=0
which will let ffplay show only the left half.
Cheers,
Moritz
_______________________________________________
ffmpeg-user mailing list
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmpeg.org with subject "unsubs

Loading...