This is G o o g l e's cache of http://www.rockbox.org/twiki/bin/view/Main/VideoDirectShow as retrieved on 27 Aug 2005 09:06:54 GMT.
G o o g l e's cache is the snapshot that we took of the page as we crawled the web.
The page may have changed since that time. Click here for the current page without highlighting.
This cached page may reference images which are no longer available. Click here for the cached text only.
To link to or bookmark this page, use the following url: http://www.google.com/search?q=cache:EguS3pB5z-gJ:www.rockbox.org/twiki/bin/view/Main/VideoDirectShow+site:rockbox.org+%22Main.+videodirectshow%22&hl=en&client=firefox


Google is neither affiliated with the authors of this page nor responsible for its content.
These search terms have been highlighted: main videodirectshow 

Rockbox . Main . VideoDirectShow

 Rockbox Logo 

home
download
documentation
mailing lists
wiki
IRC
forums
daily builds
feature requests
bug reports
patches


SourceForge.net Logo

Rockbox > Main > VideoDirectShow
Main . { Users | Changes | Index | Search | Register | Go }

Single-Pass video conversion for Rockbox

Rockbox RVF conversion in one pass

(c) 2004 Jörg Hohensohn

The attachment contains:

  • RvfMux.zip, my A/V to Rockbox .rvf conversion DirectShow renderer.
  • GraphEdit.zip, a Microsoft test application for plugging DirectShow components.
  • lame.zip, a Lame mp3 encoder (v3.96) as a DirectShow component.
  • RockVideo.zip, a nice point-and-shoot application for Rockbox video conversion

To use it, copy the content of the .zip files into seperate directories on your harddrive, whereever you'd like them to stay. Then run the "install.bat" script in each of them to register the components to the system. Before removal, do the reverse by running the "uninstall.bat" for each.

The normal "user" way for conversion is the RockVideo tool. The GUI should be self-explaining. It is using the DirectShow components internally.

GraphEdit is a developer tool. It can be used to construct the right dataflow as long as there's no application to do this in a nicer way. You can e.g. have a look what the Media Player does behind the scenes. Start GraphEdit, then select Graph -> Insert Filters... Unfold DirectShow Filters, then select File Source (Async.) You may cross the checkbock "Favorite Filter?" to shortcut this next time. (The same goes for the other filters we're bringing in next.) The filter now prompts you for the input file, select which you like. You should be able to use anything you can view in Media Player. The next filter is "RVF Mux", my one. It will ask you for the output filename, give it the desired new name. It will stupidly add .asf to the name, you'll have to rename the result file later. The third filter is optional, only necessary if the input file contains no MPEG soundtrack and we need to recompress into mp3. Add the "Lame Good Edition".

We now have all components, you may close the filter selection box. Right-click on the output pin of the box representing your input file, and select "Render Pin". Now the boxes and some new filter(s) get connected in a way that all should end up in my RVF Mux filter. If the Lame encoder is not needed, you can delete it from the graph. If it is used, you can right-click on it and adjust parameters. If either audio or video doesn't end in my filter, the formats are incompatible and I need to work on it, if I can resolve it. Now press the green play button and wait for the silent playback to finish. It will make a .rvf file for you. When done, you can close the whole thing. No need to save the graph into file.

Known issues, limitations:

  • No configuration to the rvf besides Archos fps yet, like cropping, gamma, etc.
  • Audio and video may be processed with different speed, causing my internal queue to grow real big and consume a lot of RAM.

Have fun, Jörg

Attachment: Action: Size: Date: Who: Comment:
RvfMux.zip action 21848 16 Jun 2005 - 07:36 JoergHohensohn A/V to Rockbox .rvf DirectShow renderer
GraphEdit.zip action 283373 30 May 2005 - 20:36 JoergHohensohn Microsoft DirectShow testbed application
lame.zip action 102409 30 May 2005 - 20:37 JoergHohensohn Lame mp3 encoder (v3.96) DirectShow filter
RockVideo.zip action 85201 30 May 2005 - 20:37 JoergHohensohn nice point-and-shoot application for Rockbox video

{ Edit | View raw | Attach | Ref-By | Printable | Diffs | r1.12 | > | r1.11 | > | r1.10 | More }
Revision r1.12 - 16 Jun 2005 - 07:36 GMT - JoergHohensohn Copyright © 1999-2005 by the contributing authors.