Username:
B
I
U
S
"
url
img
#
code
sup
sub
font
size
color
smiley
embarassed
thumbsup
happy
Huh?
Angry
Roll Eyes
Undecided
Lips Sealed
Kiss
Cry
Grin
Wink
Tongue
Shocked
Cheesy
Smiley
Sad
<- 1  -   of 69 ->
--
--
List results:
Search options:
Use \ before commas in usernames
thethrillness.blogspot.com
Ah right, that is good to know.I had only been focusing on encoding and not trimming, using stat ids

If i am successful on my new re4 run, i will use this Smiley
A couple of thoughts:

Re nate's remark in the PSO encoding topic that MQ MP4 resolution should be on a case-by-case basis, could there be an option to use full res for MQ?

On a similar note; with a few people doing audio commentary, I think having a notice (maybe an icon with "audio commentary on track 2" under it, or something like that) on the HQ/IQ statID for such runs would be pretty funky. In general people only check for other audio tracks if they already know they exist, so I figure it'd work well for the few commentated runs.

Even if the commentary itself has to be added later, it'd be nice to have the statID sorted in advance.
Edit history:
ballofsnow: 2007-11-02 07:28:10 pm
Audio commentary idea is good.. though you'd have to be careful not to show it for LQ/MQ avi, and LQ H.264.

Not in favour of the mq thing though. I don't want an inexperienced user to select the high res option just for the hell of it. Maybe having it as a hidden option would be better.
Edit history:
nate: 2007-11-02 08:42:36 pm
yeah can definitely activate d1 h.264 mq in the settings file. as for commentary, that's a great idea. it would just be an extra switch when building the final avisynth scripts (something like :sball iirc), if audio commentary is yes then do the audio commentary statid instead of the normal one. will probably just say "audio commentary on track 2" in the lower righthand corner. even if it's not track 2 in the client's player they will find out very rapidly which one it is so the job is done.
Quicktime users will get confused when they see it... heh.
thethrillness.blogspot.com
is this similar to how a .ogm works?
the multitrack audio? yes. only with ogm you don't have shitty quacktime to worry about compatibilitywise.
thethrillness.blogspot.com
oh right, i just use vlc media player to play my .ogm's Tongue
Edit history:
ballofsnow: 2007-11-10 07:44:29 pm
- No more re-indexing to find audio.
- Combined vob/vro indexing.

Only need one template for dgindex, and it's not really a template, just a file to store the video, audio and delay info.

infotemplate.avs

http://speeddemosarchive.com/kb/index.php/Special:Recentchanges

I've tested dvd_rtav, video_ts ac3/mpa but not wav. Please test this out. Next is indexing without ifo files, should be easy.
by wav you mean pcm? also what about nicefps() - do you want me to test that?
pcm.. yes. Need a dvd source to test.

nicefps, I'll investigate that later..
pgccount 0.2

No blank pgclist.txt when no parameters given.
thethrillness.blogspot.com
Hooray, hope a new version is out soon Wink

BETA FTW!
Edit history:
nate: 2007-11-10 10:25:37 pm
confirmed that the "incorrect duration" is caused by using directshowsource() with a fraps avi. i'm testing a fix changefps(last.fps) at the end of the script now, but i really think we should implement avisource() if the input is .avi. there are other problems with using directshowsource() with avi. (right now everything is directshowsource()).

edit: forgot to clarify that nicefps() is gone now.
Edit history:
nate: 2007-11-10 11:52:46 pm
confirmed the fix. but i think we should really put in avisource() if .avi input AS WELL AS the fix:

Code:
changefps(last.framerate)
after converttoyv12 at the very end of all scripts created by anri-chan. out of time today to add it to the kb, also i'm a little leery of my changes colliding with yours snow. but if you give me an all clear i will add it asap and put out another beta of 2.
Still need to do indexing without ifo files. That plus your changes should be enough for another beta.
thethrillness.blogspot.com
Quote:
Still need to do indexing without ifo files. That plus your changes should be enough for another beta.


*requests beta*
i'm guessing snow wants to implement indexing without .ifo files. then i'll add my changes, test it, and release the beta.
Edit history:
ballofsnow: 2007-11-11 06:13:02 am
DGmpgdec 1.50 b12 can create a log file!

A sample:

Stream Type: MPEG2 Program
Profile: main@main
Frame Size: 720x480
Aspect Ratio: 4:3
Frame Rate: 29.970030 fps
Video Type: NTSC
Frame Type: Interlaced
Colorimetry: BT.470-2 B,G*
Frame Structure: Frame
Field Order: Top
Coded Number: 99
Playback Number: 99
Frame Repeats: 0
Field Repeats: 0
VOB ID:
Cell ID:
Bitrate: 6.553 Mbps
Bitrate (Avg): 5.794 Mbps
Audio Stream: c0: MPA L2 2ch 48 224
Timestamp: 0:00:02
Elapsed: 0:00:02
Remain: 0:00:21
FPS: 29.99
Info:
yeah i'm really looking forward to 1.5. sounds like he's going to finally have version detection/backward compatibility in (amazing!!) too.
Edit history:
ballofsnow: 2007-11-11 05:56:45 pm
Found a bug with %hqq%. When you run project_job.bat, hqq isn't set to anything. Fixed now.

Indexing without ifo files is done.

http://speeddemosarchive.com/kb/index.php/Special:Recentchanges
ok i got my changes in, problem is though that ripping is now broken, mplayer only rips the last vob (so if there are seven chapters/titles, it only gets VTS_07_1.VOB).
Whoops... stupid mistake on my part.

http://speeddemosarchive.com/kb/images/8/8c/Pgccount_0.3.zip
hmmm ... dgindex is saying Missing operator. every time it's called. it seems to be working properly though ...
I'm not seeing any errors after indexing.