Post subject: DS Screen Positioning?
Joined: 8/27/2009
Posts: 159
Location: California
I'm working on some DS stuff, and youtube looks stupid as hell with the two screens atop each other. Is there a way to edit the video to have the top screen to the left of the bottom screen?
Publisher
Joined: 4/23/2009
Posts: 1283
Yes with Avisynth:
a = # Put source here
b = a.crop(0, 0, -0, 192) # Top screen
c = a.crop(0, 192, -0, -0) # Bottom screen
last = StackHorizontal(b, c)
return last
Joined: 8/27/2009
Posts: 159
Location: California
awesome, thanks! i'll try it out
Joined: 8/27/2009
Posts: 159
Location: California
It worked perfectly, thanks. Now I'm dealing with some other problems, though. I can fix them on my own, however.
Site Admin, Skilled player (1236)
Joined: 4/17/2010
Posts: 11274
Location: RU
We already have a thread about some DS encodes stuff http://tasvideos.org/forum/viewtopic.php?t=10347
Warning: When making decisions, I try to collect as much data as possible before actually deciding. I try to abstract away and see the principles behind real world events and people's opinions. I try to generalize them and turn into something clear and reusable. I hate depending on unpredictable and having to make lottery guesses. Any problem can be solved by systems thinking and acting.