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
menuCommandString, UI MenuString en_US | |
------------------------------------- | |
new, new | |
newFromTemplate, New From Template | |
open, open | |
saveacopy, store copies | |
Adobe AI Save For Web, the storage format used for the Web (W) | |
Adobe AI Save Selected Slices, stored in the selected slice | |
revert, restore | |
AI Place, into (L) |
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
# RGB48 | |
ffmpeg -ss start_time_in_seconds -i "infile.mkv" -ss offset_from_keyframe_in_seconds "outfile.png" | |
# RGB24 (via imagemagick): | |
ffmpeg -ss start_time_in_seconds -i "infile.mkv" -ss offset_from_keyframe_in_seconds \ | |
-vframes 1 -f image2 -vcodec png - | convert - -depth 8 "outfile.png" |
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
#!/bin/sh | |
# Compiling libav on windows | |
# -------------------------- | |
# Compiling libav takes quite a bit of time and you need to setup a build | |
# environment. I've followed these instructions for ffmpeg: | |
# http://blogs.gnome.org/rbultje/2012/09/27/microsoft-visual-studio-support-in-ffmpeg-and-libav/ | |
# | |
# How to | |
# ------ |
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
menuCommandString,UI MenuString zh_CN | |
------------------------------------- | |
new,新建 | |
newFromTemplate,从模板新建 | |
open,打开 | |
saveacopy,存储副本 | |
Adobe AI Save For Web,存储为 Web 所用格式(W) | |
Adobe AI Save Selected Slices,存储选中的切片 | |
revert,恢复 | |
AI Place,置入(L) |
NewerOlder