Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
01f1468e
Commit
01f1468e
authored
Feb 25, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add test for the select video filter.
parent
f2a05174
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lavfi-regression.sh
tests/lavfi-regression.sh
+1
-0
select
tests/ref/lavfi/select
+1
-0
No files found.
tests/lavfi-regression.sh
View file @
01f1468e
...
...
@@ -40,6 +40,7 @@ do_lavfi "overlay" "split[m],scale=88:72,pad=96:80:4:4[o2];[m]fifo,[o
do_lavfi
"pad"
"pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2"
do_lavfi
"scale200"
"scale=200:200"
do_lavfi
"scale500"
"scale=500:500"
do_lavfi
"select"
"select=not(eq(mod(n
\,
2)
\,
0)+eq(mod(n
\,
3)
\,
0))"
do_lavfi
"setdar"
"setdar=16/9"
do_lavfi
"setsar"
"setsar=16/11"
do_lavfi
"vflip"
"vflip"
...
...
tests/ref/lavfi/select
0 → 100644
View file @
01f1468e
select c5d5533a838beffba96b6cdd3a616c76
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