Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ttt
Teleteaching Standalone
Commits
4f129e51
Commit
4f129e51
authored
Dec 04, 2012
by
ludwig
Browse files
bugfix
git-svn-id:
https://www2.in.tum.de/repos/ttt/trunk@120
0463f305-d864-43cb-8a47-61cf597d4139
parent
e3950f86
Changes
1
Hide whitespace changes
Inline
Side-by-side
java/ttt/postprocessing/podcast/PodcastCreator.java
View file @
4f129e51
...
...
@@ -281,7 +281,7 @@ public class PodcastCreator {
}
exec
.
createListenerStream
();
outMovieFile
=
recording
.
getFileBySuffix
(
"mp4"
);
j
=
exec
.
exec
(
ffmpegCmd
+
" -i "
+
audioFile
.
getPath
()
+
" -i "
+
outMovieTmpFile
.
getPath
()+
" -b:a 32k "
+
" -b:v 32k "
+
"-y "
+
outMovieFile
.
getPath
());
j
=
exec
.
exec
(
ffmpegCmd
+
" -i "
+
"\""
+
audioFile
.
getPath
()
+
"\""
+
" -i "
+
"\""
+
outMovieTmpFile
.
getPath
()+
"\""
+
" -b:a 32k "
+
" -b:v 32k "
+
"-y "
+
"\""
+
outMovieFile
.
getPath
()
+
"\""
);
outMovieTmpFile
.
delete
();
if
(!
batch
)
{
...
...
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