전체 글
-
F4V injectorMedia_Dev 2010. 7. 21. 20:27
# -*- coding: cp949 -*- #import subprocess #subprocess.Popen('C:\\Python24\\python -i '+filepath) #또, py2exe로 패키징하는 거라면 -w 옵션을 주면됩니다. import sys import jasterMovie.XmpCreator as xmpObj import jasterMovie.F4vInjector as F4V usage = "Usage: command -p examimage1.jpg,examimage1.jpg -i pure_mp4 -o result_mp4file(injected mp4)"; if len(sys.argv) < 4: print (usage); #pass #for argum in sys.argv: # if ..
-
Apple Invites Authors to Self-Publish on iPad BookstoreJASTER_Story 2010. 7. 21. 11:04
Getting a book deal isn’t easy (I can personally vouch for that), and Apple is now an alternative to the traditional publisher. The company this week opened a new portal for independent authors to self-publish their books for the iBooks Store open to iPad (and soon iPhone) customers. Apple’s iTunes Connect program has a section where authors can self-publish their work under certain formatting r..