2007-05-17, 05:46 PM
is there a way to extra sound from an mpg to wave or mp3? thanks.
2007-05-17, 05:46 PM
is there a way to extra sound from an mpg to wave or mp3? thanks.
2007-05-17, 05:54 PM
You can probably add some new line to the <CustomFFmpegConversions> settings in config.xml. This will definitely be possible, but you'll need to look into the exact ffmpeg command line needed.
2007-05-17, 06:26 PM
This line should do it:
Code: ffmpeg -i your_rec.mpg -vn -y your_wave.wav So you could add the following line to config.xml under <CustomFFmpegConversions> Code: <Conversion name="Wave" cmd="-y -i {SOURCE_FILE} -vn -y {DEST_FILE}" targetExtension=".wav" /> I've tried it, it works for me.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
2007-05-17, 06:28 PM
ok..cool. i'll try it out.
2007-05-17, 06:31 PM
I hope you saw the mistake in the code tags. I've repaired it.
Now it should look ok.
AMD Athlon 64 3000, HDD: 80, 120, 200 GB, Hauppauge 350 + 150, MVP, Asus 6000L Laptop client, Asus X50sl client,
Fritz!box 7140 modem/router, GBPVR 1.3.7.
2007-05-17, 07:08 PM
If you want to do it manually, you can use VirtualDub
There is a version for MPEG and MPEG2 video source files. |
|