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. |
16th October 2024, 16:39 | #1461 | Link | ||
Registered User
Join Date: Dec 2008
Posts: 2,130
|
Quote:
Quote:
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource Last edited by v0lt; 16th October 2024 at 16:44. |
||
16th October 2024, 18:50 | #1462 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
remove std::allocator
Question for C++ experts.
Can anyone remove (replace) the obsolete std::allocator from the VirtualDub2 source code?
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource Last edited by v0lt; 17th October 2024 at 19:26. |
18th October 2024, 04:20 | #1463 | Link | ||
Registered User
Join Date: Sep 2023
Posts: 12
|
@Volt
Quote:
Quote:
Where would I report this? |
||
18th October 2024, 04:56 | #1464 | Link | |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
Quote:
For regular audio tracks, there is a one-to-one mapping of the audio channel to the audio speaker. This mapping is done either through a specific channel order and channel mask, or it is described in standards (see Dolby Digital, DTS). You can read more in the article "Surround sound" in Wikipedia. There is nothing like that in your file. Perhaps all these tracks are obtained from special software for working with sound. Someone made a full export without proper mixing to standard channel layouts (stereo, 5.1, 7.1, etc.).
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
|
19th October 2024, 00:58 | #1465 | Link | |||
Registered User
Join Date: Sep 2023
Posts: 12
|
Quote:
The original avlib plugin in VDub2.0 obviously uses a different process to both the new avlib plugin, and the avlib plugin in VDub 2.1. The old avlib opens it OK, the new one (with it's new DLLs) doesn't. That's all I'm pointing out. Quote:
Quote:
|
|||
19th October 2024, 07:24 | #1466 | Link | ||
Registered User
Join Date: Dec 2008
Posts: 2,130
|
Quote:
Code:
ffmpeg -i "HyperDeckS2.mov" -af "channelmap=0|1:stereo" -c:v copy -c:a pcm_s24le "HyperDeckS2_fix.mov"
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
||
19th October 2024, 13:44 | #1468 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
23rd October 2024, 17:33 | #1470 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
There's a lot you haven't said. But I doubt there are people here who would want to guess all the nuances of your problem.
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
28th October 2024, 16:21 | #1472 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
VirtualDub2_v2.1.2.661 (test build)
Fixed a crash when capturing video and saving to ProRes and other similar formats. avlib-1.vdplugin: Fixed freezing after early interruption of writing to a file when using some codecs. scripted.vdplugin: The list of keywords, internal functions and internal filters for AviSynth+ has been updated.
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource Last edited by v0lt; 29th October 2024 at 16:14. |
29th October 2024, 18:40 | #1473 | Link |
Registered User
Join Date: Jul 2019
Posts: 8
|
v0lt, thanks for this test build with the ProRes (avi) capture fix.
Played around with it and seems to be working ok, at least the way that last vDub2 v44015 did. (yuv4:2:2 working). Good to have this available again!! Also, as I mentioned in my original post about this issue, do you know why these Prores (avi) files trigger 'COM Surrogate' error and crash on Win 10? I'm thinking it could be related to 'metadata' handling/implementation, thumbnails maybe...? Another question: I would think you're applying the 'generic' prores implementation..!? (prores, prores_aw, prores_ks) Keep up the good work!! PS... For reference, this is my original issue with ProRes avi: https://forum.doom9.org/showthread.php?t=185848 Last edited by SupermanTV; 29th October 2024 at 18:51. |
30th October 2024, 04:39 | #1474 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
FFmpeg 7.1.
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource Last edited by v0lt; 30th October 2024 at 17:11. |
30th October 2024, 10:50 | #1475 | Link |
Registered User
Join Date: Mar 2018
Location: Germany
Posts: 237
|
Possible bug at orig pane view of non-labeled bt.709 (HD) movies?
I recently noticed that (some?) HD movies (1920x1080p, YUV4:2:0)
which are not explicitely labeled as bt.709 are shown in VD2 orig pane as if VD2 takes them as bt.609 (esp. this typical small shift red/yellow to green/blue). If I use alias format filter as first filter and choose bt.609 both panes (orig and result) are the same. If choosing bt.709 in the filter the result pane is more red/yellow than the orig pane. ==> Conclusion: orig movie is colorspace bt.609. BUT: The orig movie actually is the red/yellow one! At least MPC-HC shows it that way... So VD2's orig pane view is misleading... Or is it about the default handling of the case that movie dimensions are HD, but no color entry (which usually means bt.609)? |
30th October 2024, 11:33 | #1476 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,147
|
It's 601 vs. 709.
And it might indeed be a matter of default values. Some renderers may assume that any resolution larger than SD (e.g. DVD Video resolutions as threshold) is BT.709; other renderers may be set up to assume BT.601 if not explicitly flagged otherwise. Hard to tell, there are different places where that default could be set up (e.g. another YUV - RGB conversion in front of the renderer), there are different renderers which could be used by different methods of playback ... |
30th October 2024, 12:01 | #1478 | Link |
German doom9/Gleitz SuMo
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,147
|
So how is your VirtualDub2 set up? Which kind of display does it use: DirectX at all? DirectX 9 or 11? Or OpenGL? Or Hardware Overlay? And how is your graphic driver set up in case of Hardware Overlay?
And which does the media player use you compare VirtualDub2 to? It will probably be a different renderer. You cannot blame the VirtualDub2 author for things you did (not) set up or VirtualDub2 cannot control from itself. But we can both wait for a reply from a more competent person than me ... |
30th October 2024, 15:00 | #1480 | Link |
Registered User
Join Date: Dec 2008
Posts: 2,130
|
In the new avlib-1.vdplugin the logic is as follows:
Code:
if (colorspace == AVCOL_SPC_UNSPECIFIED) { if (width <= 1024 && height <= 576) cs = BT601; else cs = BT709; }
__________________
MPC-BE 1.8.1 and Nightly builds | VideoRenderer | ImageSource | ScriptSource | BassAudioSource |
Thread Tools | Search this Thread |
Display Modes | |
|
|