VideoHelp Forum




+ Reply to Thread
Results 1 to 10 of 10
  1. Member
    Join Date
    Jul 2004
    Location
    United States
    Search Comp PM
    Hi all,

    What kind of effect is call from 17s-18s? And where I can download the video software (free?) to do that? I'm assuming Adobe Premiere can do that?

    http://youtu.be/Avf5Sw1qyP4?t=17s
    Quote Quote  
  2. simple switching between two videos - frame by frame basis - it can be done on any video editor that support more than 1 video input (for example on Avisynth)
    Quote Quote  
  3. AviUtl,
    see the attached demo project file.

    1> Add video 1
    2> Add video 2(overlay)
    3> Split video 2 for the flickering part
    4> set the flickering section to vary the "Clearness" parameter with "Repitive movement" mode, between value 0 and 100
    Click image for larger version

Name:	flicker_video_demo.gif
Views:	302
Size:	101.6 KB
ID:	27722
    Image Attached Files
    Stopping development until someone save me from poverty or get me out of Hong Kong...
    Twitter @MaverickTse
    Quote Quote  
  4. Member
    Join Date
    Jul 2004
    Location
    United States
    Search Comp PM
    Thank you all. I'll give it a try!
    Quote Quote  
  5. Member budwzr's Avatar
    Join Date
    Apr 2007
    Location
    City Of Angels
    Search Comp PM
    They used to do this with 2 or 3 white frames in Las Vegas to catch your eye, and it does work. Casinos further down the strip, like the Wynn, started this, but when everyone started doing it they all quit.
    Quote Quote  
  6. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    I like the momentary "subliminal suggestion advertising" version of this, where they drop in an isolated pic or 2 (or more) of some desirable product (usually with a desirable model promoting it). Has been tried for propaganda, too (shades of Manchurian Candidate, etc).

    Scott
    Quote Quote  
  7. Member budwzr's Avatar
    Join Date
    Apr 2007
    Location
    City Of Angels
    Search Comp PM
    I remember that back in the 80's. People claimed they flashed popcorn and sodas in the theaters, I think. Remember the "pheromone" cologne for men? That was another subliminal scam.
    Quote Quote  
  8. Member
    Join Date
    Jul 2004
    Location
    United States
    Search Comp PM
    I cannot use AviUtl, I got the error during launch.

    Any other quick and easy edit? Or how to edit in Avisynth? Thanks.

    Click image for larger version

Name:	sync.png
Views:	238
Size:	22.6 KB
ID:	27770
    Quote Quote  
  9. You PC is a relic. Try updating your video driver and install DirectX9.
    You can ignore this problem and proceed anyway. (just some plugins will not work)
    Stopping development until someone save me from poverty or get me out of Hong Kong...
    Twitter @MaverickTse
    Quote Quote  
  10. Originally Posted by kj1983 View Post
    Or how to edit in Avisynth? Thanks.
    Interleave two video (so combination of trims and perhaps different videos need to be used) - also you can delay one video by several frames - but this is up to you as you didn't provided information and professional videos usually use more than one camera or they take multiple captures (thus you have multiple sources)

    simplest way:

    Code:
    V1=""source""
    V2=V1.Trim (0,5) + V1
    Interleave(SelectEven(V1),SelectEven(V2))
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!