『漫游』酷论坛>『影音数码技术学习交流』>[请教]有什么软件可以 ..

[请教]有什么软件可以把rm,rmvb的视频和音频分里?

yikboon@2004-10-06 13:31

如题!请各位朋友帮帮忙。
引用

ywwq@2004-10-06 13:37

rma,用命令行的
引用

yikboon@2004-10-06 14:03

怎样用啊?我不会。
引用

weilai@2004-10-06 14:27

以前用過個 GUI 介面的小工具可以輕鬆辦到
rm/rmvb -> rv/ra
只是一次電腦災難後沒了
也忘記名稱
但在此版有提到過
只可惜不能用搜尋功能
哪天知道再分享 ^^||
引用

空气空@2004-10-06 15:41

http://www.faireal.net/tmp/2003/dtdrive.zip
引用

流星碎月2000@2004-10-06 17:53

其实EO video是可以实现这一步的
引用

kenshinwf@2004-10-07 22:14

太感谢了,我找这个方法好久了,本来还想法帖问呢,还好先看看贴,不然就要被删了,谢谢了
引用

曾半仙@2004-10-08 02:38

Streambox Ripper,要2.009的,图形界面,可以将音频分离并保存为wav
引用

yikboon@2004-10-15 10:24

谢谢空气空的分享,不过它只是这样用而已吗?好简单喔。最后我是用了eo-video分解它的音频去wav再转去mp3让tmpgenc合并回去。
引用

曾半仙@2004-10-15 11:17

来个直接点的办法
首先系统要有realmediaSpliter(很多播放包例如安K-lite Mega pack或者暴风影音时候都会自动装上)
建立一个xxx.avs写上加载rmvb的一条,
DirectShowSource("xxxx.rmvb",30)
后面的30根据rmvb的帧率定(用属性可以看出)
然后virtualdubmod打开,就可以在streamlist里面直接save wav就是存为wav,搞定收工

还可以一步到位存为mp3格式,在virtualdubmod里面那个音频full processing mode的compression选Lame压缩,选好需要的压缩率,直接demux存下来就是mp3
引用

dio1888@2004-10-15 13:17

分离声音和图像,用下面的命令:
rma -s 片源.rm
引用

ralphgu@2004-10-16 11:58

那合并呢……有什么方法?
引用

dio1888@2004-10-16 12:55

合并用 rma -j/audio.rm//video.rm/ test.rm
还要重建索引 rma -i test.rm


C:\>rma
RealMedia Analyzer, Version 0.30.00.Win32 build 14 Jun 2003 21:38:40
Copyleft (C) 2000-2003 Virtual Research

Usage: rma [command]

Command must start with a hyphen.
All commands and arguments are case-sensitive.
Available commands are:

-c[arguments] = check file integrity (default)
arguments:
d = set maximum allowed timestamp difference to n (0..32767)
milliseconds, 0 means don't care, default is 2000
s = set maximum allowed packet size to n (1..32767) kilobytes,
default is don't care
t = disable timestamps checking
v = lower verbosity level (disable packets counter)
z = stop on timestamp errors

-f[arguments] = try to fix broken file
arguments:
a = exclude n (0..64) packets after first found intact packet
(but not more than the number used with 'c' argument),
default is 0
b = exclude n (0..64) packets before last intact packet, default is 0
c = use minimal size of n (2..32767) packets chain when searching for
unbroken stream parts, default is 4
d = set maximum allowed timestamp difference to n (0..32767)
milliseconds, 0 means don't care, default is 2000
m[suppresion level] = suppress logging, 1 means do not update log,
2 means mark only, 3 means suppress completely (default)
n = only fix n (1..32767) broken packets, default is all
p = force maximum packet size (intact packet criterion) to
n (16..32767) bytes, default is take from header
s = set maximum allowed packet size (broken packet criterion) to
n (1..32767) kilobytes, default is don't care
t = disable timestamps checking
v = lower verbosity level (disable packets counter)
z = try to fix timestamp errors
/undo filename/ = create an undo file with the specified pathname

-d[argument] = dump some information about the file
arguments (mutually exclusive):
b = dump brief information about the file
g = dump general information (default)
l = display operations log only
i = dump file index

-i[arguments] = rebuild index sections
arguments:
a = index all keyframe packets
m[suppression level] = suppress logging
v = lower verbosity level (disable packets counter)

-j[arguments] = join (multiplex) two RealMedia streams
arguments:
/firstfilename/ = pathname of the file containing first stream,
default is stream00.rm
/secondfilename/ = pathname of the file containing second stream,
default is stream01.rm
i = build index after join
m[suppression level] = suppress logging
o = write old-style file header
p = paste instead of multiplex
s = try to synchronize streams
q[l]