Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
757b86cd
Commit
757b86cd
authored
Aug 31, 2011
by
Alex Converse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codec-regression: force vsync 0 on the me_threshold test to make sure frames match.
parent
62486948
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
codec-regression.sh
tests/codec-regression.sh
+1
-1
No files found.
tests/codec-regression.sh
View file @
757b86cd
...
@@ -58,7 +58,7 @@ do_video_decoding
...
@@ -58,7 +58,7 @@ do_video_decoding
# mpeg2 encoding interlaced
# mpeg2 encoding interlaced
file
=
${
outfile
}
mpeg2reuse.mpg
file
=
${
outfile
}
mpeg2reuse.mpg
do_avconv
$file
$DEC_OPTS
-me_threshold
256
-i
${
target_path
}
/
${
outfile
}
mpeg2thread.mpg
$ENC_OPTS
-same_quant
-me_threshold
256
-mb_threshold
1024
-vcodec
mpeg2video
-f
mpeg1video
-bf
2
-flags
+ildct+ilme
-threads
4
do_avconv
$file
$DEC_OPTS
-me_threshold
256
-i
${
target_path
}
/
${
outfile
}
mpeg2thread.mpg
$ENC_OPTS
-same_quant
-me_threshold
256
-mb_threshold
1024
-vcodec
mpeg2video
-
vsync
0
-
f
mpeg1video
-bf
2
-flags
+ildct+ilme
-threads
4
do_video_decoding
do_video_decoding
fi
fi
...
...
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