Hi there,
I want to open a YouTube file I downloaded via keepvid as .mp4 in VirtualDub. When I try to do so it tells me the file type isn't recognised (or words to that effect). I've tried a method I found on YouTube using ffdshow, Avisynth and K-Lite. When I try opening the file in AVIcodec (to find the codec I need) I get the following error message:
Opening error Cannot play back the file. The format is not supported.
In Gspot I get this:
Does anybody know how I can download YouTube videos that can be opened in VirtualDub? I tried downloading as all the possible file types from keepvid and keep-tube and have got similar problems - either AVIcodec/Gspot doesn't open them or doesn't know what codec it's using.
Cheers, Notso.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 8 of 8
-
-
Well I'm not going to watch the whole youtube video... But it sounds like you have system installed codec issues. You might have to use preferred codec tweaker or codec tweak tool to organize your system codecs and splitters
Alternatives methods:
You can use the ffinputdriver for vdub to open various file types directly
http://code.google.com/p/ffinputdriver/
Or you can use ffms2 in the avisynth script
http://code.google.com/p/ffmpegsource/
e.g
FFMpegSource2("video.mp4", atrack=-1)
Since both these mostly don't depend on system installed codecs and splitters, so should work for everybody despite different configurations (not completely true as ffms2 relies on haali splitter for some file types) -
i keep it simple
for you tube video's i need to change
i use SUPER
normally that is only so i can adjust the audio
FLV and MP4 both play on the wifes android tablet, so i only need to adjust volume and rewrap
if i convert flv it is too mp4, normally i don't need to convert mp4 into anything, unless i am collecting segments for a DVD compilation
SUPER uses its OWN codecs so there are usually NO issues -
For opening in VDub I first extract the audio using AoA Audio Extractor. And then open the video using FFVideoSource:
Loadplugin("D:\AviSynth Stuff\Dlls\ffms2.dll")
FFVideoSource("Film hi film (High).flv")
You can open the audio at the same time in VDub, but I prefer to extract it and work on it a bit in Audacity before muxing it in when reencoding the video.
If you're opening it using an AviSynth script you plan on reencoding it anyway, right? If done right it might actually look better, given the general quality of YouTube downloaded videos. -
One thing to keep in mind with VirtualDub, even if you have all the DirectShow codecs you might possibly need, you still might not be able to open certain files. Vdubl] is meant to work with AVI files, and doesn't natively support most other containers. Further complicating things is the fact that it uses VFW codecs, not DirectShow.
However, it also supports AVISynth, as well as third-party plugins. For this reason, I will have to agree with PoisonDeathRay's solutions. Either should work. Or, there are other programs out there (such as SUPER) that might be better suited to your needs.
As for SUPER (or most other programs), the quality loss depends entirely on what settings you use. You could convert the file to avi using lossless codecs, and there would be no loss at all. Or, you could use lossey codecs with high bitrates, and the quality loss would be as minimal as possible. -
yes ..
i have no issues with quality, i use a bitrate setting equal too or higher than the original file, and usually i can see no loss in quality
the file might be larger or smaller depending on the particular codec in use for the transcoding
i seldom worry about size, as i am trying to maintain quality NOT decrease file size
if i think the quality has degraded, i will to it again with higher settings
Similar Threads
-
Need help with YouTube videos
By alray1989 in forum Newbie / General discussionsReplies: 2Last Post: 4th Sep 2012, 14:13 -
My videos are up on youtube, how do they look?
By fuzzblaster in forum Newbie / General discussionsReplies: 6Last Post: 8th Dec 2010, 19:52 -
Conversion usiing VirtualDub - 720 X 560 videos into 640 X 360 videos
By candyman9999 in forum Video ConversionReplies: 1Last Post: 13th Jan 2009, 22:13 -
Youtube videos
By mosx13 in forum MacReplies: 1Last Post: 24th Dec 2008, 16:12 -
About youtube videos
By jackyshaikh in forum Video Streaming DownloadingReplies: 2Last Post: 15th May 2008, 11:57