|
|
| jazzzy786 |
| Posted: Aug 10 2005, 05:54 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 105
Member No.: 12723
Joined: 14-November 04

|
I used avisynth to convert a mp4 to xvid using virtualdub using the following script but alas no sound. How do i extract the audio from my mp4 video (or a wmv for that matter)
Directshowsource("c:\myfile.wmv", fps = 25) |
 |
| jazzzy786 |
| Posted: Aug 11 2005, 12:32 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 105
Member No.: 12723
Joined: 14-November 04

|
I've found a solution for MP4s
Using YAMB and MP4BOX it is possible to extract the video and audio streams from a MP4. Then the audio needs to be converted to WAV using besweet or similar before importing into virtualdub.
Winavi is still the only solution I know for converting WMVs with audio. Unfortunately the program is unstable and produces large output files.
Does anybody know any other way to extract the audio from a WMV? |
 |
| jazzzy786 |
| Posted: Aug 11 2005, 12:36 PM |
 |
|

Advanced Member
  
Group: Members
Posts: 105
Member No.: 12723
Joined: 14-November 04

|
I've found a solution for MP4s
Using YAMB and MP4BOX it is possible to extract the video and audio streams from a MP4. Then the audio needs to be converted to WAV using besweet or similar before importing into virtualdub.
Winavi is still the only solution I know for converting WMVs with audio. Unfortunately the program is unstable and produces large output files.
Does anybody know any other way to extract the audio from a WMV? |
 |
| stephanV |
| Posted: Aug 11 2005, 12:44 PM |
 |
|
Spam killer ;)
  
Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04

|
if you can hear the sound in WMP, you should also get the sound via directshowsource.
-------------------- useful links: VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ |
 |
| thebandnerd |
| Posted: Aug 11 2005, 01:41 PM |
 |
|
Unregistered

|
You can convert the audio of a WMV to wav using TMPGEnc (available at http://www.tmpgenc.net/ ):
1. Drag and drop the WMV into TMPGEnc 2. File -> Output to file -> WAVE file
|
 |
| jazzzy786 |
| Posted: Aug 12 2005, 12:47 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 105
Member No.: 12723
Joined: 14-November 04

|
thanks thebandnerd I have been using tmpgenc for a while now and hadn't noticed this little feature. Just goes to show there's always something new to learn. |
 |