WITHOUT using the simple preset, I need to record my video in AVI but in the advanced tab it only showes MP4 MOV etc.. but no AVI. But when I record in simple mode it exports to AVI, help?
for multiple audio tracks:
audio: aac 320 kbps (not lossless)
type: normal
container: mkv, mp4 or mov
x264: crf 0, preset ultrafast
in video settings set yuv format to nv12 (4:2:0) or I444 (4:4:4 - that's best quality but you need a fast hdd)
via ffmpeg (single audio line only):
type: custom ffmpeg
container: avi, codec: utvideo, audio codec pcm_s16le (wav - audio will be lossless)
in video settings use I420 (4:2:0) or RGB (true lossless but you need a VERY fast hdd)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.