nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
253 stars 41 forks source link

FFMpegDemuxer: add missing subsampling AV_PIX_FMT_YUVJ420P #30

Closed dabrain34 closed 1 year ago

dabrain34 commented 1 year ago

With given hevc sample generated with GStreamer:

gst-launch-1.0 videotestsrc num_buffers=300 pattern=ball ! timeoverlay ! nvh265enc ! filesink location=/tmp/Sample_300.hevc

dabrain34 commented 1 year ago

@zlatinski here is a small patch to address the issue with hevc, discussed earlier.

zlatinski commented 1 year ago

Thank you, dabrain34! I've already merged this change.