On Tue, Nov 14, 2017 at 19:45:05 +0000, Robison Robison wrote: > I need transcode video to format h265. Now i am trancode in h264 > format. Please how i can to change format H264 to H265? [...] > vcodec=libx264
Change libx264 to e.g. libx265. Your ffmpeg needs to support the particular encoders though. You can check the encoders with $ ffmpeg -encoders | grep -i hevc Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
