|
|
| bobsc |
| Posted: Dec 5 2003, 11:21 AM |
 |
|
Unregistered

|
There is a problem when you join 3 avi. clips. The 3rd clip is added twice. Tested with VirtualDubMod 1.5.10.1 and VirtualDub 1.5.10. No problem with VirtualDubMod 1.5.4.1. |
 |
| at.choum |
| Posted: Dec 13 2003, 05:36 PM |
 |
|
Unregistered

|
Hello, I have the same probleme. And some other : if in my directory, I have 001.avi, 002.avi, 003.avi and I append 002.avi to 001.avi, I have also 003.avi in result, and sometime, 001 is add twice.
I think there is a big pb in last version 1.5.8, 1.5.9 and 1.5.10.
I return to an old version (1.5.4.1), all is ok and work fine. I hope there is a correction in the code. |
 |
| fccHandler |
| Posted: Dec 13 2003, 05:46 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
See this thread.
-------------------- May the FOURCC be with you... |
 |
| analogalley |
| Posted: Dec 16 2003, 12:29 AM |
 |
|
Unregistered

|
At least you can get 'em to append. On both 1.5.7 and the MPeG mod 1.5.10 the "append" is greyed out. Any body have any thoughts? TIA |
 |
| fccHandler |
| Posted: Dec 16 2003, 12:51 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
No version of VirtualDub can append MPEG files, if that's what you mean. But you may be able to join them with TMPGEnc.
P.S. If you are trying to use VirtualDub to rip DVDs, please read this first.
-------------------- May the FOURCC be with you... |
 |
| GeeSz |
| Posted: Jan 11 2004, 01:28 PM |
 |
|
Unregistered

|
@fccHandler:
I would like to cut and encode my TV MPEG2 recordings in one shot, without repeating the settings for each part on 2pass DivX encoding and joining the results afterwards in another session. A join of the MPEG2 source files is not possible because of 4GB limit on my FAT32 partition.
I have managed to recompile your source code at last and want to find a append solution for MPEG2 sources just for cutting and reencoding.
Can you give me a hint where to start, or is there a systematic problem on handling the MPEG2-files. Your advice will be a great help because of reduced time resources with job, family and VDub.
And another time: Thanks for the nice working mod! |
 |
| fccHandler |
| Posted: Jan 12 2004, 06:25 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
| QUOTE (GeeSz @ Jan 11 2004, 09:28 AM) | | Can you give me a hint where to start, or is there a systematic problem on handling the MPEG2-files. |
Mpeg.cpp contains all of the code which parses the MPEG file, but it's definitely designed with only one file in mind. Getting it to append files (or parse a list of files) will be very tricky, and it will probably require modifying other parts of VirtualDub's loading code (which I'm not very familiar with, and usually try to stay away from).
-------------------- May the FOURCC be with you... |
 |
| GeeSz |
| Posted: Jan 15 2004, 05:29 AM |
 |
|
Unregistered

|
@fccHandler: Thanks for input!
Will get back to the forum when I've found a way or need more advice. Still watching this topic for more information....
Is there a place in the development area for posting more questions on this or should I open a new topic? |
 |
| fccHandler |
| Posted: Jan 15 2004, 07:14 AM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
If you have additional questions, you should probably start a new topic in the Development forum. This topic was originally about appending AVI files...
-------------------- May the FOURCC be with you... |
 |