I'm trying to edit a .FLV file (from Youtube) with VirtualDub 1.8 experimental, however after I open the file,
I get a black screen. When I try to play it, I get the error message:
"The decompression codec cannot decompress to an RGB Format. This is very unusual. Check that any "Force YUY2"
options are not enabled in the codec's properties."
I have no idea what it's talking about. You can't do that in VirtualDub.
Files used:
http://www.moitah.net/misc/FLVInputDriver-0_3_0.zip
VirtualDub-1.8.0.zip
+ Reply to Thread
Results 1 to 15 of 15
-
-
Virtualdub doesn't come with any decoders. It uses the ones installed on your computer to open files and the input plugins only give Virtualdub the ability to open files that you couldn't normally open in Virtualdub without using an Avisynth script.
When installing ffdshow, I usually only choose the formats that I need ffdshow to open like H264 and FLV. I install codecs to open all other formats. If something won't open then I'll set ffdshow to open it. You have to be carefull when setting it up cause it can cause conflicts with other codecs on your machine. -
Are there any tools that can tell me what kind of audio format is stored in a FLV file?
Because I have some FLV files that load into VirtualDub without any audio.
I've ran the ffdshow audio decoder configuration and enabled every single audio format listed,
including Nellymoser, and set it to libavcodec, but I still get no audio.
Some programs just list it as unknown. -
Try FLVExtract to extract an audio and video file. There are a lot of FLV files that have no audio but most of the ones that do use mp3.
-
Originally Posted by JeffM
... Because I have some FLV files that load into VirtualDub without any audio. ...
You can transcode Nellymoser and ADPCM (SWF variant) used FFmpeg or MEncoder (eventually some GUI's) and add MP3 or WAV as external in VirtualDub.
And... of course You can use Avisynth script (with DirectShowSource) + ffdshow for audio/video decoding.
... I've ran the ffdshow audio decoder configuration and enabled every single audio format listed,
including Nellymoser, and set it to libavcodec, but I still get no audio. ...
VirtualDub require VfW (video) and ACM (audio) codecs.
Originally Posted by DarrellS
Latest version can show warrnigs/errors.
BTW
First file on screenshot downloaded from skate.share.ea.com and second file from... YouTube. -
Thanks, MediaInfo worked:
Codec : Nellymoser 8kHz mono
Channel(s) : 1 channel
Resolution : 16 bits
Thanks.
[edit]
Hmmm...this is what FFmpeg says:
FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. FFmpeg is developed under Linux, but it can compiled under most operating systems, including Windows. -
Originally Posted by JeffM
Latest builds ffdshow can decode Nellymoser and ADPCM (SWF variant) - require installed latest FLV Splitter too.
VirtualDub not support DirectShow filters - like as ffdshow audio decoder.
Example simple syntax for FFmpeg:
Code:ffmpeg -i name_file.flv -vcodec libxvid -sameq -acodec libmp3lame -sameq name_file.avi
Code:ffmpeg -i name_file.flv -vn -acodec libmp3lame -sameq name_file.mp3
Code:ffmpeg -i name_file.flv -vn name_file.wav
You can use some GUI's - example WinFF, Pazera Free FLV to AVI Converter, MediaCoder, ...
Exmple Avisynth script:
Code:DirectShowSource("C:\path\name_file.flv",fps=29.97,convertfps=true)
Set FPS as source (look at FLV Extract).
And try Avidemux. -
Thanks, I installed FLVSplitter.ax. And the ffmpeg command line worked.
But avidemux failed. I get an error message:
"No audio decoder found for this file.
Save (A+V) will generate bad AVI. Save audio will work."
But that's ok. I finally got it. -
Originally Posted by JeffM
3662 20 Oct 2007 mean [Codec] Update nellymoser as in lavcodec svn
3659 16 Oct 2007 mean [Codec] Nellymoser part2, with a hack as lavcodec returns inconsistent consumed bytes
3658 15 Oct 2007 mean [Codec] Nellymoser codec backport from lavcodec, part 1 -
Maybe it can decode it, but has trouble identifying it? But I don't know anything how that works.
Similar Threads
-
edit FLV .264 in virtualdub
By mathmax in forum Video ConversionReplies: 4Last Post: 20th Apr 2011, 12:35 -
Virtualdub - Edit without re-encoding (except at edit point)
By itsonlyme in forum EditingReplies: 2Last Post: 26th Feb 2010, 05:59 -
Riva makes my FLV's bigger + can I use VirtualDub to create FLV's?
By OM2 in forum Newbie / General discussionsReplies: 9Last Post: 13th Jan 2010, 13:53 -
FLV audio out of sync, can't work VirtualDub w/ FLV plugin
By ZantarV in forum Video ConversionReplies: 1Last Post: 4th Sep 2009, 11:51 -
Edit FLV ?
By Seeker47 in forum EditingReplies: 7Last Post: 23rd May 2009, 00:35