[FFmpeg-devel] [PATCH] avcodec/nvenc: Fix profile parameter handling

Timo Rothenpieler timo at rothenpieler.org
Thu Apr 2 00:19:05 CEST 2015


> Did you try to adding the FF_PROFILE_H264* and FF_PROFILE_HEVC* values to options_table.h?
> Currently it only has entries for aac, dts, mpeg2 and mpeg4.

While that would propably work, i'm more interested in staying
compatible with libx264 here, which accepts stuff like "-profile:v
high", while the options_table has codec-prefixed profile names.

Needs some discussion on how this situation can be cleaned up without
breaking compatiblity, and how it could be implemented for libx264,
which just passes the profile string to an x264 function.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150402/a1560fd7/attachment.asc>


More information about the ffmpeg-devel mailing list