|
|
| led |
| Posted: Feb 18 2003, 01:46 PM |
 |
|
Unregistered

|
Is it big change to add checkbox (and processing) to window "Save Image Sequence..." witch allows to save images reverse order. Now it is so that first image is xxx0.bmp and last is xxxN.bmp. My idea is that first image is xxxN.bmp and last is xxx0.bmp
It is easy way to convert video to reverse order. Or do you know another way?
Thanks, Linnar |
 |
| ChristianHJW |
| Posted: Feb 18 2003, 02:56 PM |
 |
|
Advanced Member
  
Group: Moderators
Posts: 1768
Member No.: 2
Joined: 7-July 02

|
You could only do this with uncompressed RGB Video, else you would screw the codecs, even HuffYuv ....
-------------------- Visit the unofficial Virtualdub support forum on http://forums.virtualdub.org - help to reduce the big number of emails Avery Lee is getting every day !! Support matroska as container and Gstreamer as the only truely open, x-platform multimedia platform .... |
 |
| fccHandler |
| Posted: Feb 18 2003, 04:28 PM |
 |
|
Administrator n00b
  
Group: Moderators
Posts: 3961
Member No.: 280
Joined: 13-September 02

|
Avisynth has a "Reverse()" command.
-------------------- May the FOURCC be with you... |
 |
| Kippesoep |
| Posted: Feb 18 2003, 06:00 PM |
 |
|
Moderator of the Virtualdub support forum
  
Group: Moderators
Posts: 447
Member No.: 441
Joined: 6-October 02

|
| QUOTE (ChristianHJW @ Feb 18 2003, 03:56 PM) | | You could only do this with uncompressed RGB Video, else you would screw the codecs, even HuffYuv .... |
This would only affect file naming, not actual order of decoding... |
 |
| led |
| Posted: Feb 19 2003, 10:03 AM |
 |
|
Unregistered

|
Yes, Kippesoep, you are right. This affects only file names. Then from menu "Open Video" will assemble BMPs back to video (backward).
Thanks, Linnar |
 |