Is this what you are after http://www.youtube.com/watch?v=zFqDNqbd-mU ?Piotrekol wrote:
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 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)