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) « First ... 21 22 [23] 24 25 ... 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
dloneranger
Posted: Feb 14 2015, 01:22 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



Thanks
fixed that, but may take a while to propagate on the servers


--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
stef2
  Posted: Feb 20 2015, 05:30 PM


Newbie


Group: Members
Posts: 2
Member No.: 38662
Joined: 20-February 15



The ffmpeg plugin works great here; thanks for all the effort smile.gif

I have a question; hopefully someone can provide some help unsure.gif

I'd like to open a video directly from Windows Explorer by double-clicking the video file. But this results in an error message: "Couldn't locate decompressor for format 'H264 (unknown)"

The video can only be opened from Virtualdub itself, like this:
File -> Open video file -> Select 'FFMpeg Supported Files' -> Open

Is there any way to let Virtualdub always use FFMPeg for opening files?

Download link for a sample video: <problem solved; hyperlink removed>
 
     Top
dloneranger
Posted: Feb 20 2015, 06:33 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



You need a codec for windows

There are a few options

LAVFilters -> directshow codec Link
FFDshow -> directshow and vfw codecs (may need to enable the H264 codec in its options) Link
X264vfw -> vfw only Link

For just using in players I'd probably go with LAVFilters

Re always using ffmpeg plugin
It's an option I set when compiling
As the plugin does open so many files it may interfere when people don't expect it to be used eg opening an avi

I may get around to doing both versions, but until then here's one for you
Link

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
ale5000
Posted: Feb 20 2015, 06:39 PM


Advanced Member


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



The best way would be being able to override the default input plugin priority inside VirtualDub.

--------------------
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
dloneranger
Posted: Feb 20 2015, 06:41 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



Unfortunately, it's just a number in the program that's set when compiling
Virtualdub reads it from the file itself and compare it to the other ones, biggest number wins

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
shekh
Posted: Feb 20 2015, 08:03 PM


Advanced Member


Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14



Actually it must not be fixed at compiling, you can set it from ini file or something like that.
 
     Top
dloneranger
Posted: Feb 20 2015, 08:51 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



You're not talking about just modifying the mPriority of a VDXPluginInfo structure though are you

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
ale5000
Posted: Feb 20 2015, 10:14 PM


Advanced Member


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



These are just workaround, the best way would be change VirtualDub itself to list loaded input plugins and allow override.

--------------------
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
shekh
Posted: Feb 20 2015, 10:19 PM


Advanced Member


Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14



QUOTE
You're not talking about just modifying the mPriority of a VDXPluginInfo structure though are you

Yes, just that. Cant see what might be wrong.
 
     Top
shekh
Posted: Feb 20 2015, 10:34 PM


Advanced Member


Group: Members
Posts: 89
Member No.: 37903
Joined: 21-April 14



QUOTE (ale5000 @ Feb 20 2015, 10:14 PM)
These are just workaround, the best way would be change VirtualDub itself to list loaded input plugins and allow override.

I see your point but I have a feeling that entire input driver zoo is workaround for something solid and sane.
 
     Top
TCmullet
Posted: Feb 21 2015, 02:52 PM


Advanced Member


Group: Members
Posts: 312
Member No.: 3970
Joined: 2-May 03



Please forgive me if this is too far off point, but is there any way to get this wonderful functionality in AviSynth?

(For anyone who knows me and my video processing habits, this would be a shocking question as for years, I've avoided AviSynth like the plague preferring to do all in Vdub. Now, I am seeing the benefits of AviSynth and need to do a lot of the work in AviSynth, albeit with Vdub still involved at the tail end.)
 
    Top
dloneranger
Posted: Feb 21 2015, 03:49 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



?opening files in avisynth using ffmpeg?

I've seen some ffmpegsource things for it but haven't looked at them
http://avisynth.nl/index.php/FFmpegSource


--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
dloneranger
Posted: Feb 21 2015, 09:13 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



Ok, cancelled some things and made a new beta

V0824 beta A
Download

Added set plugin priority (in the extended options and file information dialog)
Fix better handling of truncated audio stream
Fix seek recursion endless loop

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
ale5000
Posted: Feb 21 2015, 10:58 PM


Advanced Member


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



Well, the priority works.
Is it possible to have a priority less then other plugins but higher than DirectShow plugin?
And also make it appears inside "Audio from other file"?

--------------------
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
dloneranger
Posted: Feb 21 2015, 11:38 PM


Moderator


Group: Moderators
Posts: 2366
Member No.: 22158
Joined: 26-September 07



Try this

V0824 beta B
Download

A]
Added set plugin priority (in the extended options and file information dialog)
Fix better handling of truncated audio stream
Fix seek recursion endless loop
B]
Added useable from 'Audio from another file' -> not extensively tested so far, sometimes works sometimes doesn't
Changed low priority to -9 so it's 1 higher than the directshow plugin
Modify audio seek to try and make 'audio from another file' work better (damned wmv's and their never seeking to the right place)

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    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) « First ... 21 22 [23] 24 25 ... Last »
<< Back to VirtualDub Filters and Filter Development