Problem opening mp4's in avisyth

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ShatteredFlame
Joined: Mon Jan 29, 2007 4:15 pm
Location: New York
Org Profile

Problem opening mp4's in avisyth

Post by ShatteredFlame » Sun Mar 23, 2008 7:18 pm

>_< I can open MKV or OGM files with no problem but can't open up these mp4's :/. I don't really want to wait until all the GL R1 DVD's come out and there's no way I'm buying R2's so I'm stuck with working with these raw h264 mp4's >_>

Here's the error I get:
Image

Here's my script:

Code: Select all

DirectShowSource("G:\Anime\Tengen Toppa Gurren-Lagann\[Order]_Tengen_Toppa_Gurren_Lagann_-_06_[04A3A17D].mp4", audio=false, fps=23.976)
What am I doing wrong? Help please!!!!

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Sun Mar 23, 2008 7:33 pm

Try the ffmpegsource instead of the directshowsource.
Usage:

Code: Select all

FFmpegSource(string source, int vtrack = -1, int atrack = -2, string timecodes, bool vcache = true, string vcachefile, string acachefile, string pp, int ppquality = 6, int threads = 1, int seekmode = 1)
So if you don't need audio, just use

Code: Select all

ffmpegsource("G:\Anime\Tengen Toppa Gurren-Lagann\[Order]_Tengen_Toppa_Gurren_Lagann_-_06_[04A3A17D].mp4")
to change your frame rate, try to use this code

Code: Select all

changefps(23.976)

User avatar
ShatteredFlame
Joined: Mon Jan 29, 2007 4:15 pm
Location: New York
Org Profile

Post by ShatteredFlame » Sun Mar 23, 2008 9:35 pm

@mirkosp:

:up: That did the trick! Thanks =)

User avatar
ForeverZeroo
Joined: Sun Aug 03, 2003 7:08 pm
Location: Philadelphia, Pa
Contact:
Org Profile

Post by ForeverZeroo » Thu Mar 27, 2008 8:13 pm

very ironic i was gonna ask the same thing for the same anime.

but it wont work for me here is my code:

#ASYNTHER Default (Source)
ffmpegsource("C:\Program Files\Bit Lord 1.1\Downloads\Tengen_Toppa_Gurren_Lagann_1-27-HD\[Order]_Tengen_Toppa_Gurren_Lagann_-_11_[v2][8A8CBD75].mp4")
Image
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Fri Mar 28, 2008 6:45 am

ForeverZeroo wrote:very ironic i was gonna ask the same thing for the same anime.

but it wont work for me here is my code:

#ASYNTHER Default (Source)
ffmpegsource("C:\Program Files\Bit Lord 1.1\Downloads\Tengen_Toppa_Gurren_Lagann_1-27-HD\[Order]_Tengen_Toppa_Gurren_Lagann_-_11_[v2][8A8CBD75].mp4")
What's the problem that you're getting?
Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Fri Mar 28, 2008 7:24 am

You need to download the ffmpegsource avisynth plugin. Google it.

Locked

Return to “AviSynth Help”