Converting MP4

If you have questions about compression/encoding/converting look here.
User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Converting MP4

Post by [Mike of the Desert] » Mon Aug 27, 2007 10:03 am

Hi Guys, I need your help, I can't find a way to convert a Mp4 file to any other. :?
I don't mind too much about quality this time, I just need it fast, and since Avisynth gives me a lot of errors if I try to DirectShow it, I really don't know what to do. ;\

Any idea?
ImageImage
Image

User avatar
Rapture**
Joined: Thu Nov 23, 2006 2:19 pm
Location: Vilnius , Lithuania
Org Profile

Re: Converting MP4

Post by Rapture** » Mon Aug 27, 2007 10:30 am

Michele wrote:since Avisynth gives me a lot of errors if I try to DirectShow it, I really don't know what to do. ;\

Any idea?
I don't really know any other way around it,but about AviSynth errors... Can you please discribe those errors? (inserting here those lines would really help...) I've had quite a lot problems myself when I was trying out AviSynth,but I've learned to fix 'em,so maybe I'll be able to help you with yours too.
:D I like laughter ;DD
ImageImage

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Mon Aug 27, 2007 10:44 am

It would be great.. The problem is that when I try to run the scrypt (done by one single line of text) it says 'Evaluate: Unrecognized Exception!'
ImageImage
Image

User avatar
Rapture**
Joined: Thu Nov 23, 2006 2:19 pm
Location: Vilnius , Lithuania
Org Profile

Post by Rapture** » Mon Aug 27, 2007 10:58 am

Michele wrote:'Evaluate: Unrecognized Exception!'
Hmm.. That looks familiar.. :?

Script please?
:D I like laughter ;DD
ImageImage

User avatar
Rapture**
Joined: Thu Nov 23, 2006 2:19 pm
Location: Vilnius , Lithuania
Org Profile

Post by Rapture** » Mon Aug 27, 2007 11:00 am

Damn,I just keep forgetting there is no edit button here :x

AviSynth,VDubMod and AMVApp versions?
:D I like laughter ;DD
ImageImage

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Mon Aug 27, 2007 11:04 am

Scrypt:

Directshowsource('Video.mp4')

Versions:

AmvApp's
ImageImage
Image

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Mon Aug 27, 2007 12:30 pm

You could always try FFmpegSource (you'll want version 1.9 in order to avoid the stack overflow error):
http://forum.doom9.org/showthread.php?t=127037
(put FFmpegSource.dll in AviSynth's plugins folder, and everything else in C:\WINDOWS\system32, overwriting any duplicates that occur)

It seems to work perfectly fine with MP4 files, and according to the thread, it's frame accurate - something DirectShow can't claim (plus it doesn't produce those grey frames at the end of the video like DirectShowSource does). Audio is turned off by default, so you'll need to write the script like this if you want audio:

Code: Select all

FFmpegSource("video.mp4",atrack=-1)
Just hope that the file doesn't have a variable frame rate, as there's nothing in the development thread to suggest that it maintains audio sync with VFR (only that it uses average framerate, but that means shit when trying to convert the thing to CFR and maintain absolute sync - for that, DirectShowSource's convertfps function still excels). Note I'm basing this on assumption due to what was actually said there - I have very few VFR files, and all the ones I'm aware of that were VFR were WMVs, not MP4s.

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Mon Aug 27, 2007 1:05 pm

Thanks. ^^
So.. I have to disinstall AviSynth and go searching the older version? :o
k, I'll try that. :idea:
ImageImage
Image

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Mon Aug 27, 2007 1:30 pm

Michele wrote:Thanks. ^^
So.. I have to disinstall AviSynth and go searching the older version? :o
k, I'll try that. :idea:
No, that's version 1.9 of FFmpegSource, not AviSynth. It's meant for the current version of AviSynth (the 2.5 series, which is included in the AMVapp).

User avatar
[Mike of the Desert]
Joined: Fri Jul 25, 2003 5:56 am
Status: Lonely
Location: Earth -> Europe -> Italy -> Rome -> Cerveteri -> Sasso -> Home -> Mike's Room
Contact:
Org Profile

Post by [Mike of the Desert] » Mon Aug 27, 2007 2:45 pm

Qyot27 wrote:
Michele wrote:Thanks. ^^
So.. I have to disinstall AviSynth and go searching the older version? :o
k, I'll try that. :idea:
No, that's version 1.9 of FFmpegSource, not AviSynth. It's meant for the current version of AviSynth (the 2.5 series, which is included in the AMVapp).
:oops: Got it, thanks. ^-^''
ImageImage
Image

Locked

Return to “Conversion / Encoding Help”