<div dir="ltr">Hello,<div><br></div><div>In the convert dialog, after clicking on the "edit profile" button, and when setting custom video codec options in the "video codec" tab, the generated MRL always contain "venc=x264{mycustomoptions}", regardless of the required video codec.</div><div><br></div><div>This is due (when referring to commit b2250de24ac67ae25fdc80c81f12f6528558fb44) profile_selector.cpp:275 and profile_selector.cpp:290, where x264 is hardcoded, without a prior test to check the codec/encoder the user required.</div><div><br></div><div>E.g. we can have</div><div>Transcode MRL: sout=#transcode{vcodec=mp2v,venc=x264{preset=faster},scale=Auto,....</div><div><br></div><div>I am not familiar with MRLs, how different are "vcodec" and "venc"? Does it make sense to force the x264 encoder in such cases?</div><div>Should we (or should I) fix this in some way? But what venc should I put for codecs other than h263/264/265?</div><div><br></div><div>Thanks</div><div>Jérôme</div></div>