[FFmpeg-user] H.265 Will not Play in Premiere

Chris Colton chris.s.colton at gmail.com
Thu Mar 23 18:48:04 EET 2017


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"
ᐧ


More information about the ffmpeg-user mailing list