forked from 0x2620/pandora
installing avconv with h264 support documented and part of vm buildscript: add mp4 to default config, fixes #1173
This commit is contained in:
parent
ab9aaaee19
commit
2a95ea44c4
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@
|
||||||
"video": {
|
"video": {
|
||||||
"download": true,
|
"download": true,
|
||||||
//supported formats: webm, mp4
|
//supported formats: webm, mp4
|
||||||
"formats": ["webm"],
|
"formats": ["webm", "mp4"],
|
||||||
"previewRatio": 1.3333333333,
|
"previewRatio": 1.3333333333,
|
||||||
//supported resolutions are
|
//supported resolutions are
|
||||||
//1080, 720, 480, 432, 360, 288, 240, 144, 96
|
//1080, 720, 480, 432, 360, 288, 240, 144, 96
|
||||||
|
|
Loading…
Reference in a new issue