Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp3-refactoring
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
exaFOAM
wp3-refactoring
Commits
7276dbd3
Commit
7276dbd3
authored
8 years ago
by
Chris Greenshields
Browse files
Options
Downloads
Patches
Plain Diff
foamCreateVideo: avoid dropping frames for some color depths
parent
dc328945
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/foamCreateVideo
+2
-2
2 additions, 2 deletions
bin/foamCreateVideo
with
2 additions
and
2 deletions
bin/foamCreateVideo
+
2
−
2
View file @
7276dbd3
...
...
@@ -122,7 +122,7 @@ if [ "$FMT" = "webm" ] ; then
if
command
-v
avconv
>
/dev/null 2>&1
;
then
echo
"Creating image with avconv..."
avconv
\
-
r
$FPS
\
-
framerate
$FPS
\
$START_NUMBER
\
-i
${
DIR
}
/
${
IMAGE
}
.%04d.png
\
-c
:v libvpx
-crf
15
-b
:v 1M
\
...
...
@@ -134,7 +134,7 @@ else
if
command
-v
avconv
>
/dev/null 2>&1
;
then
echo
"Creating image with avconv..."
avconv
\
-
r
$FPS
\
-
framerate
$FPS
\
$START_NUMBER
\
-i
${
DIR
}
/
${
IMAGE
}
.%04d.png
\
-c
:v libx264
-pix_fmt
yuv420p
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment