Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: Video Converter GUI out

Re: Video Converter GUI out

From: Uwe Freese <mail_at_uwe-freese.de>
Date: Tue, 16 Mar 2004 22:33:36 +0100

Hello John,

Some thoughts and hints about your tool:

- You can read the framerate of the avi.
  - Byte 32-35 (counting from 0) contains usec/Frame as doubleword
  - framerate is 1000000 / usec
  - round to three digits to get a "29.970" und "23.976" String
  (You can read also several other things, look for an avi file format
  description in the net.)

- There exists the OpenDML aka Avi 2.0 format. Look at the
  descriptions for OpenDML here:
  http://www-user.tu-chemnitz.de/~noe/Video-Zeug/AVIMux%20GUI/index.html
  avi2wav.exe cannot read audio data from such avi files! Maybe you
  can get the audio out of the avi with MS GraphEdit and an
  appropriate Filter file (you can find infos about GraphEdit in the
  net).

- Because of filesize limitations, you could cut the avi in several
  pieces before processing. This works with AVIMUXGUI (link above) and
  it's scripting feature.

Bye, Uwe.

_______________________________________________
http://cool.haxx.se/mailman/listinfo/rockbox
Received on 2004-03-17

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy