VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    I've only ever inserted MPEG2 and avi low standard definiton videos into avisynth. How do I insert h264 files?
    Quote Quote  
  2. Use a source filter that supports the container and codec. Like LSMASH or ffmpeg.

    http://avisynth.nl/index.php/LSMASHSource
    http://avisynth.nl/index.php/FFmpegSource

    Basic usage:

    LSMASHVideoSource("filename.mp4") # only for mp4 or mov files
    LWlibavVideoSource("filename.mkv") # other file types
    ffVideoSource("filename.mkv")
    Last edited by jagabo; 2nd Jul 2021 at 17:47.
    Quote Quote  
  3. if you have an NVIDIA gpu, DGDecNV might be another alternative.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  4. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    Originally Posted by jagabo View Post
    Use a source filter that supports the container and codec. Like LSMASH or ffmpeg.

    http://avisynth.nl/index.php/LSMASHSource
    http://avisynth.nl/index.php/FFmpegSource

    Basic usage:

    LSMASHVideoSource("filename.mp4") # only for mp4 or mov files
    LWlibavVideoSource("filename.mkv") # other file types
    ffVideoSource("filename.mkv")
    Thank you
    Quote Quote  
  5. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    how to install FFMpegSource?
    Quote Quote  
  6. Banned
    Join Date
    Jan 2021
    Location
    PAL
    Search Comp PM
    nvm i found out
    Quote Quote  
  7. Put the 64 bit ffms2dll, ffms2.lib and ffmsindex.exe in AviSynth's 64 bit plugins folder (plugins64+ folder if you're using AviSynth+), and/or, put the 32 bit versions of those file in AviSynth's 32 bit plugins folder (plugins+ folder if AviSynth+). Put the FFMS2.avsi file in both plugins folders.
    Quote Quote  



Similar Threads

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