Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
52ea2986
Commit
52ea2986
authored
Jul 10, 2013
by
Sean McGovern
Committed by
Martin Storsjö
Jul 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: use current syntax for the scale filter
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
3802833b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
tests/fate/filter-video.mak
tests/fate/filter-video.mak
+4
-4
tests/fate/h264.mak
tests/fate/h264.mak
+1
-1
No files found.
tests/fate/filter-video.mak
View file @
52ea2986
...
...
@@ -66,10 +66,10 @@ FATE_FILTER_VSYNTH-$(CONFIG_CROP_FILTER) += fate-filter-crop
fate-filter-crop
:
CMD = video_filter "crop=iw-100:ih-100:100:100"
FATE_FILTER_VSYNTH-$(call
ALLYES,
CROP_FILTER
SCALE_FILTER)
+=
fate-filter-crop_scale
fate-filter-crop_scale
:
CMD = video_filter "crop=iw-100:ih-100:100:100
,
scale=400:-1"
fate-filter-crop_scale
:
CMD = video_filter "crop=iw-100:ih-100:100:100
,
scale=
w=
400:
h=
-1"
FATE_FILTER_VSYNTH-$(call
ALLYES,
CROP_FILTER
SCALE_FILTER
VFLIP_FILTER)
+=
fate-filter-crop_scale_vflip
fate-filter-crop_scale_vflip
:
CMD = video_filter "null
,
null
,
crop=iw-200:ih-200:200:200
,
crop=iw-20:ih-20:20:20
,
scale=200:200
,
scale=250:250
,
vflip
,
vflip
,
null
,
scale=200:200
,
crop=iw-100:ih-100:100:100
,
vflip
,
scale=200:200
,
null
,
vflip
,
crop=iw-100:ih-100:100:100
,
null"
fate-filter-crop_scale_vflip
:
CMD = video_filter "null
,
null
,
crop=iw-200:ih-200:200:200
,
crop=iw-20:ih-20:20:20
,
scale=
w=
200:
h=
200
,
scale=
w=
250:
h=
250
,
vflip
,
vflip
,
null
,
scale=
w=
200:
h=
200
,
crop=iw-100:ih-100:100:100
,
vflip
,
scale=
w=
200:
h=
200
,
null
,
vflip
,
crop=iw-100:ih-100:100:100
,
null"
FATE_FILTER_VSYNTH-$(call
ALLYES,
CROP_FILTER
VFLIP_FILTER)
+=
fate-filter-crop_vflip
fate-filter-crop_vflip
:
CMD = video_filter "crop=iw-100:ih-100:100:100
,
vflip"
...
...
@@ -78,10 +78,10 @@ FATE_FILTER_VSYNTH-$(CONFIG_NULL_FILTER) += fate-filter-null
fate-filter-null
:
CMD = video_filter "null"
FATE_FILTER_VSYNTH-$(CONFIG_SCALE_FILTER)
+=
fate-filter-scale200
fate-filter-scale200
:
CMD = video_filter "scale=200:200"
fate-filter-scale200
:
CMD = video_filter "scale=
w=
200:
h=
200"
FATE_FILTER_VSYNTH-$(CONFIG_SCALE_FILTER)
+=
fate-filter-scale500
fate-filter-scale500
:
CMD = video_filter "scale=500:500"
fate-filter-scale500
:
CMD = video_filter "scale=
w=
500:
h=
500"
FATE_FILTER_VSYNTH-$(CONFIG_VFLIP_FILTER)
+=
fate-filter-vflip
fate-filter-vflip
:
CMD = video_filter "vflip"
...
...
tests/fate/h264.mak
View file @
52ea2986
...
...
@@ -370,4 +370,4 @@ fate-h264-extreme-plane-pred: CMD = framemd5 -i $(TARGET_SAM
fate-h264-interlace-crop
:
CMD = framecrc -i $(TARGET_SAMPLES)/h264/interlaced_crop.mp4 -vframes 3
fate-h264-lossless
:
CMD = framecrc -i $(TARGET_SAMPLES)/h264/lossless.h264
fate-h264-reinit-%
:
CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le
,
scale=352:288
fate-h264-reinit-%
:
CMD = framecrc -i $(TARGET_SAMPLES)/h264/$(@:fate-h264-%=%).h264 -vf format=yuv444p10le
,
scale=
w=
352:
h=
288
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment