On Wed, 20 Sep 2023 03:10:18 +0300 Anatoly <anat...@kazanfieldhockey.ru> wrote:
> On Tue, 19 Sep 2023 15:08:18 +0700 > faut_voir <fautvoirpluscl...@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. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".