[FFmpeg-user] 3D SBS with ffmpeg quality question
    Carl Eugen Hoyos 
    ceffmpeg at gmail.com
       
    Thu May 24 04:27:38 EEST 2018
    
    
  
2018-05-24 2:17 GMT+02:00, Sully Beck <ffmpeg-334dzyck at sullybeck.com>:
> Finally, I used ffmpeg to create an MP4 file, and I've included the
> mediainfo description below.
(Why?)
> I used the command:
>
>     ffmpeg \
>        -i Monster_House_t00.mkv \
>        -filter_complex stereo3d=al:sbsl \
>        -vcodec libx264 \
>        -acodec aac \
>        -s 1920x1080 -aspect 16:9 \
>        -b:v 15000k \
>        -b:a 448000 \
>        -ar 48000 \
>        -r 23.976 \
This cannot be correct.
>        -y \
>        -coder 0 \
>        MH.mp4"
Complete, uncut console output missing.
> But when I play the ffmpeg file, it is
> visibly jerky, and I'm not sure why.
Do you mean the quality of the encoded file is not ok?
Or is real-time decoding not possible?
Carl Eugen
PS: They even sell on Amazon;-(
    
    
More information about the ffmpeg-user
mailing list