Log in

View Full Version : how can x264 encode rmvb flies?


zheng8145
14th October 2005, 15:13
i have tried to use megui with H.264 code encode avi files ,it's perfect!!!!!


and i want to encode real type files with H.264 , but it's seems not support!


can H.264 encode rmvb files ????? :confused:

bond
14th October 2005, 15:21
rmvb files include reals own video codecs only, not h.264/mpeg-4 avc

zheng8145
14th October 2005, 15:41
is there some software like TMPGEnc PLUS , which can decode real files and then encode it to other type video files? it's a pity that TMPGEnc PLUS cannot encode real files with H.264 but with it's own mpeg encoder

bond
14th October 2005, 15:57
decode the real files with directshowsource and the needed directshowfilters inside avisynth and feed the .avs file into x264

celtic_druid
14th October 2005, 16:04
Could also use mencoder.

zheng8145
15th October 2005, 04:49
decode the real files with directshowsource and the needed directshowfilters inside avisynth and feed the .avs file into x264


it's a good idea , you means create a avs file writed several line words , but i did not grasp avs ,could you write it for me?

foxyshadis
15th October 2005, 10:41
directshowsource("sillyfile.rmv",fps=xx.xx)
fps=... is only needed if it's some kind of variable frame rate file. That's all you need if you don't want to do any advanced filtering.

bond
15th October 2005, 11:26
directshowsource("sillyfile.rmv",fps=xx.xx)
fps=... is only needed if it's some kind of variable frame rate file. That's all you need if you don't want to do any advanced filtering.
yes and you need to install gabests realmedia filter from here:
http://sourceforge.net/projects/guliverkli/

celtic_druid
15th October 2005, 11:48
mencoder you could input the rmvb file directly and output to a raw .264 which you can then mux with mp4box/yamb.

zheng8145
15th October 2005, 15:45
mencoder you could input the rmvb file directly and output to a raw .264 which you can then mux with mp4box/yamb.


i use MeGUI with the avs file ,but MeGUI cannot input rmvb files, maybe there's something wrong in my work .

the avs file is :

--------------------------
avisource("R:\yjr.rmvb")
----------------------------

and can you tell me how?

zheng8145
15th October 2005, 15:51
thank you very much !

i solved my problem !

avs should be :

-----------------------
directshowsource("R:\yjr.rmvb",fps=24)
-------------------------------

MeteorRain
17th October 2005, 13:47
rmvb's not avi...