这是个在Max里实现的一个拍屏工具,最终输出的是一个mov格式的视频,视频不大,但清晰度很高,用了FFMpeg转的码。
pt_uwidth = 320
pt_uheight = 165
ffmpeg = "your/ffmpeg.exe"
fn existFile fname = (getfiles fname).count !=0
if maxfilepath != "" then previewname = getFilenameFile maxFileName else previewname = "UnTitled"
try(DestroyDialog PreviewTool)catch()
rollout PreviewTool "PreviewTool v0.1"
(
group "Naming" (
editText vdName "Video Name" text:" Custom Preview Name..." width:290 height:18 tooltip:"Custom Preview Name" --enabled:false
edittext vdPath "Video Path" text:" Custom Video Path..." pos: