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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 11th October 2005, 23:43   #11  |  Link
shorton
Registered User
 
Join Date: Jun 2005
Location: Mid-South USA
Posts: 53
Picked up from other thread Here. Possibly this thread is more appropriate to get help with Rawsource.

EDIT: Corrected the file descriptions, added comment about working backwards to 4:2:2 known good format may be adequate:

drmpeg's sourcefiles:
I believe this one is 4:2:0 planar format:
http://www.w6rz.net/wbars.yuv

I *think* this one is 4:2:2 Cb Y Cr Y format and is the format drmpeg was shooting for:
http://www.w6rz.net/ycsd.SIF

Also tried:
http://www.w6rz.net/wbars.yuv

We want to use a raw 4:2:2 single frame file. IF someone has an example of a 4:2:2 YCbCr file drmpeg may be able to work backwayrd to produce that file format for me.

test.avs:
#I tried the following (uncommenting the lines sequentially of course)

#All of these opened the image, but it was visually incorrect. All of these #crashed VirtualDub on exit:
# c1 = RawSource("ycsd.yuv", 720, 480, "I420")
# c1 = RawSource("ycsd.yuv", 720, 480, "YV12")
# c1 = Rawsource("ycsd.yuv", 720, 480, "UYVY")
# c1 = RawSource("ycsd.SIF", 720, 480, "YV12")
# c1 = RawSource("ycsd.SIF", 720, 480, "I420")

#These 2 opened the image, it looked visually OK, but it crashed VirtualDub #on exit:
# c1 = RawSource("wbars.yuv", 720, 480, "YV12")
# c1 = RawSource("wbars.yuv", 720, 480, "I420")
AssumeFPS(c1,29.97)

Hope that's of some help.

Last edited by shorton; 12th October 2005 at 02:24. Reason: Correct reference URL
shorton is offline   Reply With Quote
 


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 02:02.


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