Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Development

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th July 2007, 16:42   #41  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
excellent !

i have just build a beta of automkv that use yout ffmpegsource!

Excellent! now many users will be able to decode/process several kind of media (expecially when directshow source isn't so affidable)

just to know: is it a bug or know that framerate is always 30 ?
and ... using with autocrop plugin (that make arbitrary seek on file) will cause ffmpegsource to throw out an error (on mkv files)

thanks again, i would like to include your works in next release of AutoMKV, if you want

thanks!

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 18th July 2007, 14:26   #42  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
Yet another new version with big changes and probably some new bugs has been released...

The autocrop bug should be fixed and the framerate set to the average for mkv files.

Would there be any interest in a simple swscaler filter? It would allow combined resizing and colorspace conversions with some combinations possible that aren't available in avisynth by default (ever wanted to point resize the chroma when going between yuy2 and yv12?)
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet

Last edited by Myrsloik; 18th July 2007 at 14:34.
Myrsloik is offline   Reply With Quote
Old 18th July 2007, 17:10   #43  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
YES!

Autocrop is working, slow but working! THANKS!

and even the framerate is fixed!

Quote:
Would there be any interest in a simple swscaler filter?
a resizer ?

imho ... no

i use your excellent plugin primary for loading file

then i use all avisynth internals/externals plugin for every other need
BUT i don't know so well avisynth so i cannot say if would be useful for some others..

one more think: one user have reported that after 50' and 14 sec the encoding is blocked.
It was feeding a 1280/640 x264+acc matroska file, using FFmpegSource 1.3

i haven't much more information, i will ask on my automkv thread

thanks again!

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 20th July 2007, 11:28   #44  |  Link
AVIL
Registered User
 
Join Date: Nov 2004
Location: Spain
Posts: 408
Hi,

About this:

Quote:
Future improvements if there's any interest:
Convert it to a c plugin (static linking, no additional dlls)
IMHO is preferable let things as is. Reason: the uderlying dll's could evolve even though the plugin remains unchanged or be discontinued.
AVIL is offline   Reply With Quote
Old 20th July 2007, 11:43   #45  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
The source is available and without changes the binary is almost guaranteed to turn obsolete and unupgradable long before the source is with just a recompile.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 21st July 2007, 18:58   #46  |  Link
MatMaul
Registered User
 
Join Date: Apr 2004
Posts: 402
I can't decode ac3 audio stream embedded in avi file, is it normal ? ("codec not found")

I think you haven't compile ffmpeg dlls with liba52 support.
MatMaul is offline   Reply With Quote
Old 21st July 2007, 19:00   #47  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
Did I ever claim to have compiled ffmpeg with any additional libraries?
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 21st July 2007, 19:03   #48  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
well .. more library are inside.. more compatibility we have..

so i suggest to add additional library... if possible

thanks!

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 21st July 2007, 21:51   #49  |  Link
MatMaul
Registered User
 
Join Date: Apr 2004
Posts: 402
I suggest liba52 and libfaad2 then we can decode ac3 and aac streams which are very common.
MatMaul is offline   Reply With Quote
Old 22nd July 2007, 00:00   #50  |  Link
tebasuna51
Moderator
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 6,890
At least with libfaad2 because don't exist a good dedicated aac decoder for AviSynth, actually we need use DirectShowSource.

For ac3 (and mpa, mp2, mp3) we can use NicAudio.dll also based in liba52.
For WAVE_FORMAT_EXTENSIBLE, ogg, flac, wma, ... we can use BassAudio.dll and Bass libraries + Add-Ons. BassAudioSource can decode stereo aac/mp4 but don't work for multichannel aac.
tebasuna51 is offline   Reply With Quote
Old 22nd July 2007, 12:54   #51  |  Link
MatMaul
Registered User
 
Join Date: Apr 2004
Posts: 402
Quote:
Originally Posted by tebasuna51 View Post
At least with libfaad2 because don't exist a good dedicated aac decoder for AviSynth, actually we need use DirectShowSource.

For ac3 (and mpa, mp2, mp3) we can use NicAudio.dll also based in liba52.
For WAVE_FORMAT_EXTENSIBLE, ogg, flac, wma, ... we can use BassAudio.dll and Bass libraries + Add-Ons. BassAudioSource can decode stereo aac/mp4 but don't work for multichannel aac.
yes but with ffmpegsource we can do that without demux the avi or mkv and it is great
MatMaul is offline   Reply With Quote
Old 26th July 2007, 09:40   #52  |  Link
Lele-brz
Registered User
 
Lele-brz's Avatar
 
Join Date: Feb 2007
Posts: 188
Hi,
I switched to this amazing FFMpegSource for some of the video like mp4 container, I found it more reliable than DirecShowSource especially for x264 encoding.
Now I'd like to use it for a video with this specs:
container: flv, video: vp6f, audio: mp3
But it doesen't work, is it only a problem of libraries, since the latest ffplay can read it.

thanks in advance for any help

Bye
Lele-brz is offline   Reply With Quote
Old 26th July 2007, 12:36   #53  |  Link
ajp
Registered User
 
Join Date: Oct 2002
Location: Sweden
Posts: 83
Quote:
Originally Posted by MatMaul View Post
I suggest liba52 and libfaad2 then we can decode ac3 and aac streams which are very common.
I agree, that would be sweeeet....
ajp is offline   Reply With Quote
Old 26th July 2007, 15:30   #54  |  Link
Susana
Registered User
 
Susana's Avatar
 
Join Date: Apr 2005
Location: Spain
Posts: 181
What's the problem with directshow-based ones?
Susana is offline   Reply With Quote
Old 26th July 2007, 19:24   #55  |  Link
ajp
Registered User
 
Join Date: Oct 2002
Location: Sweden
Posts: 83
Size limit?

Is there a size limit for the input file? When I tried earlier today it wouldn't accept a 8.5GB file but a smaller segment of the same file was ok.... ?
ajp is offline   Reply With Quote
Old 26th July 2007, 20:51   #56  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
It's probably limited to 4GB or so because of the fseek usage. It could probably be fixed for matroska but I have no idea what to do about libavformat.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 27th July 2007, 08:05   #57  |  Link
ajp
Registered User
 
Join Date: Oct 2002
Location: Sweden
Posts: 83
Quote:
Originally Posted by Myrsloik View Post
It's probably limited to 4GB or so because of the fseek usage. It could probably be fixed for matroska but I have no idea what to do about libavformat.
What a shame, too bad it isn't an easy fix. At least now I know it won't work, thanks.
ajp is offline   Reply With Quote
Old 27th July 2007, 09:39   #58  |  Link
Lele-brz
Registered User
 
Lele-brz's Avatar
 
Join Date: Feb 2007
Posts: 188
I'm not sure the limit is 4Gb, I was able to encode a 5.15 Gb video using FFMpegSource

container: mov
video: dvvideo
audio: pcm_s16be
duration: 24:18
bitrate: 30.341 kbps
Lele-brz is offline   Reply With Quote
Old 27th July 2007, 10:18   #59  |  Link
ajp
Registered User
 
Join Date: Oct 2002
Location: Sweden
Posts: 83
Quote:
Originally Posted by Lele-brz View Post
I'm not sure the limit is 4Gb, I was able to encode a 5.15 Gb video using FFMpegSource

container: mov
video: dvvideo
audio: pcm_s16be
duration: 24:18
bitrate: 30.341 kbps
Hmmm, that's odd. I'll have to try it on some more large files then. My input was a .mkv-file. I'll try the new AutoMKV as well... (and yes, the partition is NTFS )
ajp is offline   Reply With Quote
Old 27th July 2007, 17:21   #60  |  Link
ajp
Registered User
 
Join Date: Oct 2002
Location: Sweden
Posts: 83
Nope, tried a second 8GB file and I get the same error message...

FFMpegSource: Can't parse Matroska file: I/O Error: Invalid argument

I'm on Vista (32bit), maybe that's why... :-O
ajp is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 22:02.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.