installing avconv with h264 support documented and part of vm buildscript: add mp4 to default config, fixes #1173

This commit is contained in:
j 2013-02-09 00:34:26 +00:00
parent ab9aaaee19
commit 2a95ea44c4

View file

@ -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