Help with AviSynth
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
Does it play back in your media player? If so as a last resort you could always use DirectShowSource() (no additional plugins needed). It's not the best method but it will work assuming the file plays at all.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
I haven't been able to use windows media player since I started using windows 8. It says it needs an update and I haven't bothered since I use vlc. Could that be an issue?l33tmeatwad wrote:Does it play back in your media player? If so as a last resort you could always use DirectShowSource() (no additional plugins needed). It's not the best method but it will work assuming the file plays at all.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
First off, I would recommend dropping VLC in favor of Media Player Classic as it is much better. Secondly, I would install the latest LAV Filters to make sure DirectShowSource has something to decode the file with if MPC happens to play it correctly.pan_dbgt01 wrote:I haven't been able to use windows media player since I started using windows 8. It says it needs an update and I haven't bothered since I use vlc. Could that be an issue?l33tmeatwad wrote:Does it play back in your media player? If so as a last resort you could always use DirectShowSource() (no additional plugins needed). It's not the best method but it will work assuming the file plays at all.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
It's still not working. I have no idea why. I installed Avisynth and all the dlls are in place.l33tmeatwad wrote:First off, I would recommend dropping VLC in favor of Media Player Classic as it is much better. Secondly, I would install the latest LAV Filters to make sure DirectShowSource has something to decode the file with if MPC happens to play it correctly.pan_dbgt01 wrote:I haven't been able to use windows media player since I started using windows 8. It says it needs an update and I haven't bothered since I use vlc. Could that be an issue?l33tmeatwad wrote:Does it play back in your media player? If so as a last resort you could always use DirectShowSource() (no additional plugins needed). It's not the best method but it will work assuming the file plays at all.
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
I used a video converter to make the mp4 and now it's working. MKVtoMp4 is what I originally used, so I have no idea why the h264 video isn't working properly.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
My first question is, why recontainer just to use AviSynth? Did you try using the original MKV with AviSynth? Secondly, DO NOT REENCODE TO A LOSSY FORMAT! By doing that you are degrading the footage, you are best off figuring out why the footage is not importing properly.pan_dbgt01 wrote:I used a video converter to make the mp4 and now it's working. MKVtoMp4 is what I originally used, so I have no idea why the h264 video isn't working properly.
I will say this, while MKVtoMP4 is probably the most convenient and easy way to recontainer videos, it has been known to create unusable files when using the 32bit version on a 64bit OS. The only reason you should need to use MKVtoMP4 is if you are trying to open the MP4 in your editing software, you should avoid using it if you plan to convert with AviSynth as it just adds another layer of possible problems.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- pan_dbgt01
- Joined: Thu May 24, 2001 9:19 pm
- Status: Hanging around. Trying to find time to edit.
- Location: Canada
Re: Help with AviSynth
Oh okay. Thank you for all of your helpl33tmeatwad wrote:My first question is, why recontainer just to use AviSynth? Did you try using the original MKV with AviSynth? Secondly, DO NOT REENCODE TO A LOSSY FORMAT! By doing that you are degrading the footage, you are best off figuring out why the footage is not importing properly.pan_dbgt01 wrote:I used a video converter to make the mp4 and now it's working. MKVtoMp4 is what I originally used, so I have no idea why the h264 video isn't working properly.
I will say this, while MKVtoMP4 is probably the most convenient and easy way to recontainer videos, it has been known to create unusable files when using the 32bit version on a 64bit OS. The only reason you should need to use MKVtoMP4 is if you are trying to open the MP4 in your editing software, you should avoid using it if you plan to convert with AviSynth as it just adds another layer of possible problems.
When I opened the mp4s in my Vegas I was getting blank video and that's why I am going lossless. I will try the MKVs.
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
Sounds like the originals are 10bit so lossless it's the right choice, I would just try converting from the original MKVs instead of the recontainered MP4s. There are some rare instances where Vegas (tho not Premiere) will not decode a recontainered video even if it is 8 bit, but I have only heard about this for a few sources.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
- RTW47
- Joined: Sat Oct 30, 2010 10:48 am
- Status: Knight of Ni
- Location: Argument Clinic
Re: Help with AviSynth
I believe some problems happened because of accidently trying to open something that does not exist. eg:. avformat_open_input() function error actually could also mean that LSMASHsource can't locate video file! (one possible case: perhaps because video extension did not matched to that in .avs script?) later I got totaly lost was it mp4, mkv or something else...in any way FFMPEGSource failue is also expected. Then remuxing suddenly fixes the problem?
(instead of just changing extension in the script? and using original video in avisynth right away)
(instead of just changing extension in the script? and using original video in avisynth right away)
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: Help with AviSynth
No, from the sound of it they recontainered to use in Vegas, it didn't work, so they used the new recontainered file with AviSynth.RTW47 wrote:Then remuxing suddenly fixes the problem?
(instead of just changing extension in the script? and using original video in avisynth right away)
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube