Discussion:
[FFmpeg-user] How to choose pixfmt output for video generator
Martin Vignali
2018-10-09 20:41:09 UTC
Permalink
Hello,

I would like to use a generator for testing
Some generator, seems to have several pix fmt supported, but can't find the
way to choose one

For example allyuv seems to support yuv444p, gbrp

./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt yuv444p -f null -
-loglevel debug
==> Output yuv444p

./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt gbrp -f null -
-loglevel debug
==> Following log, seems to output yuv444p then convert to gbrp

Thanks

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

To unsubscribe, visit link above, or email
ffmpeg-user-***@ffmp
Carl Eugen Hoyos
2018-10-09 20:47:59 UTC
Permalink
Post by Martin Vignali
Hello,
I would like to use a generator for testing
Some generator, seems to have several pix fmt supported, but can't find the
way to choose one
For example allyuv seems to support yuv444p, gbrp
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt yuv444p -f null -
-loglevel debug
==> Output yuv444p
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt gbrp -f null -
-loglevel debug
==> Following log, seems to output yuv444p then convert to gbrp
$ ffmpeg -f lavfi -i allyuv=rate=5:duration=1,format=gbrp

Carl Eugen
_______________________________________________
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
Martin Vignali
2018-10-09 21:17:47 UTC
Permalink
Post by Carl Eugen Hoyos
Post by Martin Vignali
Hello,
I would like to use a generator for testing
Some generator, seems to have several pix fmt supported, but can't find
the
Post by Martin Vignali
way to choose one
For example allyuv seems to support yuv444p, gbrp
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt yuv444p -f null -
-loglevel debug
==> Output yuv444p
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt gbrp -f null -
-loglevel debug
==> Following log, seems to output yuv444p then convert to gbrp
$ ffmpeg -f lavfi -i allyuv=rate=5:duration=1,format=gbrp
Thanks

Martin
_______________________________________________
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 wi
Paul B Mahol
2018-10-11 11:18:21 UTC
Permalink
Post by Martin Vignali
Hello,
I would like to use a generator for testing
Some generator, seems to have several pix fmt supported, but can't find the
way to choose one
For example allyuv seems to support yuv444p, gbrp
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt yuv444p -f null -
-loglevel debug
==> Output yuv444p
./ffmpeg -f lavfi -i allyuv=rate=5:duration=1 -pix_fmt gbrp -f null -
-loglevel debug
==> Following log, seems to output yuv444p then convert to gbrp
allyuv supports only yuv444p,

on other hand yuvtestsrc supports more yuv format, for more info consult source.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-***@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user

Loading...