[FFmpeg-user] FFPLAY

Anatoly anatoly at kazanfieldhockey.ru
Wed Sep 20 03:45:49 EEST 2023


On Wed, 20 Sep 2023 03:10:18 +0300
Anatoly <anatoly at kazanfieldhockey.ru> wrote:

> On Tue, 19 Sep 2023 15:08:18 +0700
> faut_voir <fautvoirplusclair at gmail.com> wrote:
> 
> > Hello,
> > 
> > 
> > _I've spent a lot of time to look for an answer about my 2
> > questions whithout success_ :
> > 
> > 
> > *# QUESTION 1*
> > 
> > I would like to play a movie's file on my computer, but select and
> > play directly by the command line, the audio and subtitle files.  
> Read this (-map):
> https://ffmpeg.org/ffmpeg.html#toc-Stream-selection
Oops, sorry, -map is for ffmpeg.
for ffplay this is -ast, -vst, -sst
https://ffmpeg.org/ffplay.html#toc-Advanced-options
ffplay -ast a:0 to select audio 0 and so on.


More information about the ffmpeg-user mailing list