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. |
13th August 2024, 04:42 | #1381 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
I have observed problems on some computers:
1. The "FFmpeg / x264" video codec is not displayed in the list of video codecs. One of the x264vfw codecs might not be displayed either. 2. When opening a file, one of the panels did not show a video frame and did not update during navigation. 3. The "File > Export > Image sequence" operation did not work. All these problems disappeared after I deleted the VirtualDub2 settings from the registry. I do not know what was the reason for the unstable operation of VirtualDub2 and avlib_vdplugin.
__________________
MPC-BE 1.8.0 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
14th August 2024, 09:03 | #1382 | Link | |
Registered User
Join Date: Sep 2007
Location: Italy
Posts: 33
|
Quote:
It crashes even if the .ffindex file is dummy, as long as it is not empty Even cleaning the "Virtualdub.org" folder in the Windows Registry the problem occurs again. No problem with the original version of Virtualdub2 (avlib plugin 2020) Last edited by blob2500; 14th August 2024 at 09:08. |
|
14th August 2024, 15:52 | #1383 | Link | |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,079
|
Quote:
Code:
echo test > test.ffindex Last edited by LigH; 14th August 2024 at 15:55. |
|
14th August 2024, 16:00 | #1384 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
avlib_vdplugin 0.7.0.108
Fixed a crash when trying to parse some unsupported files.
__________________
MPC-BE 1.8.0 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
20th August 2024, 16:44 | #1385 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
Windows 7 users can try using FFmpeg files from builds here - https://github.com/kusaanko/FFmpeg-Auto-Build/releases
__________________
MPC-BE 1.8.0 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
30th August 2024, 18:47 | #1386 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
avlib.vdplugin 0.7.0.123 released
VirtualDub2 44282 with updated plugin is also available. Changes: FFmpeg 7.0.2 is now supported. Added support for JPEG XL images. Added support for VVC videos. Improved navigation support for long FLVs and MKVs with audio. More default formats for the "FFMpeg : video" and "FFMpeg : images" groups. Changed the display of the "Metadata" field in "File Information". Fixed the use of audio encoders. Improved ignoring of AviSynth scripts to prevent VirtualDub 2 interface from freezing in some situations. VirtualDub2 v2.1.1.609 released Changes: More careful ignoring of 64-bit "ffdshow Video Codec" (ff_vfw.dll) and "Logitech Video (I420)" (lvcod64.dll) to eliminate crash when opening AVI files. Updated avlib-1.vdplugin to version 0.7.0.123. |
30th August 2024, 22:38 | #1387 | Link | |
Registered User
Join Date: Apr 2024
Posts: 80
|
Quote:
|
|
31st August 2024, 01:43 | #1390 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,079
|
VirtualDub2, since it was invented as VirtualDub-FilterMod, and still today, uses codecs from the ffmpeg project inside an avlib-1.vdplugin file to decode (when supported) and partially encode (when selected). It does not use a separate ffmpeg.exe to do that.
What exactly is the point of your question? The main difference between VirtualDub2 44282 and any newer version is: VirtualDub2 44282 contains an old EXE which was compiled with an older Visual Studio version and does not crash trying to load some 64-bit VfW codecs. But to introduce new features, v0lt needed to compile a new version of the VirtualDub2 EXE with a newer Visual Studio. That one crashes with some specific 64-bit VfW codecs, so it ignores those to avoid the crashes. Summary:
Last edited by LigH; 31st August 2024 at 01:47. |
31st August 2024, 08:29 | #1392 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,992
|
Quote:
EDIT: Also, I believe that "Menu/Video/Full Processing Mode" needs to be selected for the VD2 filters to be processed at all. [Filters are processed in uncompressed RGB]
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 31st August 2024 at 08:36. |
|
31st August 2024, 14:00 | #1393 | Link | |
Registered User
Join Date: Apr 2024
Posts: 80
|
Quote:
|
|
31st August 2024, 14:04 | #1394 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,079
|
Menu "View > Enable output pane [F10]"; and you may need to allow scaling of the panes when the video dimensions may fit the whole screen (right-click the video pane and select "Auto size" or a convenient scaling so that two panes fit in your desktop).
|
31st August 2024, 14:57 | #1396 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,079
|
AFAIK, VirtualDub2 has no subtitle renderer. It ignores subtitle streams in your input files. And I don't see any VirtualDub filter which is able to render subtitles (but I can't say for sure that none exists; it might be possible to install DirectVobSub's VSFilter as a VDF plugin).
To "burn in" subtitles, you may have to open your source file via a "frame server" (AviSynth or Vapoursynth) which overlays your subtitles over the video stream. This may require extracting them from your MKV file first, then load a plugin in your script which can render them. Last edited by LigH; 31st August 2024 at 15:03. |
31st August 2024, 16:17 | #1397 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
Quote:
64-bit VSFilter.dll can be found in old standalone_filters sets of MPC-BE or MPC-HC projects. Or take it from the xy-VSFilter project or its forks. For example: https://github.com/pinterf/xy-VSFilter/releases
__________________
MPC-BE 1.8.0 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
|
31st August 2024, 21:08 | #1398 | Link | |
Registered User
Join Date: Apr 2024
Posts: 80
|
Quote:
|
|
1st September 2024, 05:04 | #1399 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,085
|
Quote:
It works for me. I added the TextSub filter, selected an external subtitle file in .ASS format and got the text in the output panel.
__________________
MPC-BE 1.8.0 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|