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
5846b496
Commit
5846b496
authored
Aug 14, 2018
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Use a predefined function for lavf-rm test
parent
dad5fd59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lavf-regression.sh
tests/lavf-regression.sh
+4
-4
No files found.
tests/lavf-regression.sh
View file @
5846b496
...
...
@@ -15,7 +15,8 @@ do_lavf()
{
file
=
${
outfile
}
lavf.
$1
do_avconv
$file
$DEC_OPTS
-f
image2
-c
:v pgmyuv
-i
$raw_src
$DEC_OPTS
-ar
44100
-f
s16le
$2
-i
$pcm_src
$ENC_OPTS
-b
:a 64k
-t
1
-qscale
:v 10
$3
do_avconv_crc
$file
$DEC_OPTS
-i
$target_path
/
$file
$4
test
$5
=
"disable_crc"
||
do_avconv_crc
$file
$DEC_OPTS
-i
$target_path
/
$file
$4
}
do_streamed_images
()
...
...
@@ -53,9 +54,8 @@ fi
if
[
-n
"
$do_rm
"
]
;
then
file
=
${
outfile
}
lavf.rm
do_avconv
$file
$DEC_OPTS
-f
image2
-c
:v pgmyuv
-i
$raw_src
$DEC_OPTS
-ar
44100
-f
s16le
-i
$pcm_src
$ENC_OPTS
-t
1
-qscale
10
-c
:a ac3_fixed
-b
:a 64k
# broken
#do_avconv_crc $file -i $target_path/$file
# The RealMedia muxer is broken.
do_lavf
rm
""
"-c:a ac3_fixed"
""
disable_crc
fi
if
[
-n
"
$do_mpg
"
]
;
then
...
...
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