mxf_format_manuell_hinzufuegen
MXF Fileformat hinzufügen
ACHTUNG: NUR FÜR ERFAHRENE PC BENUTZER!
Leider verschwindet die Option nach jedem vMix Software Update, und muss nach dem Update wiederholt werden.
Das XML File anpassen mit Editor im Admin Modus:
C:\Program Files (x86)\vMix\streaming\ffmpegformats.xml
Vor das </formats> am Ende des Files folgendes einfügen:
<format>
<name>MXF</name>
<extensions>
<extension name="MXF" ext=".mxf" type="mxf" />
</extensions>
<video codec="mpeg2video">
<bitRate name="50 1080 50i 25p">50M</bitRate>
</video>
<audio codec="pcm_s16le">
<bitRate>PCM</bitRate>
</audio>
<command>-vcodec {video_codec} -b:v {video_bitrate} -acodec pcm_s16le -f {extension_type}</command>
<interlacedSupported />
</format>
Danach lässt sich im FFMPEG Menu des Recorders MXF anwählen, es steht nur der XDCAM HD 422 codec zur Wahl.
mxf_format_manuell_hinzufuegen.txt · Zuletzt geändert: von Admin
