After I rip a DVD and convert the Video_TS folder to an AVI, is there a way to chapterize that AVI as it would have been in the dvd? Any help would be great. Thanks.
- FP
+ Reply to Thread
Results 1 to 10 of 10
-
-
If you encode to Divx and use the Divx player for playback, or have a Divx Ultra certified standalone player then you can have menus and chapters if you use something like TDA 3 or DivxMediaBuilder
Read my blog here.
-
Originally Posted by guns1inger
-
The Chaptering works and it imported the chapters from the DVD.
https://forum.videohelp.com/viewtopic.php?t=319996 -
Not possible with avi. DivX is a hack/extension of avi and that is as close as you will get.
-
Originally Posted by celtic_druid
-
AVI is an instance of the RIFF container. RIFF uses tagged chunks to store data. Each chunck consists of a 4 character identifier, a 32 bit length, and variable length data. Proper parsing of a RIFF file consists of reading the four character identifier and the length. I you know what to do with the chunk you handle it. If you don't know what to do with the chunk you skip it and go on to the next one.
Microsoft's specification of AVI defined several specific types of chunks for storing audio and video. They did not include interlace flags, field order flags, aspect ratio flags, chapter stops, menu options, etc.
Any program can define their own chunk types and use them. But that doesn't mean any other program will know what to do with them (other than skip them).
So we are down to a symantic difference of opinion. If you want to say that "AVI" only only allows for the use the chunk types that Microsoft defined then a file that contains chunks other than those are not AVI files. If you assume that Microsoft used RIFF because new chunk types could easily be added by anyone, then those files are AVI files. -
Originally Posted by jagabo
-
Originally Posted by SCDVD
Similar Threads
-
Dazzle dvc100 w studio 12 does it capture AVI 1 or AVI 2 or DV-AVI
By st711 in forum Capturing and VCRReplies: 1Last Post: 10th Dec 2009, 17:30 -
avs (avi to avi) ends up out of sync ... winavi output file too big
By mandy in forum Video ConversionReplies: 1Last Post: 21st Aug 2009, 05:56 -
ffmpeg choppy audio from large avi but not small avi source file
By cybertheque in forum Capturing and VCRReplies: 9Last Post: 13th Oct 2008, 15:38 -
ffmegX v0.09w and converting avi videos into avi.ff.avi videos
By paddymick in forum ffmpegX general discussionReplies: 2Last Post: 2nd Nov 2007, 23:10 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 12:49