Hi, I'm using the following to transcode files to H.265 for final delivery since they can be so small and still look great. However, they play fine in VLC and even Vimeo, but Premiere Pro shows a blank, solid green image in the file instead of the actual video. Any ideas? I tried adding -vf format=yuv420p and it had no effect.
-i "<SourceFileName>" -y -c:v libx265 -preset veryfast -crf 23 -c:a aac -b:a 320k -ar 48000 -ac 2 -max_muxing_queue_size 1000 "<OutputPath><PureSourceFileNameWOExtension>_H265.mp4" ᐧ _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".