|
|
| m12462 |
Posted: Feb 6 2010, 04:29 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 59
Member No.: 23066
Joined: 16-February 08

|
I'm trying to load an ASF file into V-Dub. When I select the file, I briefly see "constructing ASF Index Block" - then I get a black screen with "MISSING CODEC" in the center.
I used GSpot to check the codec info. Here's what it say's:
VIDEO Codec: WVC1 Name: VC-1 Adv (WMP11)
AUDIO Codec: 0x0162 (Windows Media Audio 9 Professional)
Any suggestions on where I can find the proper codec would be greatly appreciated. |
 |
| fredgiblet |
| Posted: Feb 6 2010, 06:00 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 356
Member No.: 22601
Joined: 13-December 07

|
download ffdshow (http://ffdshow-tryout.sourceforge.net/) install and go into the vfv configuration in the start menu, set wmv 1, 2 and 3 from disabled to libavcodec and set vc-1 from disabled to libavcodec |
 |
| m12462 |
| Posted: Feb 6 2010, 06:18 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 59
Member No.: 23066
Joined: 16-February 08

|
I already had ffdshow (via k-lite codec pack). I made the changes you suggested. Unfortunately, it did not work. I still get the same "MISSING CODEC" error.
|
 |
| Placio74 |
| Posted: Feb 6 2010, 07:44 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
@m12462 Are you sure that you look for appropriate configuration (ffdshow VFW)?
ffdshow video encoder configuration > Decoder > Codecs
BTW Windows Media Audio 9 Professional is rather problematic - ACM codec for WMA9Pro does not exist.
Try DirectShow import driver.
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
| m12462 |
| Posted: Feb 6 2010, 08:38 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 59
Member No.: 23066
Joined: 16-February 08

|
Placio, you were correct, I was not make the changes in the correct location.
Now the video loads but I get an error message that say's:
"No audio decompressor could be found to decompress the source audio format (source format tag: 0162)"
Any thoughts on the audio issue?
Thanks! |
 |
| Placio74 |
| Posted: Feb 6 2010, 09:38 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
| QUOTE (m12462 @ Feb 6 2010, 10:38 PM) | ...Now the video loads but I get an error message that say's:
"No audio decompressor could be found to decompress the source audio format (source format tag: 0162)"
Any thoughts on the audio issue? |
This way (by WMV input plugin)... there is no solution. WMV input plugin uses VfW codecs to decoding video and ACM codecs to decoding audio (same as VirtualDub). ACM codec for WMA9 Pro does not exist. Microsoft abandoned VfW and ACM long time ago - most modern MS codecs exist only as DirectShow codecs.
So... use the DirectShow import driver (or Avisynth script with DirectShowSource).
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
| m12462 |
| Posted: Feb 6 2010, 09:45 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 59
Member No.: 23066
Joined: 16-February 08

|
Not familiar with the DirectShow import driver. Can you offer a brief instruction on how I would use it in this scenario?
Thank you! |
 |
| Placio74 |
| Posted: Feb 7 2010, 12:45 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
Of course put plugin in plugins (or plugins32) subfolder and... ... just when open file, change file type to DirectShow input driver.
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |
| m12462 |
| Posted: Feb 8 2010, 06:14 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 59
Member No.: 23066
Joined: 16-February 08

|
I installed the DirectShow input driver with no issues. However, when I was opening my file and changed the file type to DirectShow input driver, all my videos disappeared from the list. When I switch back to "all files" they reappear.
I must be doing something wrong.
Thanks for your patience! |
 |
| Placio74 |
| Posted: Feb 8 2010, 07:07 PM |
 |
|

VideoAudio
  
Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07

|
Then first select file and after that change file type.
-------------------- VideoAudio.pl - Serwis o technologii wideo & audio |
 |