Media_Dev
-
xmp Creator classMedia_Dev 2010. 7. 21. 20:28
# -*- coding: cp949 -*- import XmpMaker import base64 import Image import struct import os #---------------------------------------------------- #create to xml of xmp when using a f4v injector. #---------------------------------------------------- class XmpCreator(object): def __init__(self): XmpMaker.initLib(); XmpMaker.loadCustomSchema(os.getcwd()+"\\uuid.xmp"); # adding image that it'll encod..
-
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 ..
-
How to delivering a Flash Videdo files on portocol of HTTP ?Media_Dev 2010. 6. 18. 10:47
http://en.wikipedia.org/wiki/Flash_Video Flash Video files can be delivered in several different ways: As a standalone .FLV file. Although Flash Video files are normally delivered using a Flash player for control, the .FLV file itself is only playable with an FLV player. There are several third party players available. Embedded in an SWF file using the Flash authoring tool (supported in Flash Pl..