aboutsummaryrefslogtreecommitdiff
path: root/content/blog/miscellaneous/mencoder.md
diff options
context:
space:
mode:
authorJulien Dessaux2021-03-12 18:12:41 +0100
committerJulien Dessaux2021-03-12 18:13:45 +0100
commited8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7 (patch)
treecd93f66cd66f8ca6efe91882d8a46ca6b09bdc72 /content/blog/miscellaneous/mencoder.md
parentImproved home speech (diff)
downloadwww-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.gz
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.tar.bz2
www-ed8e2b9e9ed67097d4fdc7913df1c6cd2d96d3f7.zip
Some more articles reformatting
Diffstat (limited to 'content/blog/miscellaneous/mencoder.md')
-rw-r--r--content/blog/miscellaneous/mencoder.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/content/blog/miscellaneous/mencoder.md b/content/blog/miscellaneous/mencoder.md
index 4bb8fd0..4eeb5a9 100644
--- a/content/blog/miscellaneous/mencoder.md
+++ b/content/blog/miscellaneous/mencoder.md
@@ -1,12 +1,14 @@
---
-title: "Aggregate images into a video with mencoder"
-linkTitle: "Aggregate images into a video with mencoder"
+title: "Turning images into a video with mencoder"
date: 2018-04-30
-description: >
- Aggregate images into a video withmencoder
+description: How to turn images into a video with mencoder
+tags:
+ - toolbox
---
## Aggregate png images into a video
+
+Example command :
{{< highlight sh >}}
mencoder mf://*.png -mf w=1400:h=700:fps=1:type=png -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell -oac copy -o output.avi
{{< /highlight >}}