[FFmpeg-trac] #4344(undetermined:new): XSUBs are too low in PAL video, on PS3

FFmpeg trac at avcodec.org
Mon Mar 2 19:34:17 CET 2015


#4344: XSUBs are too low in PAL video, on PS3
-------------------------------------+-------------------------------------
             Reporter:  edumj        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  xsub dxsb    |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Hi,

 I'm making test with subtitles, and when I try to convert a PAL VOB to
 Xvid with embed subs (idx/sub to xsub) it looks ok in VLC, but stretched
 and off the screen in PS3.
 It seems that only happens with videos with height over 480 pixels,
 because 720x480 subs are ok in PS3.
 It's like the PS3 thinks the bitmap subtitle are 720x480 and stretches
 them to 720x576, so lower subs are off the screen.

 Does the "-scodec xsub" encoder has any options?? I didn't find any info
 about xsub encoder, nor any parameters in FFMPEG documentation.
 Are the bitmaps fullscreen or clipped? Is there a way to set position of
 subs?

 It's like the bitmaps are 720x576 but marked somewhere as 720x480??

 Summary of the bug:
 How to reproduce:
 {{{
 ffmpeg -i input -scodec xsub output
 ffmpeg versión N-70148-g418be7c
 built with gcc 4.9.2 (GCC)
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4344>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list