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. |
![]() |
#1221 | Link |
Registered User
Join Date: Dec 2023
Posts: 7
|
Hi Doom9!
I very much love VirtualDub2 and it is very a pity, that it is stopped on 44282 version in 2020. I love WindowsXP even more ![]() Right now last version ffmpeg-6.1 (2023-09-04) for xp, there is and sources, but alls it only x86 (i do not know why for xp-64 does not do). Maybe this is useful for compile. |
![]() |
![]() |
![]() |
#1222 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,928
|
I would guess that Reino might have no XP64 bit installation and building tools available (me neither)
But since he was so kind to publish his build configuration https://forum.doom9.org/showthread.p...ghlight=ffmpeg one who has all that (and the knowledge) should be able to compile himself.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
![]() |
![]() |
![]() |
#1223 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
VirtualDub2 includes only one plugin that uses FFmpeg DLLs. This is avlib-1.vdplugin.
Old version of avlib-1.vdplugin uses old versions of FFmpeg DLLs. New versions of FFmpeg differ in the names of the DLL files. The FFmpeg API has also been changed.
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
![]() |
![]() |
![]() |
#1225 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
It doesn't freeze for me, but it gives me an error.
I disabled support for AviSynth scripts in avlib-1.vdplugin. VirtualDub2 x64 with updated avlib-1.vdplugin (ffmpeg6.1 test 8) Alternative link avlib-1.vdplugin (FFmpeg 6.1) source code |
![]() |
![]() |
![]() |
#1226 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
VirtualDub2 x64 with updated avlib-1.vdplugin (ffmpeg 6.1.1 test 9)
Alternative link avlib-1.vdplugin (FFmpeg 6.1.1) source code Last edited by v0lt; 20th January 2024 at 08:48. |
![]() |
![]() |
![]() |
#1227 | Link |
Registered User
Join Date: Jul 2012
Posts: 214
|
It's nice to see updates here, but using VirtualDub2 x64 with updated avlib-1.vdplugin (ffmpeg 6.1.1 test 9) the process stays open in background after closing VD2. I need to close in task-manager.
To reproduce I need to drag and drop an Avisynth avs script, containing and loading a video: Code:
LWLibavVideoSource("IMG_0001.MOV") |
![]() |
![]() |
![]() |
#1228 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
@Morku
I think the problem is not with avlib-1.vdplugin (test 9). Because this plugin should not be used with AviSynth scripts.
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
![]() |
![]() |
![]() |
#1229 | Link |
Registered User
Join Date: Jul 2012
Posts: 214
|
Yes, that makes me also wondering, but using last VirtualDub2_44282 64Bit version, the exact same video and script, it doesn't get stuck. Using test 9, the process get stuck after closing again.
Don't know why and what exactly is the cause, but with the Avisynth script is my observation. When I drag and drop the MOV directly, VD2 test 9 just closes fine. |
![]() |
![]() |
![]() |
#1230 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
What happens if you open a simpler script?
Code:
Colorbars(1280,720)
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
![]() |
![]() |
![]() |
#1232 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
I confirm the problem. But I don’t know what to do with it yet.
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
![]() |
![]() |
![]() |
#1233 | Link |
Registered User
Join Date: Jul 2012
Posts: 214
|
One more thing with test 9. Loading a DV avi gives me error:
FFMPEG: Unsupported channel layout. File to test: https://www.sendspace.com/file/p7eghe Loading fine with 44282. |
![]() |
![]() |
![]() |
#1234 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
Quote:
I tried to solve this problem. VirtualDub2 x64 with updated avlib-1.vdplugin (ffmpeg 6.1.1 test 10) Alternative link
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource Last edited by v0lt; 14th February 2024 at 19:53. |
|
![]() |
![]() |
![]() |
#1236 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
Quote:
VirtualDub2 x64 with updated avlib-1.vdplugin (ffmpeg 6.1.1 test 11) Alternative link
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
|
![]() |
![]() |
![]() |
#1238 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
![]() |
![]() |
![]() |
#1239 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,254
|
It might be the issue I once reported: Selecting the Cached vs. AviFile input driver when opening AVS files.
|
![]() |
![]() |
![]() |
#1240 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,235
|
Quote:
You may be using FFmpegSource2, which builds an index file for the video file being opened.
__________________
MPC-BE 1.8.4 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|