digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   FFMPEG: [FAQ] Getting the audio stream YOU want from a vob/dvd (http://www.digitalfaq.com/archives/encode/5559-ffmpeg-faq-audio.html)

Razorblade2000 09-13-2003 06:43 AM

[FAQ] Getting the audio stream YOU want from a vob/dvd
 
ffmpeg -i '/windows/H/rip/119/VTS_01_1.VOB' -s 352x288 -ar 44100 -ab 112 -r 25 -b 790 -minrate 300 -maxrate 2500 -g 18 -bf 1 -map 0:0 -map 0:1 '/windows/E/Moep.mpg'

this gave me a GERMAN audio track instead of the spanish which ffmpeg somhow liked to choose...

important is the -map 0:1 parameter. It takes stream 1 as the audio input (you maybe have to try 0:0;0:1,0:2... till you get the right one)


All times are GMT -5. The time now is 10:02 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.