Hello everyone,
I am trying to create PIP using avisynth, but the second video (PIP) plays very slow. For example, when the video ends, that goes to the 30th sec.
They have nearly the same durations:
Main video: 12:40
PIP video: 10:53
The main video has 40 mb and the pip video has 2.54 mb size.
The script i am using is:
I am using Gomplayer to play also tried with the VirtualDub.Code:main=avisource("mytalk_newavi.avi").ConvertToYUY2() pip=avisource("slayt.avi").BicubicResize(320,240).ConvertToYUY2() Layer(main,pip,"add",255,320,0)
My computer has Intel Core 2 duo 2.2 Ghz, 2gb ram and 1gb Video card.
What may be caused this problem?
Thank you for your replies.
+ Reply to Thread
Results 1 to 5 of 5
-
-
1) both videos should have the same "FPS" (playback speed)
2) both videos should have the same duration
Otherwise, you'll have to do the required tweaks
(adjust/convert the playback speeds, add dummy/blank frames, trim, whatever). -
The framerate is taken from the first clip ('main' in your example). Whatever the second one was originally, it becomes the same framerate as the first.
-
Thank you, i changed the fps of the second video and it is working.
I did not change the duration, but it is working well
Similar Threads
-
I need a LCD HDTV with easy to use PIP!
By mikejf in forum DVB / IPTVReplies: 1Last Post: 14th Oct 2010, 01:06 -
PIP Missing audio
By john920 in forum Blu-ray RippingReplies: 0Last Post: 22nd Jan 2010, 22:02 -
Broadcast News style PIP
By rgander1 in forum EditingReplies: 0Last Post: 12th Nov 2008, 16:09 -
Quad Split Screen or PIP?
By michaelbaribeau in forum Newbie / General discussionsReplies: 15Last Post: 24th Jun 2008, 10:12 -
PiP help
By aville44 in forum Newbie / General discussionsReplies: 2Last Post: 20th Jun 2008, 23:33