On 21/07/15 09:15, Osztrovszky Zsolt wrote: > Hello Guys, > I’d like to create an h265 video with Main10 profile (10 bits). > However ffmpeg keeps saying that profile=main10 is an unknown option.
ISTR that x265 profiles are not yet supported, however you can still make a MAIN10 file by setting other parameters. for example:- -c:v libx265 -pix_fmt yuv420p10le \ -preset fast \ -x265-params level=5.2:vbv-bufsize=60000:vbv-maxrate=60000:crf=20 Prodcued some thing that when probed shows:- Stream #0:0(und): Video: hevc (Main 10) (hev1 / 0x31766568), yuv420p10le(tv), 3840x2160..... > My command: > ffmpeg -i vid.ts -c:v libx265 -preset medium -x265-params > “profile=main10:crf=30” -c:a aac strict experimental -b:a 128k output.mp4 > > please help me > > cheers, > Zsolt > [..] -- Tim. Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
