insert ffmpeg command
This commit is contained in:
@@ -1,2 +1,10 @@
|
|||||||
# flow3r-videoplayer
|
# flow3r-videoplayer
|
||||||
|
|
||||||
|
Convert to MPEG-1 with 200x200@25fps and low bitrate:
|
||||||
|
```
|
||||||
|
ffmpeg -i input.webm -t 22 \
|
||||||
|
-vf "fps=25,scale=200:200:force_original_aspect_ratio=increase,crop=200:200" \
|
||||||
|
-c:v mpeg1video -b:v 220k -maxrate 220k -bufsize 440k \
|
||||||
|
-c:a mp2 -ac 1 -ar 44100 -b:a 64k \
|
||||||
|
output.mpg
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user