Created
March 24, 2012 15:40
-
-
Save livando/2184424 to your computer and use it in GitHub Desktop.
Setting default 'timeoffset' for video thumbnail generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <page> | |
| <property name="assetrootfolder">/${catalogid}/downloads/preview/crop</property> | |
| <generator name="convertArchiveDocument"/> | |
| <property name="crop">true</property> | |
| <property name="prefwidth">110</property> | |
| <property name="prefheight">62</property> | |
| <property name="x1">0</property> | |
| <property name="y1">0</property> | |
| <property name="gravity">center</property> | |
| <property name="virtual">true</property> | |
| <path-action name="AssetControlModule.loadAssetPermissions" alltypes="true" /> | |
| <property name="uselegacythumbimages">false</property> | |
| <property name="sourcefile">image</property> | |
| <property name="timeoffset">4</property> | |
| </page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment