@ -39,13 +39,13 @@ $(FATE_LAVF_CONTAINER): $(AREF) $(VREF)
fate-lavf-asf : CMD = lavf_container "" "-c :a mp 2 -ar 44100" "-r 25"
fate-lavf-avi fate-lavf-nut : CMD = lavf_container "" "-c :a mp 2 -ar 44100 -threads 1"
fate-lavf-dv : CMD = lavf_container "-ar 48000 -channel_layout stereo " "-r 25 -s pal "
fate-lavf-dv_pal : CMD = lavf_container_timecode_nodrop "-ar 48000 -r 25 -s pal -ac 2 -f dv "
fate-lavf-dv_ntsc : CMD = lavf_container_timecode_drop "-ar 48000 -pix_fmt yuv 411p -s ntsc -ac 2 -f dv "
fate-lavf-dv_pal : CMD = lavf_container_timecode_nodrop "-af aresample =48000:tsf =s 16p -r 25 -s pal -ac 2 -f dv "
fate-lavf-dv_ntsc : CMD = lavf_container_timecode_drop "-af aresample =48000:tsf =s 16p -pix_fmt yuv 411p -s ntsc -ac 2 -f dv "
fate-lavf-flv fate-lavf-swf : CMD = lavf_container "" "-an "
fate-lavf-flm : CMD = lavf_container "" "-pix_fmt rgba "
fate-lavf-gxf : CMD = lavf_container "-ar 48000" "-r 25 -s pal -ac 1 -threads 1"
fate-lavf-gxf_pal : CMD = lavf_container_timecode_nodrop "-ar 48000 -r 25 -s pal -ac 1 -threads 1 -f gxf "
fate-lavf-gxf_ntsc : CMD = lavf_container_timecode_drop "-ar 48000 -s ntsc -ac 1 -threads 1 -f gxf "
fate-lavf-gxf_pal : CMD = lavf_container_timecode_nodrop "-af aresample =48000:tsf =s 16p -r 25 -s pal -ac 1 -threads 1 -f gxf "
fate-lavf-gxf_ntsc : CMD = lavf_container_timecode_drop "-af aresample =48000:tsf =s 16p -s ntsc -ac 1 -threads 1 -f gxf "
fate-lavf-ismv : CMD = lavf_container_timecode "-an -write_tmcd 1 -c :v mpeg 4 -threads 1"
fate-lavf-mkv : CMD = lavf_container "" "-c :a mp 2 -c :v mpeg 4 -ar 44100 -threads 1"
fate-lavf-mkv_attachment : CMD = lavf_container_attach "-c :a mp 2 -c :v mpeg 4 -threads 1 -f matroska "
@ -53,7 +53,7 @@ fate-lavf-mov: CMD = lavf_container_timecode "-movflags +faststart -c:a pcm_alaw
fate-lavf-mov_rtphint : CMD = lavf_container "" "-movflags +rtphint -c :a pcm_alaw -c :v mpeg 4 -threads 1 -f mov "
fate-lavf-mp4 : CMD = lavf_container_timecode "-c :v mpeg 4 -an -threads 1"
fate-lavf-mpg : CMD = lavf_container_timecode "-ar 44100 -threads 1"
fate-lavf-mxf : CMD = lavf_container_timecode "-ar 48000 -bf 2 -threads 1"
fate-lavf-mxf : CMD = lavf_container_timecode "-af aresample =48000:tsf =s 16p -bf 2 -threads 1"
fate-lavf-mxf_d10 : CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale =720:576, pad =720:608:0:32, setfield =tff -c :v mpeg 2video -g 0 -flags +ildct +low_delay -dc 10 -non_linear_quant 1 -intra_vlc 1 -qscale 1 -ps 1 -qmin 1 -rc_max_vbv_use 1 -rc_min_vbv_use 1 -pix_fmt yuv 422p -minrate 30000k -maxrate 30000k -b 30000k -bufsize 1200000 -rc_init_occupancy 1200000 -qmax 12 -f mxf_d 10"
fate-lavf-mxf_dv25 : CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale =720:576, setdar =4/3, setfield =bff -c :v dvvideo -pix_fmt yuv 420p -b 25000k -f mxf "
fate-lavf-mxf_dvcpro50 : CMD = lavf_container "-ar 48000 -ac 2" "-r 25 -vf scale =720:576, setdar =16/9, setfield =bff -c :v dvvideo -pix_fmt yuv 422p -b 50000k -f mxf "