Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

Pages: (26) 1 2 [3] 4 5 ... Last » ( Go to first unread post )
Ffmpeg Input Driver, Experimental driver based on ffmpeg libs
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
Barnister
Posted: Jul 3 2011, 01:50 PM


Advanced Member


Group: Members
Posts: 54
Member No.: 27261
Joined: 22-March 10



AWWWWWW YYYEAAAAHHH!

I've been waiting a long, long time for VDub to be able to load any other format than avi! Much obliged!
 
     Top
ale5000
Posted: Jul 5 2011, 03:10 AM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



It is nice that you added "File Information dialog" but what I was referring was this:
CODE
VS_VERSION_INFO VERSIONINFO
FILEVERSION FILEVER
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
   BLOCK "StringFileInfo"
   BEGIN
       BLOCK "040904b0"
       BEGIN
           VALUE "Comments", "Sample Application\0"
           VALUE "CompanyName", "Sample Company\0"
           VALUE "FileDescription", "MyProject Application\0"
           VALUE "FileVersion", STRFILEVER
           VALUE "InternalName", "MyProject\0"
           VALUE "LegalCopyright", "Copyright (C)\0"
           VALUE "OriginalFilename", "MyProject.EXE\0"
           VALUE "ProductName", "MyProject Application\0"
           VALUE "ProductVersion", STRPRODUCTVER
       END
   END
   BLOCK "VarFileInfo"
   BEGIN
       VALUE "Translation", 0x409, 1200
   END
END


--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
raythe0n
Posted: Jul 7 2011, 02:57 PM


Member


Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11



QUOTE (ale5000 @ Jul 5 2011, 06:10 AM)
It is nice that you added "File Information dialog" but what I was referring was this:
CODE
VS_VERSION_INFO VERSIONINFO
FILEVERSION FILEVER
PRODUCTVERSION PRODUCTVER
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
   BLOCK "StringFileInfo"
   BEGIN
       BLOCK "040904b0"
       BEGIN
           VALUE "Comments", "Sample Application\0"
           VALUE "CompanyName", "Sample Company\0"
           VALUE "FileDescription", "MyProject Application\0"
           VALUE "FileVersion", STRFILEVER
           VALUE "InternalName", "MyProject\0"
           VALUE "LegalCopyright", "Copyright (C)\0"
           VALUE "OriginalFilename", "MyProject.EXE\0"
           VALUE "ProductName", "MyProject Application\0"
           VALUE "ProductVersion", STRPRODUCTVER
       END
   END
   BLOCK "VarFileInfo"
   BEGIN
       VALUE "Translation", 0x409, 1200
   END
END

This refers to information about a media file which opens the plugin. I changed only the VirtualDub structure of the plugin description. Dll file information resource will change later.

Thanks for the reminder. )
 
     Top
ale5000
Posted: Jul 7 2011, 03:55 PM


Advanced Member


Group: Members
Posts: 1114
Member No.: 22180
Joined: 30-September 07



Don't worry, I just wanted to be sure that you didn't misunderstand me.

--------------------
New VirtualDub forum
VirtualDub AIO (All-in-One installer for VirtualDub and plugins)
Codec Toolbox RS (A tool to read/change merit of codecs and many other things)
Input plugins for VirtualDub / ACM codecs / VFW codecs
 
     Top
Jim_pansen
Posted: Jul 8 2011, 11:31 AM


Advanced Member


Group: Members
Posts: 30
Member No.: 25998
Joined: 12-August 09



Hi raythe0n,

great plugin, it works fine here! Thank you very very much!

Could you add some more supported file format filters in opening window to be able to select files such as *.MTS, *.M2TS, *.TS & *.M2T?
I know, it works if I put in *.* & hit ENTER! But it would be fine if these fromats will be present.

THX a lot

Jim

This post has been edited by Jim_pansen on Jul 11 2011, 02:14 PM
 
    Top
Barough
Posted: Jul 10 2011, 09:40 AM


Advanced Member


Group: Members
Posts: 95
Member No.: 22677
Joined: 24-December 07



Hi raythe0n

Can't understand how i could have missed this plugin earlier.

Works really nice on the few files i've tested so far. Keep up to good work. smile.gif

--------------------
user posted image
 
    Top
raythe0n
Posted: Jul 11 2011, 03:18 PM


Member


Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11



Hi Jim_pansen,
Hi Barough,

Nice to hear! Work in progress )
 
     Top
L.H.V.F.
Posted: Jul 13 2011, 04:52 AM


Advanced Member


Group: Members
Posts: 49
Member No.: 28822
Joined: 19-October 10



Hi, raythe0n

I have tested your latest version Ffmpeg Input Driver, 0.5, and for an video, that I was planing convert for make an DVD, with possible synchrony in audio, that I still have not tested definitively, and your latest version not working as before:

Video mentioned: http://www.4shared.com/video/OE0y3D4v/Proj...ontinuidad.html


In your earlier version (0.4), the video have run normally in Input Side (had not stayed freezed).

Earlier version: http://www.4shared.com/file/fYNgmo6y/FFInp...Driver-v04.html

Edit: Since the link at Minus.com is no longer available, the new link that not expires are now at Google Drive:

https://docs.google.com/file/d/0B2P9tmmpSwF-WXA3QjdwMXFjcDg/edit

Or backup in Google Code, if preferred:
http://code.google.com/p/ffinputdriver/downloads/list

4Shared has blocked for only registered users do download of the shared files.

Note: I use windows xp SP3, and in "limited user account". This last problem mentioned, have occured also for the fccHandler developer for some time. I suggest that you keep all versions of your plugin stored, for these possible problems. I will test in Administrator account, for check if the problem repeats.

I thank your reply.
 
     Top
raythe0n
Posted: Jul 14 2011, 11:36 AM


Member


Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11



QUOTE (L.H.V.F. @ Jul 13 2011, 07:52 AM)
Hi, raythe0n

I have tested your latest version Ffmpeg Input Driver, 0.5, and for an video, that I was planing convert for make an DVD, with possible synchrony in audio, that I still have not tested definitively, and your latest version not working as before:

Video mentioned: http://www.4shared.com/video/OE0y3D4v/Proj...ontinuidad.html


In your earlier version (0.4), the video have run normally in Input Side (had not stayed freezed).

Earlier version: http://www.4shared.com/file/fYNgmo6y/FFInp...Driver-v04.html

Note: I use windows xp SP3, and in "limited user account". This last problem mentioned, have occured also for the fccHandler developer for some time. I suggest that you keep all versions of your plugin stored, for these possible problems. I will test in Administrator account, for check if the problem repeats.

I thank your reply.

HI L.H.V.F.,

Unfortunately I was unable to reproduce the problem in terms of video playback on XP SP3. Very slow seek apparently related to not fully support in the used FFMpeg an ASF format (in part of keyframe index table). So here are sought a frame by frame.

You can replace the ffmpeg libs in plugins32/ffdlls to the last assembly http://ffmpeg.zeranoe.com/builds/ or from 0.4 release.

thx.
 
     Top
-vdub-
Posted: Jul 14 2011, 01:13 PM


Advanced Member


Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10



Ray feedback for loading .ts file containing mpeg-2 transport stream and mpeg audio. None seem to load with correct AR into virtualdub. Maybe a little tweak to loads with DAR instaead of PAR could correct this. Maybe then two extended load selections available for PAR and DAR, with DAR default on load ?


FFPlay and FFProbe in console show
PAR 16:11
DAR 16:9

GSpot
SAR 1.222 (11:9)
PAR 1.455 (16:11)
DAR 1.778 (16:9)

Players vlc and mpc both show the above as 16:9 using the DAR for AR

Verson this applies to ffinputdriver-v0.5-bin.zip atm
 
    Top
Barnister
Posted: Jul 15 2011, 05:24 PM


Advanced Member


Group: Members
Posts: 54
Member No.: 27261
Joined: 22-March 10



What about support for the dreadful .bik format?

http://en.wikipedia.org/wiki/Bink_Video , according to wiki

QUOTE
The format was reverse-engineered by the FFmpeg project and Bink decoding is supported by the open-source libavcodec library.
 
     Top
Placio74
Posted: Jul 16 2011, 05:23 AM


VideoAudio


Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07



Bink Video (.bik) is opened and decoded.
user posted image

--------------------
VideoAudio.pl - Serwis o technologii wideo & audio
 
     Top
Barnister
Posted: Jul 17 2011, 07:04 AM


Advanced Member


Group: Members
Posts: 54
Member No.: 27261
Joined: 22-March 10



Awesome! Thanks! I must've been blind.

Anyway, can you help me out. Nothing to do with this plugin per se though. I've got ffdshow installed. And I'm trying to open a .bik file with my Media Player Classic.

But MPC can't render said file. However opening the file with VDub, with your plugin installed, works just fine.

Hasn't your plugin libraries which are also in ffdshow? If not, how do I get it running short of installing codecs from http://www.radgametools.com/ .

 
     Top
Placio74
Posted: Jul 17 2011, 10:38 AM


VideoAudio


Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07



QUOTE (Barnister @ Jul 17 2011, 09:04 AM)
... I've got ffdshow installed. And I'm trying to open a .bik file with my Media Player Classic.

But MPC can't render said file. However opening the file with VDub, with your plugin installed, works just fine. ...

ffdshow is primarily DirectShow decoder (and Bink support is not set in ffdshow).
Also decoders isn't enough. Other filter is needed - splitter (simplifying... to handle 'file formats'/containers).

You can find RAD Game Tools Splitter (was removed from Media Player Classic due to problems of legality). It's not standalone - binkw32.dll and smackw32.dll are used for decoding.

QUOTE (Barnister @ Jul 17 2011, 09:04 AM)
... Hasn't your plugin libraries which are also in ffdshow?...

Not mine, but...
(simplifying) yes, however ffdshow uses only some FFmpeg libraries.

QUOTE (Barnister @ Jul 17 2011, 09:04 AM)
... If not, how do I get it running short of installing codecs from http://www.radgametools.com/ .

Can't.

--------------------
VideoAudio.pl - Serwis o technologii wideo & audio
 
     Top
raythe0n
Posted: Jul 17 2011, 05:05 PM


Member


Group: Members
Posts: 19
Member No.: 31262
Joined: 10-May 11



QUOTE (-vdub- @ Jul 14 2011, 04:13 PM)
Ray feedback for loading .ts file containing mpeg-2 transport stream and mpeg audio. None seem to load with correct AR into virtualdub. Maybe a little tweak to loads with DAR instaead of PAR could correct this. Maybe then two extended load selections available for PAR and DAR, with DAR default on load ?


FFPlay and FFProbe in console show
PAR 16:11
DAR 16:9

GSpot
SAR 1.222 (11:9)
PAR 1.455 (16:11)
DAR 1.778 (16:9)

Players vlc and mpc both show the above as 16:9 using the DAR for AR

Verson this applies to ffinputdriver-v0.5-bin.zip atm

Hi -vdub-

Have you tried to set the Aspect Ratio (right click on INPUT view) to the Source from the popup list? It is calculated by PAR and SAR from ffmpeg. Aspect Ratio is often found in the Free Adjust state by default.

thx
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
378 replies since May 10 2011, 10:20 AM Track this topic | Email this topic | Print this topic
Pages: (26) 1 2 [3] 4 5 ... Last »
<< Back to VirtualDub Filters and Filter Development