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: (5) [1] 2 3 ... Last » ( Go to first unread post )
Virtualdub 1.10.4 Test Thread
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
phaeron
Posted: Jan 26 2013, 10:01 PM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



Current 1.10.4 test version:

(Removed: 1.10.4 final is out and supercedes all 1.10.4 test releases.)

Changes:

  • (test-13) Per-monitor DPI awareness support.
  • (test-13) Fixed format issues in interpolate filter in nearest mode.
  • (test-12) Extended format support in resize filter.
  • (test-12) Added drop-down for expansion tokens in external encoder setup.
  • (test-11) Fixed dumb bug in some dialogs with calling SetWindowText() with a null window handle.
  • (test-11) Added %(outputbasename) to external encoder CLI template system.
  • (test-10) Fixed crash regression with /portable.
  • (test-10) Fixed cropping error with alias format filter.
  • (test-9) Fixed some selection weirdness in the external encoder dialog.
  • (test-9) Fixed crash when attempting to crop non-AVI-compatible formats.
  • (test-9) Removed some long defunct striping options.
  • (test-8) Convert Format script/job handling fix for new formats.
  • (test-7) TARGA decoding fix.
  • (test-6) Fixed capture spill dialog on Windows XP.
  • (test-6) DXGI screen capture fixes.
  • (test-2) Fixed regression in Direct3D effects display path.
  • (test-1) Processing priority option now applies to all worker threads (filtering, compression).
 
    Top
Jam One
Posted: Jan 30 2013, 11:28 AM


Advanced Member


Group: Members
Posts: 580
Member No.: 25518
Joined: 8-May 09



= Regression report =

Problem is related to: Displaying video in panes
Problem looks like: Only a piece of image is being displayed in just small rectangle in the upper-left corner of the preview pane.
Problem is believed to be associated with and caused by: DirectX/Direct 3D subsystem.
The effect goes away and the image comes back when either "Use Direct3D" or "Use effect file" flag is cleared.
Latest known "good" VirtualDub build without the mentioned problem: '1.10.3.-test4' / build 34987.

user posted image

user posted image

P.S.: Shader "effect file" is actually needed in this case for the purposes of color management, to accommodate for wide-gamut display.

Following is the 'effect file contents':

CODE

extern sampler s0 : register(s0);
float4 p0 : register(c0);

static float4x4 r2r =
{
0.721369034892911,0.257393680045628,0.0212372850614593,0,
0.0434523218885522,1.02322966833513,-0.0666819902236872,0,
0.0128978941739008,0.0401613012665135,0.946940804559586,0,
0, 0, 0, 0
};

float4 main(float2 tex : TEXCOORD0) : COLOR
{
 float4 c0 = tex2D(s0, tex);
   c0 = pow(c0, 1/0.45);
   c0 = mul(r2r, c0);
   c0 = saturate(c0);
   c0 = pow(c0, 0.45);

 return c0;
}

void VS(float4 pos : POSITION,
float2 uv : TEXCOORD0,
out float4 oPos : POSITION,
out float2 oT0 : TEXCOORD0)
{
oPos = pos;
oT0 = uv;
}

texture vd_srctexture;

technique {
pass {
VertexShader = compile vs_2_0 VS();
PixelShader = compile ps_2_0 main();
CullMode = none;
AlphaBlendEnable = false;
Texture[0] = <vd_srctexture>;
AddressU[0] = clamp;
AddressV[0] = clamp;
MinFilter[0] = linear;
MagFilter[0] = linear;
}
}
 
     Top
phaeron
Posted: Feb 2 2013, 09:53 PM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



Whoops... try test-2.
 
    Top
Jam One
Posted: Feb 3 2013, 06:32 PM


Advanced Member


Group: Members
Posts: 580
Member No.: 25518
Joined: 8-May 09



1.10.4-test2 -- Everything is fine!
Thank you very much, Mr.Lee!
 
     Top
Akilak
Posted: Feb 10 2013, 09:53 AM


Newbie


Group: Members
Posts: 3
Member No.: 34405
Joined: 4-March 12



Many thanks. Version 1.10.4 - much better. It see some filters wich i can't to add. Per now all works.
But something wrone. Picture shows some lines - i cann't to explane it.
 
     Top
-vdub-
Posted: Mar 22 2013, 07:00 AM


Advanced Member


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



External Encoders

1. The help guide mentions the pipe will pass through all video as progressive, if so is there any plans for interlace also as an option. As many encoders support interlace encoding

2. Encoders tab to have categories for video audio and multiplexers to make finding them quickly. An extra header tab at window top for type where encoder muxer shows if is a video, audio, or muxer

3. The same tab at window top able to work to sort alphabetically, numbering etc same things as other windows tabs normally do when selected with an arrow show ascending, descending and more

4. Able to move around any encoder sets or encoders singularly or multi select many able then sort any list

5. Multi delete doesn't actually work they remain with many in the Encoders tab (didn't test with Encoders Sets)

6. An option not to save any external encoders profiles to the registry instead ability to save and use from a .vdprof profile

7. Ability to expand the external encoders window and for it to remember it's size and position on screen

8. A global list of encoders to quick select to save navigating through folders each time when choose a different encoder from last time

9. All the other ideas and features you have for external encoders, if any!

10. If copy or download a list that has profile 1, 2, 3 etc would it overwrite the current profile with that same number or will it still be added. Would like it to be added with new profile number

11. Having different Encoder sets ability to export only those chosen. Where will export both the chosen Encoder Sets and sub Encoders it uses. This will be good for people who have problems to send only Encoder Set they have problem with. And for us to load only that Encoder set for testing problem solving. Besides ability to do the same with Encoder Sets we are testing with. Though need ability still needed for an option not to use registry with External Encoders to work with .vdprof only (option for user choice)

12 Allowing for the External Encoders window to stay open while testing profiles
 
    Top
Trepack
Posted: Mar 24 2013, 09:37 AM


Newbie


Group: Members
Posts: 8
Member No.: 36289
Joined: 20-March 13



VirtualDub-1.10.4 test-6 32bit
I have problems with open a file .ts this is the mediainfo...

CODE

General
ID                                       : 1 (0x1)
Complete name                            : I:\Cuentame.Como.Paso.ts
Format                                   : MPEG-TS
File size                                : 4.90 GiB
Duration                                 : 1h 11mn
Overall bit rate mode                    : Variable
Overall bit rate                         : 9 800 Kbps

Video
ID                                       : 256 (0x100)
Menu ID                                  : 1 (0x1)
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.0
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 6 frames
Codec ID                                 : 27
Duration                                 : 1h 11mn
Bit rate                                 : 8 928 Kbps
Width                                    : 1 280 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 50.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.194
Stream size                              : 4.47 GiB (91%)
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709

Audio
ID                                       : 257 (0x101)
Menu ID                                  : 1 (0x1)
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Mode extension                           : CM (complete main)
Format settings, Endianness              : Big
Codec ID                                 : 129
Duration                                 : 1h 11mn
Bit rate mode                            : Constant
Bit rate                                 : 384 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Delay relative to video                  : -100ms
Stream size                              : 197 MiB (4%)


If I open virtualdub usually just stands and fails, if I open a avisynth script (DirectShowSource("I:\Cuentame.Como.Paso.ts"))gives me this information and opens but I make an audio delay in...

CODE

Video:
Frame size, fps (µs per frame): 1280x720, 50.000 fps (20000 µs)
Length: 214908 frames (1:11:38.16)
Decompressor: Internal DIB decoder (YV12)
Number of key frames: 214908
Min/avg/max/total key frame size: 1382400/1382400/1382400 (290125800K)
Min/avg/max/total delta size: (no delta frames)
Data rate: 552960 kbps (0.00% overhead)

Audio:
Sampling rate: 48000Hz
Channels: 2 (Stereo)
Sample precision: 16-bit
Compression: PCM (Uncompressed)
Layout: 214908 chunks (0.02s preload)
Length: 206310910 samples (1:11:38.14)
Min/avg/max/total frame size: 760/3839/3840 (805902K)
Data rate: 1536 kbps (0.62% overhead)


In VirtualDub-1.10.3 I have not this error
 
     Top
Altaf
Posted: Apr 10 2013, 12:12 PM


Advanced Member


Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13



1) Прошу меня извинить.
2)Предлагаю рассмотреть новый вариант внешнего вида.
Мне давно хотелось подобное иметь. Никто не сделал, пришлось с помощью других самому делать. VirtualDub11046.exe http://fileshare.in.ua/7263721
Это в начале не привычно и не привлекает. Но, после понимаешь как удобно, а главное не происходит ошибочных скачков по видео и не оправданных потерь. И меньше движений мышкой. А невзрачные цвета кнопок - защищают глаза от утомления и не отвлекают от работы.
3) И если моя версия понравиться я бы обрадовался. Конечно, это Вам не трудно сделать, но, если нужно будет поделюсь чем нужно.
4) Но, я с версией 1.10.4 - test7 не смог справиться. С этого момента программы стала ошибки показывать. Но, когда я с нова попробовал прежние исходники, на них тоже появились такие же ошибки.
Я ничего не понимаю, не программист и в работе этих программ так же не смыслю.
Спасибо.
Может кто подскажет что делать:

18>LINK : warning LNK4224: /OPT:NOWIN98 больше не поддерживается; не учитывается
18>version.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>FilterCallbacks.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>Init.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>oshelper.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>sparseavi.obj : error LNK2019: ссылка на неразрешенный внешний символ _version_num в функции "void __cdecl CreateExtractSparseAVI(struct HWND__ *,bool)" (?CreateExtractSparseAVI@@YAXPAUHWND__@@_N@Z)
18>about.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>auxdlg.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>Crash.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>DubOutput.obj : error LNK2001: неразрешенный внешний символ "_version_num"
18>about.obj : error LNK2001: неразрешенный внешний символ "_version_time"
18>Crash.obj : error LNK2001: неразрешенный внешний символ "_version_time"
18>auxdlg.obj : error LNK2001: неразрешенный внешний символ "_version_date"
18>Crash.obj : error LNK2001: неразрешенный внешний символ "_version_buildmachine"
18>..\..\out\Release\VirtualDub.exe : fatal error LNK1120: 4 неразрешенных внешних элементов
18>Build log was saved at "file://c:\VirtualDub8\VirtualDub11047_Engl\obj\Release\VirtualDub\BuildLog.htm"
18>VirtualDub - 14 error(s), 6 warning(s)
========== Build: 17 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
     Top
-vdub-
Posted: Apr 10 2013, 11:39 PM


Advanced Member


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



Web Translation of the above post


1) I'm sorry.
2) to consider a new version of the appearance.
I have long wanted to have a similar. No one did, I had to help myself to do more. VirtualDub11046.exe
It is not usual in the beginning and not attractive. But, after you realize how convenient, and most importantly there is no error on the video jumps and fell short of the losses. And fewer mouse movements. A nondescript color buttons - protect the eyes from fatigue and do not distract from the work.
3) And if you like my version, I would have been happy. Of course, this is not hard to do, but if you want to share what you need.
4) But, I have version 1.10.4 - test7, I can not handle. At this point of the program was to show the error.
But when I tried the old new sources, they also appeared the same mistakes.
I do not understand, not a programmer, and in these programs also do not make sense.
Thank you.
Can someone tell me what to do:


18> LINK: warning LNK4224: / OPT: NOWIN98 longer supported, is not considered
18> version.obj: error LNK2001: unresolved external symbol "_version_num"
18> FilterCallbacks.obj: error LNK2001: unresolved external symbol "_version_num"
18> Init.obj: error LNK2001: unresolved external symbol "_version_num"
18> oshelper.obj: error LNK2001: unresolved external symbol "_version_num"
18> sparseavi.obj: error LNK2019: unresolved external reference symbol _version_num in function "void __ cdecl CreateExtractSparseAVI (struct HWND__ *, bool)" (? CreateExtractSparseAVI @ @ YAXPAUHWND__ @ @ _N @ Z)
18> about.obj: error LNK2001: unresolved external symbol "_version_num"
18> auxdlg.obj: error LNK2001: unresolved external symbol "_version_num"
18> Crash.obj: error LNK2001: unresolved external symbol "_version_num"
18> DubOutput.obj: error LNK2001: unresolved external symbol "_version_num"
18> about.obj: error LNK2001: unresolved external symbol "_version_time"
18> Crash.obj: error LNK2001: unresolved external symbol "_version_time"
18> auxdlg.obj: error LNK2001: unresolved external symbol "_version_date"
18> Crash.obj: error LNK2001: unresolved external symbol "_version_buildmachine"
18> .. \ .. \ out \ Release \ VirtualDub.exe: fatal error LNK1120: 4 unresolved external elements
18> Build log was saved at "file :/ / c: \ VirtualDub8 \ VirtualDub11047_Engl \ obj \ Release \ VirtualDub \ BuildLog.htm"
18> VirtualDub - 14 error (s), 6 warning (s)
========== Build: 17 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
    Top
Altaf
Posted: Apr 17 2013, 04:43 AM


Advanced Member


Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13



Файл удалили, никто так и не попробовал? Перезалил еще раз:
http://fileshare.in.ua/7313745
Программу Microsoft Visual Studio 2008 переустановил - только на английском языке, но ошибки остались:
1>------ Build started: Project: VirtualDub, Configuration: Debug Win32 ------
1>Updating build number information...
1>Asuka: Failed: Unable to open verstub.asm for write.
1>Linking...
1>version.obj : error LNK2001: unresolved external symbol _version_num
1>FilterCallbacks.obj : error LNK2001: unresolved external symbol _version_num
1>Init.obj : error LNK2019: unresolved external symbol _version_num referenced in function "void __cdecl VDCPUTest(void)" (?VDCPUTest@@YAXXZ)
1>oshelper.obj : error LNK2001: unresolved external symbol _version_num
1>sparseavi.obj : error LNK2001: unresolved external symbol _version_num
1>about.obj : error LNK2001: unresolved external symbol _version_num
1>auxdlg.obj : error LNK2001: unresolved external symbol _version_num
1>Crash.obj : error LNK2001: unresolved external symbol _version_num
1>DubOutput.obj : error LNK2001: unresolved external symbol _version_num
1>about.obj : error LNK2001: unresolved external symbol _version_time
1>Crash.obj : error LNK2001: unresolved external symbol _version_time
1>auxdlg.obj : error LNK2001: unresolved external symbol _version_date
1>Crash.obj : error LNK2001: unresolved external symbol _version_buildmachine
1>..\..\out\Debug\VirtualDub.exe : fatal error LNK1120: 4 unresolved externals
1>Build log was saved at "file://c:\VirtualDub8\VirtualDub11047_Engl\obj\Debug\VirtualDub\BuildLog.htm"
1>VirtualDub - 14 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 17 up-to-date, 0 skipped ==========
Помогите пожалуйста кто может. 1) Перевести мои слова, с сохранением ссылки на ехе файл. 2) И надеюсь на Вашу помощь с программой. Спасибо.
 
     Top
Altaf
Posted: Apr 17 2013, 12:47 PM


Advanced Member


Group: Members
Posts: 75
Member No.: 36396
Joined: 9-April 13



И наконец то, моя версия ехе http://fileshare.in.ua/7314100 - VirtualDub1104Test7

(сам себе голову только морочил и не оправданно задержал)
Не снял атрибут только чтение с version2.bin, verstub.asm.
Не хотел чтобы новый номер бильда был.
С VirtualDub 1.10.4 Test 6 вроде получился. Только не знаю как.
А с 7 ым ошибки пошли.
Может подскажете как сделать чтобы не добавлялся № бильда?
Спасибо.

 
     Top
-vdub-
Posted: Apr 17 2013, 10:45 PM


Advanced Member


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



@Altaf

Post In English
QUOTE
Сообщение на английском языке
 
    Top
dloneranger
Posted: Apr 22 2013, 09:09 AM


Moderator


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



Re: 1.10.3 (test-8) Added more formats to the "convert format" filter.

Looking at the source, in 1.10.4 test 7
There is code to support more formats, but the code for ScriptConfig and GetSettingString are missing support for the extra formats
This results in scripts etc using any of the extra formats defaulting to rgb

--------------------
MultiAdjust JoinWav WavNormalize FFMPeg Input Plugin v1827 UnSharpMask
Windows7/8 Codec Chooser
All FccHandlers Stuff inc. Installers for acm codecs AAC, AC3, LameMp3
 
    Top
phaeron
Posted: Apr 23 2013, 03:54 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



...What was I smoking when I made that change?

Should be fixed in 1.10.4 test-8.
 
    Top
dloneranger
Posted: Apr 24 2013, 03:54 PM


Moderator


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



On the file menu -> export -> there are two entries for the stripe system that don't do anything


--------------------
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:
61 replies since Jan 26 2013, 10:01 PM Track this topic | Email this topic | Print this topic
Pages: (5) [1] 2 3 ... Last »
<< Back to Testing / Bug Reports