Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th May 2021, 18:17   #161  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Thankyou, but, I'm hittin' a dead end.

Loading DVD vob and pressing F5, wait about 20 seconds and then hit ESC, followed by closing DGIndex, I get this
Code:
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x576
Display Size: 720x576
Aspect Ratio: 4:3 [2]
Frame Rate: 25.000000 fps
Video Type: PAL
Frame Type: Interlaced
Coding Type: B
Colorimetry: BT.470-2 B,G
Frame Structure: Frame
Field Order: Top
Coded Number: 490
Playback Number: 490
Frame Repeats: 0
Field Repeats: 0
VOB ID: 1
Cell ID: 1
Bitrate: 4.236 Mbps
Bitrate (Avg): 4.359 Mbps
Bitrate (Max): 4.535 Mbps
Audio Stream: 80: AC3 2/0 224
Timestamp: 0:00:19
Elapsed: 0:00:19
Remain: FINISH
FPS: 24.96
Info:
which is nice.

But, Load VOB again into DGIndex, press F5, wait for about 20 seconds, hit ESC,
and then, F4 (save project), I get this
Code:
Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x576
Display Size: 720x576
Aspect Ratio: 4:3 [2]
Frame Rate: 25.000000 fps
Video Type: PAL
Frame Type: Interlaced
Coding Type: P
Colorimetry: BT.470-2 B,G
Frame Structure: Frame
Field Order:
Coded Number: 44024
Playback Number: 480
Frame Repeats: 0
Field Repeats: 0
VOB ID: 1
Cell ID: 1
Bitrate:
Bitrate (Avg):
Bitrate (Max):
Audio Stream: 80: AC3 2/0 224
Timestamp: 0:29:19
Elapsed: 0:00:11
Remain: FINISH
FPS:
Info:
So full save project, loses the Field Order obtained from Preview.

EDIT: In 2nd code block, Coded Number seems to be full project length in frames,
and Playback Number seems to be number of frames Previewed.
EDIT: All above without the batcher thingy.
EDIT: But same results as above when doing same (with modded code) from within the batcher.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???

Last edited by StainlessS; 8th May 2021 at 00:47.
StainlessS is offline   Reply With Quote
Old 7th May 2021, 20:09   #162  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Hmm, save project may clear the info. Investigating...
videoh is offline   Reply With Quote
Old 7th May 2021, 22:21   #163  |  Link
Danette
Registered User
 
Join Date: Apr 2013
Posts: 346
I ran into the same problem when developing the macro using Macro Express. The last "Information" window / log file created, before closing, overwrites any other such file upon closing. To get around it, I ran the "Save Project" first and the "Preview" last. Of course, I'm not doing any of the more complex things that DGIndex Batcher is doing.
Danette is offline   Reply With Quote
Old 8th May 2021, 02:05   #164  |  Link
videoh
Useful n00b
 
Join Date: Jul 2014
Posts: 1,667
Quote:
Originally Posted by Danette View Post
To get around it, I ran the "Save Project" first and the "Preview" last.
That's very creative, congratulations! Still and all, that should be fixed. I'll get to it after the DGDemux port to linux is completed. I have a linux bug up my you-know-what. Maybe it will make people hate me less, but maybe not.
videoh is offline   Reply With Quote
Old 8th January 2022, 19:04   #165  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,545
Hi StainlessS, a small wish: open file extension mask for .MTS
Batcher 1.22 can not see camera files with .MTS extension.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline   Reply With Quote
Old 8th January 2022, 19:27   #166  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
OK, but on the back burner.

You could add it yourself, source is supplied and only have to (by memory) hit the F5 key to recompile.
[AutoIt compiler and the additional Scite editor for it]
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 8th January 2022, 19:57   #167  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Emulgator,
Line 142,
Code:
Global Const $FILTER = 'MPG Files (*.vob;*.mpg;*.mpeg;*.m1v;*.m2v;*.mpv;*.tp;*.ts;*.trp;*.m2t;*.m2ts;*.pva;*.vro)'
Just add your new semi-colon separated extension to the list,

ie,
Code:
Global Const $FILTER = 'MPG Files (*.vob;*.mpg;*.mpeg;*.m1v;*.m2v;*.mpv;*.tp;*.ts;*.trp;*.m2t;*.m2ts;*.pva;*.vro;*.mts)'
Rebuild is actually F7.

Well, here is just the exe,
https://www.mediafire.com/file/gc97g...r%255D.7z/file

EDIT: Untested.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 14th January 2022, 00:28   #168  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,545
Deepest Thanks, StainlessS !
.mts are visible now.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline   Reply With Quote
Reply

Tags
batcher, dgindex


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.