VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. took a video with my smartphone and for some reason the recorded video keeps switching back and forth between aspects .
    is there any software / process that can change this to a uniform aspect ?
    thanks for your time .
    here's a portion -
    https://www.youtube.com/watch?v=GiUzm7WHdgQ&feature=youtu.be
    Quote Quote  
  2. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    It may be better to upload that extract direct to here (as an attachment)

    But to basically answer your Q. If the pertinent live video does not change(height of subject is un-altered) then crop the lines that 'wander'

    If the height of the subject does alter then there is little or nothing you can do. (Others can, and probably will, disagree)

    But do record another video with the suspect settings. If that also misbehaves then consider returning the smartphone.
    Quote Quote  
  3. It's possible AviSynth with some manual intervention (sample attached):

    Code:
    LWLibavVideoSource("My Movie.mkv") 
    v2 = Spline36Resize(width,height,0,15,-0,-16) # reframed, resized version of video
    ReplaceFramesSimple(last, v2, mappings="27 [34 69] [100 102] [110 124] [196 230] [302 331] [337 435]") # replace bad sections with v2
    It may be possible to automate the process with this particular clip by using the bouncing EXIT sign to determine which frames need replacing.
    Image Attached Files
    Quote Quote  
  4. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Were you changing the orientation of your phone while you recorded?
    That will makes things infinitely more difficult.

    Scott
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!