Skip to content
Snippets Groups Projects
Commit e4cdd873 authored by Goik Martin's avatar Goik Martin
Browse files

frames per second limit 10

parent 65b11230
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ JAVADOCDESTDIR=${BUILDNAVI}/Ref/api
#Video webm-->mp4 conversion rule
#
%.webm.mp4:%.webm
avconv -i $< -acodec libx264 -b:v 256k -c:a libvorbis $<.mp4 || rm -f $<.mp4
avconv -i $< -acodec libx264 -c:a libvorbis -r 10 $<.mp4 || rm -f $<.mp4
webmSet = $(shell /bin/ls target/*/Ref/Video/*.webm)
mp4Set = $(foreach webmFile, $(webmSet), $(webmFile).mp4 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment