[FFmpeg-trac] #8459(avfilter:open): V360 + BLEND

FFmpeg trac at avcodec.org
Fri Mar 6 21:00:47 EET 2020


#8459: V360 + BLEND
-------------------------------------+------------------------------------
             Reporter:  villmer      |                    Owner:  villmer
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  v360         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by villmer):

 Maybe something like this for the recording?

 ffmpeg \
 -f avfoundation  -s 1920x1080 -r 15 -t 00:00:15 -i "0" \
 -f avfoundation  -s 1920x1080 -r 15 -t 00:00:15 -i "2" \
 -map 0 -b:v 8000k -bufsize 8000k -c:v libx264 -preset ultrafast -y  \
 -map 1 -b:v 8000k -bufsize 8000k -c:v libx264 -preset ultrafast -y  \
 -filter_complex
 "[0:v]crop=1080:1080:420:0[left],[1:v]crop=1080:1080:420:0[right],
 [left][right]framepack=sbs" \
 -f mp4 \
 -c:v libx264 \
     -c:a aac \
   -b:v 16000k \
 -preset ultrafast -y \
 -pix_fmt yuv420p \
 video.mp4

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8459#comment:32>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list