I'm trying to make PiP(picture in picture) but it won't work.
In video preview(before rendering) all looks ok.
But after rendering i'm getting something like this.
http://www.youtube.com/watch?v=GNrE0yXLXz8
I re-converted the video that was causing problems in VirtualDub and now it's rendering in pip in vegas.
Seems that vegas doesn't want to work well with vid compressing format of my cam o.o
//edit
rendered and now all is good :3
In video preview(before rendering) all looks ok.
But after rendering i'm getting something like this.
http://www.youtube.com/watch?v=GNrE0yXLXz8
I need to sync those videos.IppE602 wrote:
Is this what you are after http://www.youtube.com/watch?v=zFqDNqbd-mU ?
(I just used the same clip as the other video too cause I don't have much material at dads laptop...)
If so, avisynth works mighty fine.clip1=FFmpegSource2("osu flying high.mp4")
clip2=FFmpegSource2("osu flying high.mp4").Spline64Resize(384,226)
Audio=FFAudioSource("osu flying highosu flying high.mp4")
Overlay(clip1, clip2, x=464, y=160, mode="blend", opacity=1.0)
video=last
AudioDub(video, audio)
Trim(768,2048)
FadeIO2(30, color=$000000)
I re-converted the video that was causing problems in VirtualDub and now it's rendering in pip in vegas.
Seems that vegas doesn't want to work well with vid compressing format of my cam o.o
//edit
rendered and now all is good :3