|
|
| trodas |
Posted: May 31 2013, 07:23 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 88
Member No.: 22291
Joined: 22-October 07

|
I wonder, if one can export wmv format from VirtualDub. I know, that the input limitations was overcomed by the input plugins (hooray to fccHandler!), but is there a way to produce the WMV file out ouf VirtualDub?
I tried install the WM9 encoder ( http://www.microsoft.com/en-us/download/de...ls.aspx?id=6191 ) and I can choose and use it, however the output file format is still only avi.
Nothing against avi, but so some stupid reason, one server allow live playback only when the uploaded file is wmv. Not avi, encoded with wm9, just the container had to be wmv.
Any luck with VirtualDub?
-------------------- "It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire ...just keep folding, just keep folding... :) my config - my caps |
 |
| -vdub- |
| Posted: Jun 1 2013, 04:41 AM |
 |
|
Advanced Member
  
Group: Members
Posts: 613
Member No.: 27087
Joined: 24-February 10

|
After a video encode x264 saving to avi I remux it to an mp4 container. Maybe it's possible to do same after wmv encode to avi remux into a wmv container !
For x264 and other encoders would very be nice to have also an aac-acm audio encoder or for someone to do a fork of fcchandler aac-acm codec ?
fcchandler aac-acm Source code here http://sourceforge.net/projects/fcchandler...AacAcm%20Codec/ |
 |
| trodas |
Posted: Jun 1 2013, 09:22 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 88
Member No.: 22291
Joined: 22-October 07

|
In theory, if the video and audio is WMV compatible (only WM7/8/9/10/VC1 video and WM audio encoded formats), it should be possible to do it this way:
ffmpeg -i input.avi -vcodec copy -acodec copy output.wmv
But so far it did not worked out yet well for me, as I cannot encode the audio to the cursed WM2 format 
 WM2 encoding failed
(using this codec: http://www.videohelp.com/tools/DivX-WMA-Audio ... to Lame MP3 it encoded right away...)
-------------------- "It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire ...just keep folding, just keep folding... :) my config - my caps |
 |
| Abrazo |
| Posted: Jun 1 2013, 07:18 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10

|
I don't know if it will help you any further but some of the encoding possibilities of the Windows Media Audio V2 codec (in VirtualDub > Video > Compression...) are followed by (for audio/video). These options seem to work, others don't.
Microsoft WMA V2 codec corresponds to C:\Windows\system32\msaud32.dll (version 8.0.0.4487 on my Windows 7 32-bit home edition) DivX WMA was a 'hacked' version of this.
Actually you can find the Microsoft WMA codec here: > http://rghost.net/37651098
There is also a tool available for AVI (WMV) to WMV conversion without reencoding - WMVMuxer: > http://www.videohelp.com/tools/WMVMuxer |
 |
| trodas |
Posted: Jun 2 2013, 12:50 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 88
Member No.: 22291
Joined: 22-October 07

|
Thanks for your help, the link for the "Microsoft WMA codec" sadly does not work and the WMVMuxer require:
| QUOTE | Requirements for conversion: - Windows XP SP2 or Windows Media Center 2005 or later |
...so it won't even start on my Win2k, even with the registred filter...
-------------------- "It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire ...just keep folding, just keep folding... :) my config - my caps |
 |
| Abrazo |
| Posted: Jun 2 2013, 02:48 PM |
 |
|
Advanced Member
  
Group: Members
Posts: 775
Member No.: 28995
Joined: 5-November 10

|
Does the immediate link to the ZIP file work ? > http://rghost.net/download/37651098/624b5a...08.0.0.4487.zip
I have the intention that it will be possible to use the DivX audio encoder in VirtualDub when you select bitrate/sampling rates that have the "for Divx :-)" mention in their names... |
 |
| trodas |
Posted: May 13 2014, 06:32 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 88
Member No.: 22291
Joined: 22-October 07

|
Sorry for being too late. Downloaded, installed and it works! Now I can reencode the video audio. But I still cannot sync tha audio to the video. After the conversion, is is a little bit OFF the mark...
So I cannot really convert the file from the dreadfull FLV format. Probably because there is a part of the audio missing at the start, silence, or something like it. I have no idea. But it just won't work well.
So thanks a lot for the decoding library at least!
-------------------- "It is dangerous to be right in matters on which the established authorities are wrong." - Voltaire ...just keep folding, just keep folding... :) my config - my caps |
 |