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. |
![]() |
#21 | Link | |
x264 developer
Join Date: Sep 2004
Posts: 2,392
|
Quote:
Incompatible api changes require incrementing the major version, which has happened twice in the last 3 years. |
|
![]() |
![]() |
![]() |
#22 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
My attempt at a sample accurate audio source. Not very tested yet. Only supports mpeg1 layer 2/3 audio in mkv so far. Should seek accurately in the same formats as the video source.
Usage: FFAudioSource(string source, int track = -1) Experimental audio source
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#23 | Link |
Registered User
Join Date: Nov 2006
Posts: 146
|
I've tried to make a script including this line
(mvfpsflowscd(30,oversample=16,blurradius=4) but when I open the file with FFMpegSource avisynth give me an error Where I've to write "linear=false" ? Last edited by ficofico; 23rd June 2007 at 11:53. |
![]() |
![]() |
![]() |
#26 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
A new version has been released with several improvements to seeking.
FLV files have now been confirmed to work perfectly VOB files now appear to have frame accurate seeking (at least with the single test vob used) but no rff flags applied (won't ever happen) Normal MPG files should seek without showing artifacts Feel free to report the results with any other containers you use.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#27 | Link | |
ffdshow/AviSynth wrangler
Join Date: Feb 2003
Location: Austria
Posts: 2,441
|
Quote:
![]() np: Lusine - Flat (Cepia Remix) (Podgelism)
__________________
now playing: [artist] - [track] ([album]) |
|
![]() |
![]() |
![]() |
#28 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
Doing that using only libraries coming from ffmpeg you have to first decode the video to find out the flags. So in the end all you'd get is a very slow dgindex/dgdecode clone if you're lucky. I don't see a great demand for that.
If you find me a nice mpeg/vob/ts parsing library it would be a completely different thing though...
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#29 | Link |
the funk phenomena
Join Date: Feb 2007
Posts: 21
|
works on wine! tried only on demuxed .vc1 source so far:
FFmpegSource(source="FEATURE_1_FEATURE_2.VC-1.stream.0.vc1",track=-1,seekmode=0,timecodes="test.timecodes",cache=true,cachefile="test.ffcache") AssumeFPS(23.976) takes a minute or two to index for 18GB. And I can't seek, or it takes incredibly long (probably the latter). Thanks so much ![]() ![]() Last edited by infernix; 4th July 2007 at 22:28. |
![]() |
![]() |
![]() |
#30 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
Version 1.3 has been released (see first post) and some other items have been added to the possible improvements list.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#31 | Link |
Registered User
Join Date: Nov 2006
Posts: 146
|
Myrsloik can you post the version 1.1? This version doesn't work in my batch script.
With the tool avs2avi, the avs file is like: ffmpegsource("temp.mp4) when temp.mp4 it's a x264 8000 bitrate .The conversion in xvid with avs2avi with the 1.1 release it's good, with this version doen't work, it give me error. The dll in plugins directory it's still 1.1 (after I've seen that 1.3 doesn't work) but the dll in system32 are from 1.3 version. thanks |
![]() |
![]() |
![]() |
#32 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
No, if you can't be bothered to actually tell me what the error is it can't be that important.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#36 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
My guess is that you're using the ffmpeg dlls from a previous version/other program.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet |
![]() |
![]() |
![]() |
#38 | Link |
Professional Code Monkey
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,514
|
It's time to get some input from the silent masses...
What should I do about audio handling in general? Is there any reason at all to keep FFAudioSource when FFAudioRefSource actually works (if you've got the space)? Should FFAudioRefSource be merged with FFVideoSource (faster file opening the first time if you want both audio and video)? Should I waste many more hours to try to get FFAudioSource to work (it's highly unlikely it'll ever be good for more than previews)? ...the next version will also have postprocessing.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet Last edited by Myrsloik; 16th July 2007 at 14:32. |
![]() |
![]() |
![]() |
#40 | Link |
Avisynth Developer
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
|
From a user perspective it is much more straight forward to them if you do the AudioDub of the audio and video internally for them.
From a programming perspective I know it sucks having function arguments left, right and centre to control need behaviour. |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|