Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
5th May 2012, 21:24 | #1 | Link |
EphMan
Join Date: May 2004
Posts: 737
|
Turning Video mid-way in script
I have a cell phone video of my daughter learning how to ride her bike for the first time. The first 1/3 or so of the video is recorder vertically, and then I turned the phone horizontally for a wider shot and proceeded to record the remainder of the video that way. In my script if I add "TurnLeft()" it corrects the video for that, but how can I keep the beginning video as is and adjust the video mid-way within 1 script?
So far I have this: Code:
LoadPlugin("C:\Program Files\AviSynth\Plugins\ffms2.dll") Import("C:\Program Files\AviSynth\Plugins\FFMS2.avsi") FFmpegSource2("C:\Users\User1\Desktop\VIDEO0007.mp4",atrack=-1) Trim(730,1543) TurnLeft() |
Tags |
angle, aspect, rotate, turn |
Thread Tools | Search this Thread |
Display Modes | |
|
|