|
|
| Xzyx987X |
| Posted: Jan 18 2003, 09:39 PM |
 |
|
Unregistered

|
I am trying to encode a video, but as you can see below the video is fairly degraded.

I allready know how to filter out some of the noise, but does anyone know how I can fix the stabillization problem that is causing enitre rows of pixels to be moved to the right? I don't care if this ends op putting a bunch of black pixels on the right side, since I can just crop them out.
|
 |
| Xzyx987X |
| Posted: Jan 19 2003, 03:32 AM |
 |
|
Unregistered

|
Well I guess the image won't show up on this page... Click here to see it.
|
 |
| Morsa |
| Posted: Jan 19 2003, 03:41 AM |
 |
|
Moderator of the Vdub support board
  
Group: Moderators
Posts: 640
Member No.: 246
Joined: 9-September 02

|
Well, it seeems you need to crop and resize the image.I guess it is the only solution. Also, try to use another VCR.
|
 |
| Xzyx987X |
| Posted: Jan 19 2003, 04:47 AM |
 |
|
Unregistered

|
Well first of all the problem is more than just the black line, it is moving entire pixel rows so even if I crop it out it still won't help. Second, I don't think the problem is the vcr but rather my video capture device since the problem doesn't show up when I play the tape on tv. Since I don't have access to any other video capture devices there's really nothing I can do. Wouldn't it be fairly easy to program a filter that would shift rows of pixels to the left for evey black (or close to being black) pixel at the beggining of the line? I don't know how to do that myself, but if anyone here knows how to program filters... |
 |
| Xzyx987X |
| Posted: Jan 21 2003, 12:20 AM |
 |
|
Unregistered

|
*sigh* well I see no one is intersested in helping... Could someone at least point me in the dirsction of a place I can learn to program virtual dub filters myself? I know a bit of asm so I should be able to do it. |
 |
| DarrellS |
| Posted: Jan 28 2003, 08:40 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 567
Member No.: 1061
Joined: 28-November 02

|
| QUOTE (Xzyx987X @ Jan 20 2003, 06:20 PM) | | *sigh* well I see no one is intersested in helping... Could someone at least point me in the dirsction of a place I can learn to program virtual dub filters myself? I know a bit of asm so I should be able to do it. |
While you're at it, could you make me a simple transition filter? : )
It would be nice if they had an SDK that you could drag a filter from another program into and convert it to a VDub filter. Then we wouldn't have to be a computer genius to make one. |
 |
| outlyer |
| Posted: Jan 29 2003, 01:02 PM |
 |
|

Spanish Section Mod
  
Group: Moderators
Posts: 215
Member No.: 1269
Joined: 10-December 02

|
| QUOTE (Xzyx987X @ Jan 21 2003, 01:20 AM) | | *sigh* well I see no one is intersested in helping... Could someone at least point me in the dirsction of a place I can learn to program virtual dub filters myself? I know a bit of asm so I should be able to do it. |
You can download the Filter SDK fonr virtualdub's site, and it comes with an example filter programmed step by step and commented. It's really well explained.
And you don't really NEED asm, although using it wisely will increase speed :)
EDIT: rethough something :)
|
 |
| outlyer |
| Posted: Jan 29 2003, 01:52 PM |
 |
|

Spanish Section Mod
  
Group: Moderators
Posts: 215
Member No.: 1269
Joined: 10-December 02

|
Anyway it'll be damn hard to do this correctly. How you know if you're trying to move a distorted line or line with some blackness? And how you know how much to move it? |
 |
| Sajal |
| Posted: Jan 30 2003, 05:31 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 115
Member No.: 2239
Joined: 28-January 03

|
Are you having this problem only with this Video or all the captured videos have such jagged lines
-------------------- 'Veni, Vidi, Velcro' - I came, I saw, I stuck around |
 |