php
Nov 2003
Member
|
video - 3. It's a really bad quality for a dvd screener. It looks ok on TV, but not on a monitor. I don't think this is due to the source, rather it's due to lame encoding. I know for sure that you can achieve the same quality in mpeg 2, as in xvid, while staying at same size (although, this release is 1.5 gb big, so this wouldn't matter anyway). So obviously the group should learn how to encode properly.
audio - 7. A little low volume, but clear.
Movie itself - 6. Or even 7? What's the matter with you people? How comes everyone says this movie sux? I thought it's pretty funny. Alexa Vega is great. Definitely worth seeing. If you didn't like it then I suggest you get yourself some Glenn Close movie made for fiftysomethings. This movie is for young people (and for those who never really grew up, like me ). If you are not part of the target audience, don't complain
About the mpeg2 containers: both streams are not multiplexed properly. First, one can't run the movie forward/backward in WMP, it returns an error and quits the playback. Second, demultiplexing in most demultiplexers doesn't work either - try the following:
convert the videocds to mpeg2 files using VCDGear.
then start TMPGEnc plus, load the mpeg tools and try to demultiplex the mpegs to video+audio streams. the video stream file will be appr. 200 mb in size. That's because there's an error in the input file that TMPGEnc cannot overcome, nor most other demultiplexers.
But you have to demultiplex the files in order to re-multiplex them properly! The only utility that copes with these corrupted mpeg containers is mpgtx. just open a dos command window and type:
code: mpgtx.exe xxx.mpg -b pathTo\xyz -d
where xxx is the name of the input file and xyz is the name of the output files (the video and audio extensions will be added automatically).
After demultiplexing you can re-multiplex both streams with any multiplexer and start watching the movie.
Oh, forgot to mention: the path specified in the cue files is wrong (an absolute one, instead of a relative path ) and has to be edited before using the cues
Last edited by php on 09-13-2004 at 08:20 PM
Report this post to a moderator | IP: Logged
|