Frage von floating-flo:Has anyone of you forum visitors perhaps an idea of how to manage it with Premiere Pro, a video that s.den two axes flipped in a Picture is shown four times?
The effect with the "Horizontal Flip" I already know, just so it runs out at the fact that the video is simply flipped. I would just like the four possible outcomes of mirroring sX-and Y-axis shrinks and run simultaneously in a video track.
Have you ever thank you in advance for any suggestions!
~ # ~ # ~ ~ Flo
Antwort von Jörg:
Hi,
You mean something like this?
http://www.jleonhardt.de/spiegeln.tif
Then mirror it 2x vertical and horizontal
Gruß Jörg
Antwort von Wiro:
Hello,
amount is probably the fact that you have 4 PiPs each with 1 / 4 screen size and then create 3 of them corresponding mirror.
Greeting Wiro
Antwort von Wiro:
Ooops, the Jörg was faster.
Greeting Wiro
Antwort von Stefan:
A classical task for Avisynth ... there you would use such a script:
[code: 1:094 f1e09d6]
# Source file set
AviSource clip = ( "meinvideo.avi")
# Three reflections make
clip1 = clip
clip2 = FlipVertical (clip1)
clip3 FlipHorizontal = (clip1)
clip4 = FlipVertical (clip2)
# Frames in thumbnails converted with 1 / 4 Size
clip1 = reduceby2 (clip1)
clip2 = reduceby2 (clip2)
clip3 = reduceby2 (clip3)
clip4 = reduceby2 (clip4)
# Thumbnails to cobble together full
clip = overlay (clip, clip1, x = 0, y = 0, mode = "blend", opacity = 1.0)
clip = overlay (clip, clip2, x = 360, y = 0, mode = "blend", opacity = 1.0)
clip = overlay (clip, clip3, x = 360, y = 288, mode = "blend", opacity = 1.0)
clip = overlay (clip, clip4, x = 0, y = 288, mode = "blend", opacity = 1.0)
# Fertisch
return clip
[/ code: 1:094 f1e09d6]
The script can be opened with the Media Player to view, or in VirtualDub to save or TMPGEnc to encode ...
Good luck
The fat Stefan
Antwort von Wiro:
This of course is really great when you can then program something as a batch - if it dominates the program, and editors who does? They will sit down even with such a task is not only cryptic characters, and write in a text editor. You will want to solve it in editing program directly.
I once say that in time, the need for programming, is synonymous to resolve the problem by Appro too. You have to stop clicking around a bit.
Clip 1 anchor 720x576 50%
Clip 2 Anchor Point 0x576 50%
Clip 3 anchor 720x0 50%
Clip 4 anchor points 0x0 50%
Therefore all the clips s.ihrem city and with 4 more clicks "Hor / Vert Flip synonymous mirrored correctly. Actually quite simple, but as said a Herumklickerei.
By the way:
Scripts that basically is synonymous with Appro prove so in the effects of moving targets contained PiPs
These are XML documents, which - viewed in the text editor understands - but no bad ;-)))
Have we here in the forum someone who can, and the XML would look at times? Might be quite interesting.
Greeting Wiro
Antwort von universl:
danger to sit down in the nettles to. I work with xml files.
what do you want exactly? I had over Christmas time. But times write exactly what I should do.
Antwort von Wiro:
Na prima, UNIVERSL,
Perhaps we are getting closer.
I am concerned simply to find out if you possibly can in APPRO to write scripts - if you have mastered XML. I can then look at a finished script, although the web browser, but know nothing about.
You'd have to have naturally Appro and you look at times as a finished script. Otherwise we are talking past each other.
Greeting Wiro
Postscript for XML specialists:
Here are times as a script. It means that (a PiP 25%) of left to right, moves across the screen.
http://www.w-roedle.de/APPro-Vorgabelinachre.xml
Antwort von universl:
has a well-known appro. I know that the project-xml file of appro-format has. do you mean or something else?
Antwort von Wiro:
No, I mean something else.
In Appro are under "Effects" to a subfolder "targets".
That these scripts are included.
You can export it, rename it to. Xml and then edit view on a browser or in a text editor /.
Patterns see my last post.
Greeting Wiro
Antwort von universl:
ok, I Schaus me