登录| 注册| 免费商家注册
视频设备
摄像机视频卡视频系统视频存储
视频行业
流媒体大屏显示广播电视

视频之家»文字教程[工具] »  用Easy RealMedia Producer进行DVD-Rmvb速成教程

用Easy RealMedia Producer进行DVD-Rmvb速成教程

来源: 土心工作室  作者:土心  日期:2008-04-03 17:28:59   我要评论

如果字幕需要调整,打开Film.idx,这是可编辑的文本文件

编辑红色文字 org: 0, 64 【此红色文字以及下面的org并非13131313注解,原文就是红色,呵呵】

第一参数是左侧偏移量,+字幕向右,-字幕向左,例如 -32 向左偏移32

第二参数是上侧偏移量,+字幕向下,-字幕向上,例如 64 向下偏移64

# VobSub index file, v7 (do not modify this line!)
#
# To repair desyncronization, you can insert gaps this way:
# (it usually happens after vob id changes)
#
# delay: [sign]hh:mm:ss:ms
#
# Where:
# [sign]: +, - (optional)
# hh: hours (0 <= hh)
# mm/ss: minutes/seconds (0 <= mm/ss <= 59)
# ms: milliseconds (0 <= ms <= 999)
#
# Note: You can't position a sub before the previous with a negative value.
#
# You can also modify timestamps or delete a few subs you don't like.
# Just make sure they stay in increasing order.

# Settings

# Original frame size
size: 720x576

# Origin, relative to the upper-left corner, can be overloaded by aligment
org: 0, 64

# Image scaling (hor,ver), origin is at the upper-left corner or at the alignment coord (x, y)
scale: 100%, 100%

# Alpha blending
alpha: 100%

# Smoothing for very blocky images (use OLD for no filtering)
smooth: OFF

# In millisecs
fadein/out: 50, 50

# Force subtitle placement relative to (org.x, org.y)
align: OFF at LEFT TOP

# For correcting non-progressive desync. (in millisecs or hh:mm:ss:ms)
# Note: Not effective in DirectVobSub, use "delay: ... " instead.
time offset: 0

# ON: displays only forced subtitles, OFF: shows everything
forced subs: OFF

# The original palette of the DVD
palette: 0000e1, e83f07, 000000, fdfdfd, bebebe, ea12eb, 093bce, fcffc5, 64cfed, f3cdd9, 0fd80e, faff1a, 00006c, cc0ae9, d2ab0f, 730972

# Custom colors (transp idxs and the four colors)
custom colors: OFF, tridx: 0000, colors: 000000, 000000, 000000, 000000

如果画面边缘需要裁减应重写Video=Crop(Video,4,72,712,432)语句,参数设置参考“更多设置”菜单中上下左右边界的设定值。

或者直接利用ERP的“手动调节”功能设定上下左右边界变动。注意avs语句和“更多设置”菜单中的“手动调节”功能不能重复使用。

否则可能双倍画面裁剪。

【所以如果是初学者,还是把avs语句的这两个参数去掉,直接在ERP里面调整大小和裁剪比较方便】

任何.avs,.d2v,.wav,.inx,.dub这五个文件变动后必须重新将.avs添加到ERP中才能更新变动内容。

确定各项参数设置,如果重写Video=Crop(Video,4,72,712,432)语句,“更多设置”菜单中的选项可以取消不用。

所有准备工作结束,返回ERP主菜单,选择“开始压缩”。

此主题相关图片如下:
按此在新窗口浏览图片

 

我来评两句