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
0836d48a
Commit
0836d48a
authored
Oct 07, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: run avconv with -nostats flag
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
8124d8ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
fate-run.sh
tests/fate-run.sh
+1
-1
regression-funcs.sh
tests/regression-funcs.sh
+1
-1
No files found.
tests/fate-run.sh
View file @
0836d48a
...
...
@@ -50,7 +50,7 @@ run(){
}
avconv
(){
run avconv
-
v
0
-threads
$threads
-thread_type
$thread_type
"
$@
"
run avconv
-
nostats
-threads
$threads
-thread_type
$thread_type
"
$@
"
}
framecrc
(){
...
...
tests/regression-funcs.sh
View file @
0836d48a
...
...
@@ -43,7 +43,7 @@ echov(){
.
$(
dirname
$0
)
/md5.sh
AVCONV_OPTS
=
"-
v 0
-y"
AVCONV_OPTS
=
"-
nostats
-y"
COMMON_OPTS
=
"-flags +bitexact -idct simple -sws_flags +accurate_rnd+bitexact"
DEC_OPTS
=
"
$COMMON_OPTS
-threads
$threads
"
ENC_OPTS
=
"
$COMMON_OPTS
-threads 1 -dct fastint"
...
...
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