VideoHelp Forum
+ Reply to Thread
Results 1 to 14 of 14
Thread
  1. This is the error show when i tried to open a bluray anime(0000.m2ts) episode in avspmod. What should i do?

    Click image for larger version

Name:	Capture.PNG
Views:	326
Size:	27.4 KB
ID:	35497
    Quote Quote  
  2. Do you have Microsoft C++ 2013 Redistributable Package installed?
    http://www.microsoft.com/en-us/download/details.aspx?id=40784

    See the prerequisites
    http://avisynth.nl/index.php/LSMASHSource
    Quote Quote  
  3. Also: you need to use lwlibavvideosource() instead of lsmashvideosource() for anything not mp4/mov.
    Quote Quote  
  4. Poisondeathray - Microsoft C++ 2013 Redistributable is already installed.
    Sneaker - I changed the script with lwlibavvideosource() but i still get same error. Is it because im using 64bit lsmashsource?
    Quote Quote  
  5. If you use 32 bit AviSynth you need to use 32 bit l-smash as well.
    Quote Quote  
  6. With 32bit L-smashsource i get this error.

    Click image for larger version

Name:	Capture.PNG
Views:	196
Size:	16.9 KB
ID:	35516
    Quote Quote  
  7. Last edited by sneaker; 4th Feb 2016 at 04:00.
    Quote Quote  
  8. Installing VS C++ 2015 redistributable didn't fix the error. When i used static l-smash build i got this error.

    Click image for larger version

Name:	Capture.PNG
Views:	208
Size:	8.4 KB
ID:	35517
    Quote Quote  
  9. If you can't get it to work, other options are to remux to MKV and use FFMS2 , or DirectShowSource()
    Quote Quote  
  10. https://github.com/FFMS/ffms2/releases <-------- ffms2 2.2 msvc - is this the one which i should use?
    Quote Quote  
  11. Sure try it. FFMS2 is a bit buggy (or at least there are a few builds that are buggy). Most people favor l-smash these days, especially for transport streams
    Quote Quote  
  12. Click image for larger version

Name:	Capture.PNG
Views:	193
Size:	19.5 KB
ID:	35520

    I get one error after the other
    Quote Quote  
  13. Are the file name and path of "C:\Users\xyz\Desktop\00000.m2ts" correct?
    It seems both l-smash and ffms2 plugins are now loaded correctly but they cannot open the file, either because they cannot find it or because they cannot handle this specific file. (i.e. the format is incompatible or the file is broken)
    Quote Quote  
  14. The video files opened in avspmod with ffms2 when i remuxed it to mkv. Should i make any changes to this script for 10bit encoding?, im going to use simple x264 launcher.

    LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\ffms2.dll")
    ffvideosource("C:\Users\Abhijith\Desktop\00000.mkv ")
    Crop(242, 0, -242, -0)
    Spline36Resize(958,720)
    Source is Bluray - Anime.
    Quote Quote  



Similar Threads

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