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 1st December 2007, 09:40   #201  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
I'd load it into soundforge, or any NLE that's handly and shows audio graphically, but that doesn't help if you don't have one. Audacity might be able to help, though.
foxyshadis is offline   Reply With Quote
Old 28th December 2007, 16:54   #202  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
@Myrsloik,

What happens if you open a file (which is DV with color format 4:1:1)?

http://forum.doom9.org/showthread.ph...32#post1080432

Is this a bug in ffmpegsource (for example it doesn't check the color format which is outputted by the decoder, or it doesn't request the appropriate color format from the decoder), or is ffmpeg not decoding it correctly?
Wilbert is offline   Reply With Quote
Old 28th December 2007, 17:02   #203  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
Not much because I don't seem to have any DV files at all. Do I get a free sample?
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 28th December 2007, 20:23   #204  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
http://www1.mplayerhq.hu/MPlayer/samples/DV-raw/ Here's one of the same format.
foxyshadis is offline   Reply With Quote
Old 28th December 2007, 22:36   #205  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
My results:
FFmpegSource: same odd stuff as in the screenshot
FFmpeg.exe: Unable to find a suitable output format for 'c:/FFmpegSource/voxnews.dv'
Mplayer: dies instantly unless two instances are launched at the same time and then one seems to work

I don't think it's my fault this time...
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 29th December 2007, 04:59   #206  |  Link
themostestultimategenius
Kwon BoA
 
themostestultimategenius's Avatar
 
Join Date: Feb 2007
Location: Singapore
Posts: 83
Try using QTSource?

Incase you don't have the plugin (Just too lazy to search for the thread with it =p)
http://www.mediafire.com/?ahw5eznzazp
__________________
Jeremy Clarkson - Getting fat is just evolution
themostestultimategenius is offline   Reply With Quote
Old 5th January 2008, 14:24   #207  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
Version 1.14 released. The main new thing is that it's statically linked (only one dll) and is linked with a much newer ffmpeg.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 5th January 2008, 14:49   #208  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
with 1.14 i got stuck with "LoadPlugin: unable to load c:\xx\ffmpegsource.dll"

even if i keep all other dlls ( like avcodec-51.dll, avformat-51.dll ... from previus package ) in windows\system32

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 5th January 2008, 16:14   #209  |  Link
Nikos
Registered User
 
Join Date: Jun 2002
Location: Greece
Posts: 242
Ver. 1.13 works fine but 1.14 give me errors with or without the old dlls.
"Script open failed"
__________________
Greece PAL User...

Last edited by Nikos; 5th January 2008 at 16:28.
Nikos is offline   Reply With Quote
Old 5th January 2008, 16:33   #210  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
The file is updated now. For some reason I can't understand the release compile didn't link properly.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 5th January 2008, 16:50   #211  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
yes! now working!!

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 5th January 2008, 17:19   #212  |  Link
Nikos
Registered User
 
Join Date: Jun 2002
Location: Greece
Posts: 242
Thanks, now working fine!!!
__________________
Greece PAL User...
Nikos is offline   Reply With Quote
Old 5th January 2008, 21:19   #213  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
Quote:
Originally Posted by Myrsloik View Post
Version 1.14 released. The main new thing is that it's statically linked (only one dll) and is linked with a much newer ffmpeg.
Thanks for the new release. Did you have include some patches with it (E-AC3 decoder, TrueHD/MLP...) or not ?
Kurtnoise is offline   Reply With Quote
Old 5th January 2008, 21:30   #214  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
No, it remains patchless. I'm too lazy to bother with adding those things as I don't need it myself and at least one day they'll hopefully be integrated. Feel free to make your own compiles of it..
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 12th January 2008, 16:01   #215  |  Link
jmartinr
Registered User
 
jmartinr's Avatar
 
Join Date: Dec 2007
Location: Enschede, NL
Posts: 301
DV (Pal) scrambled

Thanks for the good work.

But unfortunately DV stil gives a sort of scrambled outcome.

Screencapture is here: http://www.nkbv.nl/blobs/wedstrijden/test/palintlt.bmp
Script is here: http://www.nkbv.nl/blobs/wedstrijden/test/palintlt.avs
AVI (Pal DV) is here: http://www.nkbv.nl/blobs/wedstrijden/test/palintlt.avi

1.13 had the same error. Avi does play in ffplay SVN-r8891.
jmartinr is offline   Reply With Quote
Old 12th January 2008, 18:55   #216  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
The file decodes in a just as messed up way with a recent ffplay. Not my fault and I have no idea what causes it.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 12th January 2008, 23:18   #217  |  Link
jmartinr
Registered User
 
jmartinr's Avatar
 
Join Date: Dec 2007
Location: Enschede, NL
Posts: 301
Could you tell me which version of ffplay that is? Rev11143 still works fine.
jmartinr is offline   Reply With Quote
Old 12th January 2008, 23:35   #218  |  Link
Myrsloik
Professional Code Monkey
 
Myrsloik's Avatar
 
Join Date: Jun 2003
Location: Kinnarps Chair
Posts: 2,548
I think c/c++ compilers hate me in general. One recompile of ffmpeg+ffmpegsource and it works. Behold the newer version which will be known as 1.15.
__________________
VapourSynth - proving that scripting languages and video processing isn't dead yet
Myrsloik is offline   Reply With Quote
Old 13th January 2008, 15:05   #219  |  Link
jmartinr
Registered User
 
jmartinr's Avatar
 
Join Date: Dec 2007
Location: Enschede, NL
Posts: 301
jmartinr is offline   Reply With Quote
Old 14th January 2008, 13:10   #220  |  Link
Klute
Registered User
 
Join Date: Nov 2002
Posts: 3
ive got a problem with an quicktime file, which has a res of 582x319.
when i try to transcode it using ffmpegsource, i get an "YV12 images for output must have a width divisible by 4 (use crop)!" error.

:-/
Klute 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 23:07.


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