mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 09:02:20 +00:00
9b625ab679
Changes the result of fate-mxf-probe-dv25, where the bitrate is now exported. Also changes the result of fate-bsf-dv-error-marker, where the exported bitrate is now different. Note that the codec layer bitrate does not match the container bitrate, because container timing is 25fps, while the DV profile is 50.
9 lines
467 B
Makefile
9 lines
467 B
Makefile
|
|
fate-bsf-dv-error-marker: CMD = md5 -i $(TARGET_SAMPLES)/dv/dvcprohd_720p50.mov -flags +bitexact -fflags +bitexact -c:v copy -bsf noise=100,dv_error_marker=color=blue -f avi
|
|
fate-bsf-dv-error-marker: CMP = oneline
|
|
fate-bsf-dv-error-marker: REF = 3190a334b1ceef2d9fd050a1590da7c6
|
|
FATE_DVVIDEO-$(call ALLYES, MOV_DEMUXER DV_ERROR_MARKER_BSF NOISE_BSF AVI_MUXER) += fate-bsf-dv-error-marker
|
|
|
|
FATE_SAMPLES_FFMPEG += $(FATE_DVVIDEO-yes)
|
|
fate-dvvideo: $(FATE_DVVIDEO-yes)
|