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: (8) [1] 2 3 ... Last » ( Go to first unread post )
Virtualdub 1.10.2 Test Thread
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
phaeron
Posted: Jan 9 2012, 03:36 AM


Virtualdub Developer


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



(Prerelease links removed - 1.10.2 final is out. It is functionally the same as 1.10.1 test-9.)

Changes so far:

  • (test-9) Fix for audio length issues with segmented AVI output.
  • (test-8) Fixed crash with hex editor RIFF tree.
  • (test-7) Fixed crash with on screen keyboard enabled.
  • (test-6) Fixed font in a few dialogs.
  • (test-6) Added fully buffered I/O mode.
  • (test-6) Added switch for using user profile for storage.
  • (test-6) Fixed chroma smoother filter.
  • (test-5) Filters: Single frame buffer option now works with V16/V17 filters and disables 3D acceleration.
  • (test-5) Filters: Fixed regression with built-in filters with 3D acceleration.
  • (test-5) Filters: Fixed keyboard shortcut conflict in filters dialog.
  • (test-4) PluginAPI: The preferred fccHandler supplied by input plugins is now also passed through to output files.
  • (test-4) Decoders: Relaxed size restrictions on MJPEG decoder since a more flexible conversion blitter is now being used.
  • (test-4) Fixed inversion when reading TARGA images (regression from 1.10.1).
  • (test-4) ExtEnc: Fixed omitted parameters and occasional extra commas when exporting profiles.
  • (test-4) HexViewer: Fixed incorrect text label for fccHandler stream field.
  • (test-3) Fixed missing perspective filter.
  • (test-3) Export Raw Video options now save correctly in scripts.
  • (test-3) Reduced GPU priority when rendering with Direct3D 9Ex.
  • (test-2) Fixed manifest problem. The manifests were being generated for declaring Windows Vista/7 compatibility and enabling comctl32 v6, but they were not embedded and got dropped by the packaging script (which is why I missed it in local testing).
  • (test-2) Fixed arithmetic bug in the 64-bit versions of the 2:1 reduce filters.
  • (test-2) Fixed porting errors that broke the HSV adjust and emboss filters.
  • (test-2) Added a new "very low" priority for the internal ASF handler so it can be overridden in input plugins.


This post has been edited by phaeron on Jun 3 2012, 11:49 PM
 
    Top
jep
Posted: Jan 11 2012, 02:35 PM


Newbie


Group: Members
Posts: 2
Member No.: 33920
Joined: 29-December 11



Auto name output file in export with external encoder , as it is in save avi.
Thank you.
 
     Top
John I.
Posted: Jan 11 2012, 07:26 PM


Advanced Member


Group: Members
Posts: 36
Member No.: 27193
Joined: 13-March 10



V 1.10.2 build 34717

- Loaded 'Dynamic Noise Reduction' filter by Steven Don.
- Tried to configure filter. (Dialog doesn't appear !!!)

Can anyone confirm ?

 
     Top
se7six
Posted: Jan 15 2012, 01:42 AM


Newbie


Group: Members
Posts: 3
Member No.: 28876
Joined: 25-October 10



QUOTE (John I. @ Jan 11 2012, 03:26 PM)
V 1.10.2 build 34717

- Loaded 'Dynamic Noise Reduction' filter by Steven Don.
- Tried to configure filter. (Dialog doesn't appear !!!)

Can anyone confirm ?

I just tried that filter and I'm having the same problem.

--------------------
System 1
Intel Q9550 @ 2.83GHz
Gigabyte EP45-DS3R
4GB Corsair Dominator DDR2-1066
896MB BFG NVIDIA GTX 260 OC2 (216)

System 2
Intel Q9400 @ 2.66GHz
ABIT IP35-Pro
4GB Corsair DHX DDR2-800
512MB XFX NVIDIA 8500 GT
 
      Top
ale5000
Posted: Jan 16 2012, 11:00 PM


Advanced Member


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



Test file: http://www.multiupload.com/NQ1IXYMPAZ
Reference thread: http://forums.virtualdub.org/index.php?act...ST&f=15&t=20778

If you use Audio => Direct stream copy the output play stuck but with Audio => Full processing mode it works fine.

--------------------
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
phaeron
Posted: Jan 17 2012, 12:15 AM


Virtualdub Developer


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



I tracked down the DNR filter problem to a bug in the filter itself. It has a missing break statement on its WM_NOTIFY handler which interacts badly with the common controls 6.0 library that enables visual styles. Fixed filter:

http://www.virtualdub.org/downloads/dnr2-v...-vstylesfix.zip
http://www.virtualdub.org/downloads/dnr2-v...ylesfix-src.zip
 
    Top
John I.
  Posted: Jan 17 2012, 08:04 AM


Advanced Member


Group: Members
Posts: 36
Member No.: 27193
Joined: 13-March 10



A Valuable filter Working again. smile.gif
Thank You.
 
     Top
John I.
  Posted: Jan 25 2012, 04:23 AM


Advanced Member


Group: Members
Posts: 36
Member No.: 27193
Joined: 13-March 10



The Mouse wheel is behaving differently in V 1.10.2.

In previous version up to V 1.10.1, the mouse wheel would move the filters' sliders by 1 Unit. On the other hand; in this version, the wheel moves the sliders in various filters (mostly external ones) by different values, but never 1.

 
     Top
heustess
Posted: Jan 25 2012, 04:52 AM


Advanced Member


Group: Members
Posts: 67
Member No.: 21872
Joined: 5-August 07



Is the Export Raw Video: Set Format working correctly? VirtualDub.jobs does not seem to change when Vertical orientation is changed. I get
VirtualDub.SaveRawVideo("test.yuv", 15, 4, 0, 40519);
whether I select Vertical orientation Top-down or Bottom-up. I think the 3rd 0 or 1 represents the secondary plane order. What represents the vertical orientation?

I found that if I export the raw video (15, 4, 0, 40519) with vdub.exe 1.10.1 or higher and a script (syl) to x264 and then make an .mp4 from the resulting .264 with MP4Box the .mp4 is upside down (vertical orientation reversed) unless I add
VirtualDub.video.filters.Add("flip vertically");
to the script.

If I manually use VirtualDub.exe to export the raw video and then run the rest of my test.bat, the .mp4 is not upside down but the colors are wrong (secondary plane order reversed).

--------------------
http://heustess.com/
 
      Top
L.H.V.F.
Posted: Jan 27 2012, 11:24 PM


Advanced Member


Group: Members
Posts: 49
Member No.: 28822
Joined: 19-October 10



Hi, phaeron

I have tested the latest version of the VirtualDub in this Thread, and with an mine computer, with FFmpeg Input Driver, an problem with the title "VirtualDub Error", continued. I have two samples with this problem:

http://img268.imageshack.us/img268/3408/20errorvirtualdubtest2.png

http://www.4shared.com/video/M8MP39gx/20101214bl3_1292371138.html

http://www.4shared.com/video/MwSlwqZ1/The_Code_Watch_Free_Documentar.html


Edit: 4Shared has blocked for only registered users do download of the shared files.

Minus.com: The minus.com has changed the site policy, and ended leaving unavailable for download all the files that are not images.

Edit: Since the link at Minus.com is no longer available, the new link that not expires are now at Google Drive:


20101214bl3_1292371138.flv :

https://docs.google.com/file/d/0B2P9tmmpSwF-Mml3SFY2bHg1dUk/edit?usp=sharing

The_Code_Watch_Free_Documentary_Online.flv :

https://docs.google.com/file/d/0B2P9tmmpSwF-bjdmY09Wdk5FcDA/edit?usp=sharing


I'm not certain about the origin of this problem, but, for example, in the fccHandler FLV Input plugin, it doesn't occur in my xp. Could you indicate/correct (what's) the fail or indicate a solution? Only one Administrator account, the General Administrator, can use without any problem the FFmpeg Input Driver in this mentioned computer. In the 20101214bl3_1292371138.flv is impossible to process in the VirtualDub with FFmpeg Input Driver in the same computer. In fccHandler FLV Input plugin, this problem no occurs. The last mentioned video, not begins with a key frame, and neither all internet videos are created with perfect playback, without errors or not damaged. In other computer, with less updates and programs installed, and under a limited user account, the problem no occurs.

I thank reply,
L.H.V.F. .
 
     Top
oreillymj
Posted: Feb 5 2012, 08:33 AM


Newbie


Group: Members
Posts: 5
Member No.: 33862
Joined: 21-December 11



Hi Phaeron,

Any chance that you might look at the 1080p motion jpeg error when importing video from Pentax K5 cameras.

I posted a sample clip here .... http://www.multiupload.com/MCH2GWZT3H
 
     Top
Dstruct
  Posted: Feb 15 2012, 08:03 AM


Advanced Member


Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08



VirtualDub-1.10.2-test2 (Direct3D high precision VSync output)



With enabled "Enable 3D video filter accelaration (VDXA)", VirtualDub stalls the system during dub operation.


Test:

-> load video
-> add resize filter which is runnin in VDXA mode

-> dub
-> try to open Windows Control Panel

=> takes extremely long time to open (~30 seconds)


Similar in this example:

> add resize filter which is runnin in VDXA mode

-> dub
-> receive E-mail (which contains a website link) in Mozilla Thunderbird
-> click the website link to open it in Mozilla Firefox

=> takes extremely long time to open (~30 seconds)


Aborting the dub operation doesn't help. But opening the VirtualDub preferences window makes the lag/stall go away immediately!


This behaviour doesn't happen with "Enable 3D video filter accelaration (VDXA)" disabled. No lags.



Any chance to get this a bit more relaxed so that the system can properly do it's work in the background?



____________________
Windows XP SP 3 + all Windows Updates
Intel Core 2 Duo E6700
GeForce GTS 450 + Driver 285.58
Mozilla Thunderbird 10.0.1 + Firefox 10.0.1 (set as OS-default mail application and internet browser)
 
    Top
phaeron
Posted: Feb 20 2012, 11:51 PM


Virtualdub Developer


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



Alright, from the top again:

The wheel stepping issue is likely due to enabling visual styles. There are unfortunately some unavoidable differences in the way that the updated v6 common controls work in Windows. However, I wasn't able to reproduce this on my Windows 7 x64 system.

The Export Raw Video script problems should be fixed now. The script command was OK, but the code that wrote the script was wrong.

That FLV error looks like it's actually coming from the plugin -- I'm not sure what to make of it.

MultiUpload is not cooperating at the moment, so I can't look at the MJPEG issue now. Maybe later if the site comes up again.

I'm not sure what's going on with the 3D acceleration issue. Try bringing up Task Manager and seeing if VirtualDub's CPU usage is abnormally high, or even using Process Explorer and checking GPU usage (you need to add this column manually to the display). VirtualDub should be generally at 0% CPU when idle. I did put in a change to lower the GPU priority for Vista+ OSes, but this shouldn't matter after the dub completes as by then the 3D device has been shut down.
 
    Top
heustess
Posted: Feb 21 2012, 03:56 AM


Advanced Member


Group: Members
Posts: 67
Member No.: 21872
Joined: 5-August 07



@phaeron

VirtualDub.jobs now shows VirtualDub.SaveRawVideo("test.yuv", 15, 4, 1 ,0); and corrects the upside-down problem but still gets the yuv colors wrong.

VirtualDub.jobs should show VirtualDub.SaveRawVideo("test.yuv", 15, 4, 0, 0); which gives the correct orientation and colors.

On another note - sometimes VirtualDub.jobs shows a space after a comma and sometimes there is no space. I usually omit the spaces in my scripts to be consistent. Apparently it doesn't hurt to do this.

--------------------
http://heustess.com/
 
      Top
Dstruct
Posted: Feb 21 2012, 03:27 PM


Advanced Member


Group: Members
Posts: 257
Member No.: 24005
Joined: 8-August 08



QUOTE (phaeron @ Feb 21 2012, 01:51 AM)
I'm not sure what's going on with the 3D acceleration issue. Try bringing up Task Manager and seeing if VirtualDub's CPU usage is abnormally high, or even using Process Explorer and checking GPU usage (you need to add this column manually to the display). VirtualDub should be generally at 0% CPU when idle. I did put in a change to lower the GPU priority for Vista+ OSes, but this shouldn't matter after the dub completes as by then the 3D device has been shut down.

I'm on WinXP SP3. Same OS-stall/lag problem(s) with 1.10.2-test3!


Sometimes opening the Windows Task Manager during a 3D dub operation results in this error too:

"A video filter operation has failed because the 3D graphics accelerator in no longer available."


CPU usage is around 60% to 70% (Intel Core 2 Duo). VirtualDub Dub process priority is set to "Lowest".


I have no idea how to display GPU usage in Process Explorer 15.13! Edit: Seems this function needs Windows Vista at least.
 
    Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
111 replies since Jan 9 2012, 03:36 AM Track this topic | Email this topic | Print this topic
Pages: (8) [1] 2 3 ... Last »
<< Back to Testing / Bug Reports