I mentioned about rmvb compression the previous time. Now for many reasons you might want to convert rmvb to other formats (for burning, for playback on low cpu pcs..), here’s some tutorials you ever need.
For me, what I used was Real Alternative, VirtualDub, and AviSynth. You create an AVS file (AviSynth Script), with a line of
DirectShowSource(”d:\video.rmvb”, fps=29.97, convertfps=true)
would do the job. For me, ffdshow video and audio filters would be running when the virtualdubbing is in progress. I must recommend ffdshow filters as quick and good, supporting many file types, with many filters and options (and effects), and its audio filters even supports winamp DSP plugins.
One media player I cannot afford to miss out is mplayer. Not the mplayer in windows 95 but the free open source which many linux distro use for video playback. Now not only it comes with lots of features too, it supports almost any video format and run with the least resources, even in windows (try the win32/mingw port!). Although there are many keyboard shortcuts, command line switches, many frontends are available even for the windows version.
Now included in the mplayer project is mencoder, whose job is for encoding video into another format. Need some for this (again) console software? Try these tutorials 1, 2, 3.
Again, frontends are available, but I think MediaCoder does seems to cover anything you need. (Another quality Chinese product addition to BitCommet, Easy Realmedia Producer). The downside is that if you are on a SMP(multiprocessor) / hyperthreading, not all your processing power will be utilised. This is because of mplayer’s single thread core, which is its weakness, as well as its strength. 2 solutions I have? 1) look for mplayerXP & mencoderXP, the multi-threaded mplayer. 2) Run more than 1 mencoder at the same time.
IMHO, after mplayer, the next best video client is VideoLan client. It supports many many formats, and also have capabilities to relay streams, and encode files too.
Going on to the next cool tool I found, its WMNicEnc - A Windows Media 9 Encoder that takes AviSynth scripts as input. Here you have almost limitless possibilities on what and how you want to encode to window media files.
Next. Online video gallery are very popular nowadays, eg. Google Video, YouTube. The fact that they use a flash format for their videos make downloading harder. I think it didnt take long for someone to come up with a greasemonkey script which allows downloading of the video to harddisks. I think however this scripts are outdated are nonworkable - google provide for psp/ipod downloads.
No matter what, some sites were setup to copy the videos and allowed for download. See this “frontend” for youtube, google video, and another for google videos in flv,avi,mp4.
Recent Comments