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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > VirtualDub, VDubMod & AviDemux

Reply
 
Thread Tools Search this Thread Display Modes
Old 19th June 2021, 17:12   #1121  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,752
Not generally possible. They may handle fundamentally different actions (e.g. VirtualDub has no substitute to every possible AviSynth filter and NLE feature, whereas AviSynth is not able to select a codec for the compression).
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 19th June 2021, 18:47   #1122  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
How do you convert AVISynth scripts to Virtualdub processing scripts?
As LigH said, but you can load avisynth scripts into VDub2, and additionally process in some way, and/or add to queued jobs list.
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 20th June 2021, 03:46   #1123  |  Link
GAP
Registered User
 
Join Date: Sep 2020
Posts: 135
Okay thanks.
GAP is offline   Reply With Quote
Old 19th December 2021, 21:22   #1124  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Yo shekh,
If you do get back to this, can I ask if cursor in AVS script editor be sizeable, specifically adjust width wider,
on 4K monitor and Windows 10 scaling to 150%, cursor is almost invisible in the editor [W10 scaling or Ease of Access cursor width seems to make no difference].
I quite often find myself having to click with the mouse so I can tell where the cursor is.

Thanks muchly
__________________
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; 19th December 2021 at 21:25.
StainlessS is offline   Reply With Quote
Old 3rd February 2022, 18:19   #1125  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
It seems VirtualDub2 doesn't understand Y-only clips with >8 bits. Not sure if this has been noted before so just putting it on record.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 10th February 2022, 20:45   #1126  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
I made this one sticky, and collected all the depreciated stuff into one sticky. Let me know if anyone has other suggestions.
Wilbert is offline   Reply With Quote
Old 10th February 2022, 22:26   #1127  |  Link
wonkey_monkey
Formerly davidh*****
 
wonkey_monkey's Avatar
 
Join Date: Jan 2004
Posts: 2,493
You could un-sticky my "Compiling VirtualDub with VC++ Express - how I did it" thread because it's hopelessly out of date.
__________________
My AviSynth filters / I'm the Doctor
wonkey_monkey is offline   Reply With Quote
Old 6th September 2022, 08:27   #1128  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,752
Are you barking at the wrong tree?
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 7th September 2022, 14:59   #1129  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,542
Quote:
Originally Posted by LigH View Post
Are you barking at the wrong tree?
Don't feed the troll™.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 11th September 2022, 03:54   #1130  |  Link
GAP
Registered User
 
Join Date: Sep 2020
Posts: 135
Due to circumstances involving my laptop's GPU being busted, I am foced to use my Woindws XP comuter. I wanted to convert my videos to .mp4 but while converting my video, I encountered an error called "Requested frame not found". I am not sure what has caused this error but I want to convert my videos using Virtualdub2. Can anyone help me?

Last edited by GAP; 11th September 2022 at 04:13.
GAP is offline   Reply With Quote
Old 11th September 2022, 16:51   #1131  |  Link
nji
Registered User
 
Join Date: Mar 2018
Location: Germany
Posts: 201
With my limited knowledge I would say that
the video stream is defect in some way.
Try different decoder (at VD2's open dialog),
or try avidemux.
If successfull check the audio (sync and quality).
nji is offline   Reply With Quote
Old 12th September 2022, 15:43   #1132  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
"Requested frame not found"

From another of your threads, [EDIT: GAP threads]
Quote:
Originally Posted by benwaggoner View Post
If you can't play back uncompressed in realtime, I'd worry that you might not be able to record uncompressed in realtime, and thus would get dropped frames. So double-check that before trying uncompressed.

Recording uncompressed video is a great use case for RAID, if that's an option for you.
From this [GAP] thread,
https://forum.doom9.org/showthread.php?t=183052

Maybe suggest trying the batch script with that error producing clip,
BAT(same thread) = https://forum.doom9.org/showthread.p...05#post1948505

See if ffmpeg gives any further info in error message for the missing frame,
perhaps it can even auto conceal the error. (producing legal output clip)
EDIT:
OR smaller bat script. Output UT_Video, AVI.

SomethingOrOther.bat
Code:
setlocal

REM Where to Find ffmpeg
set FFMPEG="C:\BIN\ffmpeg.exe"

REM Where to get input file, No terminating Backslash, "." = current directory
set INDIR="."


REM Where to place output file, No terminating Backslash.
set OUTDIR="D:"


FOR %%A IN (*.wmv *.mpg *.avi *.flv *.mov *.mp4 *.m4v *.RAM *.RM *.mkv *.TS *.ogv *264 *.webm *.m2v *.VOB) DO (
  %FFMPEG% -i "%INDIR%\%%A" -vcodec utvideo -acodec pcm_s16le "%OUTDIR%\%%~nxA.AVI"

)

Pause
Output AVI to to D: drive. Input types in BLUE (can try adding more at end of list, eg " *.abc", SPACE separatedf from other extensions).

Create CONVERT Folder. Copy bat and source clips into that folder.
Ensure FFMPEG line points to your ffmpeg binary.
Run the bat.
(The Bat dont like SPACES nor weird foreign chars in filenames)
__________________
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; 13th September 2022 at 01:34.
StainlessS is offline   Reply With Quote
Old 14th September 2022, 08:51   #1133  |  Link
GAP
Registered User
 
Join Date: Sep 2020
Posts: 135
I will that a try and see what I get. I am not sure Virtualdub2 works for XP as I want to export to .mp4.

Quote:
Originally Posted by nji View Post
With my limited knowledge I would say that
the video stream is defect in some way.
Try different decoder (at VD2's open dialog),
or try avidemux.
If successfull check the audio (sync and quality).
What version of AVIDemux works with XP?
GAP is offline   Reply With Quote
Old 19th September 2022, 21:53   #1134  |  Link
filler56789
SuperVirus
 
filler56789's Avatar
 
Join Date: Jun 2012
Location: Antarctic Japan
Posts: 1,351
<OT>
Quote:
Originally Posted by StainlessS View Post
(The Bat dont like SPACES nor weird foreign chars in filenames)
Not sure whether the members from France, Italy, Spain, Poland or Hungary (for example) would like to see their native languages labeled as "weird" or "foreign".
Next time please try to write just "non-ASCII characters".
It's true that the Amerikans have the bad habit of assuming that they are the center of the universe;
however it's easy to forget that they inherited this bad habit from the Brits.
</OT>
filler56789 is offline   Reply With Quote
Old 19th September 2022, 23:02   #1135  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I consider my bottom well smacked ! (but will likely repeat said faux pas )

One day we will take back that colony and re-establish the center of the Universe
__________________
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 ???
StainlessS is offline   Reply With Quote
Old 22nd September 2022, 04:16   #1136  |  Link
GAP
Registered User
 
Join Date: Sep 2020
Posts: 135
What is the the input caching driver? I heard once that it might be somehting wrong with the driver.
GAP is offline   Reply With Quote
Old 5th November 2022, 12:35   #1137  |  Link
isidroco
Registered User
 
Join Date: Nov 2008
Posts: 34
Quote:
Originally Posted by GAP View Post
I will that a try and see what I get. I am not sure Virtualdub2 works for XP as I want to export to .mp4.
What version of AVIDemux works with XP?
Last working version: https://sourceforge.net/projects/avi...idemux/2.6.20/
Until today (v44282) all virtualDub2 versions work with XP, some third party plugins (as Filtres_JPSDR) may fail.

Last edited by isidroco; 5th November 2022 at 13:16.
isidroco is offline   Reply With Quote
Old 5th November 2022, 13:28   #1138  |  Link
isidroco
Registered User
 
Join Date: Nov 2008
Posts: 34
Quote:
Originally Posted by GAP View Post
What is the the input caching driver? I heard once that it might be somehting wrong with the driver.
In VDUB2, File, Open, at the bottom you can use original VDub Input driver: "Audio/video interleave..." which will only open AVIs (and will fail to accurately seek frames on h264/h265). Or "Caching Input Driver" (FFMPEG based) which will open almost anything although you will loose DirectStreamCopy (unless video is compressed using a compressor with AllKeyFrames as MJPG).

You may try to fix corrupted video: http://www.risingresearch.com/en/dvr/
isidroco is offline   Reply With Quote
Old 6th November 2022, 15:16   #1139  |  Link
jpsdr
Registered User
 
Join Date: Oct 2002
Location: France
Posts: 2,308
Quote:
Originally Posted by isidroco View Post
Until today (v44282) all virtualDub2 versions work with XP, some third party plugins (as Filtres_JPSDR) may fail.
Even the XP build version ?
__________________
My github.
jpsdr is offline   Reply With Quote
Old 12th November 2022, 18:45   #1140  |  Link
nji
Registered User
 
Join Date: Mar 2018
Location: Germany
Posts: 201
HEVC; set display aspect ratio

?How?
nji is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:49.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.