|
|||||||||
|
Thread Tools | Search this Thread |
February 6th, 2011, 06:29 PM | #31 | ||
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Here is my latest trial; extracted right and left and re-orginized with Adam's tool. But after encoding still loop issue exists:
Avs used in re-encoding: Quote:
Quote:
Tony, pls redo it. _ _ _ Last edited by Seref Halulu; February 6th, 2011 at 07:00 PM. |
||
February 6th, 2011, 08:17 PM | #32 |
Regular Crew
Join Date: Jul 2010
Location: Central NJ
Posts: 42
|
Re-done
Seref,
I can't reproduce the looping problem. The files you gave me converted OK. They were both exactly 5 min. long and the side-by-side output is exactly 5 min. long. You can download my conversion: MBV-5-LR.avi It is encoded with XVID codec and includes audio track. The AVS parameter file I used is attached to this post. The conversion worked pretty well, except for the small red cast credits which were obviously composited differently for the 2D vs. the 3D version (a vertical offset about 1/2 the height of the letters.) After setting the parameters, all I do in VirtualDubMod is: 1.) File->Open Video File (and choose my AVS parameter file) 2.) File->Save As... (and choose a video codec, name the file, and click Save) On my computer, it converts and encodes in about 5 min. I suspect you may have troubles with Windows codecs on your computer which is causing the looping. Don't try anything complicated with codecs... first get the conversion working properly, even if you create an uncompressed test file. Once the conversion works, then you can optimize the compression. All the best, Tony
__________________
VRtifacts |
February 7th, 2011, 03:39 PM | #33 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Tony,
i put a clean HDD and gave it a go again. No looping issues left. Xvid over VirtualDubmod and x264 external encodgings work finally. Thank you. But i gonna going on bothering you, believe me. (just started) Best. Last edited by Seref Halulu; February 7th, 2011 at 05:13 PM. |
February 8th, 2011, 05:45 PM | #34 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
BTW i bewared after 4:00:00 your and mine re-encodes start looping.
Please check out your MBV-5-LR.avi. (player is windows media player) Yes there must be a problem with windows filters. (i can play it as is with VirtualDubMod -no looping issues.) BTW i used my problematic HDD. EDIT: Sorry, i gave it a go with my non-problematic HDD again and everything works well. Even with Windows Media Player. Last edited by Seref Halulu; February 8th, 2011 at 06:36 PM. |
February 8th, 2011, 06:44 PM | #35 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Tony, i want to try with a RC DVD//BD too,what do you suggest?
|
February 13th, 2011, 10:01 AM | #36 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Hi Tony.
Today i gave it a go with anaglyph BD edition of "My Bloody Valentine". VirtualDubMod doesn't show left and right video at the same time since it is 3840x1080. Which means i can not use "script editor" to configure "parameter" aviscrypt. This time i was lucky and used the "parameter" file which you managed from the same movie's DVD. (and i re-encoded it as 3840x1080 to x264.) If i have only anaglyph BD, how can i config the parameter file? (without making cut-test avi encodes to manage it.) Thanks. |
February 13th, 2011, 10:56 AM | #38 | |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Thank you.
I was just trying to add this line to the end of the parameter.avs: (after configured the file i was going to remove it.) Quote:
|
|
February 13th, 2011, 04:00 PM | #39 |
Regular Crew
Join Date: Jul 2010
Location: Central NJ
Posts: 42
|
Resize?
Not sure what you're trying to achieve. Resizing is already completely configurable in my conversion system:
# Resize the output video? Either Yes or No # If set to No, then the output video is either # twice the width of the input (for SBS) # or twice the height of the input (for TB) outputResize = "No" # If we are resizing the output, specify the dimensions (Int) # These dimensions apply to the stacked video size outputWidth = 500 outputHeight = 200
__________________
VRtifacts |
February 13th, 2011, 05:34 PM | #40 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
I don't want to resize. (I didn't mean to resize the resulting file.)
Before you recommended me (post 37) i was thinking to resize just for opening the avs as 1920*1080 on VirtualDubmod so as to be able to see both right and left videos together to configure parameter avs. And after configured i was going to remove that line from avs. So the question was if i follow this way, does (temporary) resizing affect the final configuration negatively? _ _ _ _ _ Last edited by Seref Halulu; February 13th, 2011 at 06:56 PM. |
February 15th, 2011, 12:52 PM | #41 |
Regular Crew
Join Date: Jul 2010
Location: Central NJ
Posts: 42
|
Resize
Resizing the preview in VirtualDubMod by right clicking on the image will not affect the output file resolution. It only affects the screen preview.
Adding resizing to the AVS file will change the resolution of the output file.
__________________
VRtifacts |
February 15th, 2011, 04:56 PM | #42 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
Do you mean even we remove that rezing line before re-encoding?
(Maybe horizontal stretching affects re-creating of new aviscrypts but i don't think it's gonna affect resizing if we removed that line before re-encoding?) Last edited by Seref Halulu; February 15th, 2011 at 08:48 PM. |
February 15th, 2011, 07:16 PM | #43 |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
And one thing: i would suggest "FFVideoSource" instead of "DirectShowSource" on AnaExtract.avs. (assuming we are translating mpg or m2ts files.)
This "DirectShowSource" filter is always problematic. (DGNVTools is another alternative btw.) Last edited by Seref Halulu; February 15th, 2011 at 08:46 PM. |
February 19th, 2011, 07:32 PM | #44 | |
Regular Crew
Join Date: Dec 2010
Location: Istanbul Turkey
Posts: 74
|
This is what i suggest: (on AnaExtract.avs)
Quote:
|
|
February 20th, 2011, 09:34 AM | #45 |
Regular Crew
Join Date: Jul 2010
Location: Central NJ
Posts: 42
|
DirectShowSource vs. FFVideoSource
Ah!!! The beauty of open source software. Feel free to improve anything on the project, just make sure to provide complete source if you choose to distribute it.
The "confusion of tongues" in file formats is the Achilles Heel of these projects, even more so when extracting stereo channels from anaglyphs, as re-encoding the input files into some standard format results in significant degradation of the final product. FFVideoSource is a good option, but I would suggest that it be incorporated as an option rather than the only choice. Perhaps the parameter file could allow you to choose DirectShowSource, FFVideoSource, or some future input filters that may yet prove helpful. Something like: inputMethod = "DS" or inputMethod = "FF" and so forth...
__________________
VRtifacts |
| ||||||
|
|