VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member LadyLiete's Avatar
    Join Date
    Jan 2007
    Location
    United States
    Search Comp PM
    Is there a program out there that can do FLV to AVI that also supports edge cropping of excess black bars?
    Quote Quote  
  2. You could use this simple avisynth script:

    Code:
    ffvideosource("C:\Your path and filename.flv")
    v=crop(24,24,-24,-24)#whatever you need
    
    a=ffaudiosource("C:\Your path and filename.flv")
    
    audiodub(v,a)
    You need FFmpegsource
    Quote Quote  



Similar Threads

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