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

Renaming h264 codec

parent 83f321d0
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ include mediaobjects.list ...@@ -17,7 +17,7 @@ include mediaobjects.list
cd $(@D);pdf2svg $(*F).pdf $(*F).pdf.svg cd $(@D);pdf2svg $(*F).pdf $(*F).pdf.svg
%.webm.mp4:%.webm %.webm.mp4:%.webm
ffmpeg -y -i $< -vcodec libx264 -acodec aac -strict -2 -r 10 $<.mp4 ffmpeg -y -i $< -vcodec h264 -acodec aac -strict -2 -r 10 $<.mp4
ffmpeg -i $< -vframes 1 $<.png ffmpeg -i $< -vframes 1 $<.png
......
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