Quoting Danny Hong (2024-09-13 19:58:53)
>  Quoting Anton Khirnov (2024-09-13 12:44:55)
> > Note that -view_ids is a decoder option and does nothing with
> > streamcopy.
> > Also, that option is intended for API users, with ffmpeg CLI you should
> > be using view specifiers instead.
> 
> Thanks!  Tried with "-map 0:v:view:all" and the result is the same.  The
> resulting elementary stream cannot be decoded by ffmpeg as the stream is
> not conformant.
> 
> > Use view specifiers to split the views into their own streams. I do not
> > want too much multiview-speficic logic into ffmpeg CLI, as it is a
> > rather obscure feature.
> 
> But the "-map 0:v:view:all" option is still available to output both views
> as a single stream with alternating views, no?

It is, but mainly as a testing/development aid, I do not expect it to be
generally useful. Or is there a particular reason you need to
interleave the views into one stream?

-- 
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to