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

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

Comment (by edumj):

 I've tested, and it seems that DivXMux does this:
 1-Crop every bitmap (like SubRip).
 2-Pad them to 640x480 (bottom center aligned).

 VLC captures with a yellow drawbox to see subtitles full size:

 DVD Subtitles extracted to IDX/SUB are 720x576:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/IDX-
 SUB%20720x576.png)]]

 IDX/SUB Subtitles converted to XSUB with DivXMux are 640x480:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/IDX-
 SUB%20to%20DivXMux%20640x480.png)]]

 You can see original upper subs go down with DivXMux because of the
 cropping an padding. They look not well bottom-centered in VLC, but ok in
 TV.

 I don't know if ffmpeg can do this automatic cropping and padding to
 640x480, but at least it could scale them down to 720x480 or better
 640x480.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 Ok, with lower video resolutions (like 320x480 and 640x480) they are also
 cutted, and look exaclty the same size as with 720x576.

 Wiht higher resolutions (like 1440x1080 and 1920x1080) they are full but
 smaller, because they are scaled down and top-center aligned (if I made
 them with DivMux they also scaled down, but appear in an upper position
 because of their 480 height)

 I can make some captures if you want.

 Txt2VobSub makes 720x576 and 720x480 IDX/SUB (acoording to "size" in .idx
 file), but I found out that they really are 720x576 always and they just
 get cutted when .idx says "size: 720x480" (because the lower parts of the
 bitmaps are empty and it's ok to cut at 480). I mean, they must know that
 the max height for XSUB is 480 and they don't put subtitles lower tan
 that.

 I'll try what happens with DivXMux and full height 720x576 VobSub
 extracted with Mencoder, because when I extract them with PGCDemux and
 convert to idx/sub with sup2vobsub, upper subs go down and I don't know if
 DivXMux scales down to 640x480 or just aling bottom (but then the upper
 subs should be cutted!?)

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by cehoyos):

 I wanted to ask you to test what happens if you put xsub subtitles into
 videos with both higher resolutions like 1440x1080 and much lower
 resolutions than pal or ntsc but I don't have command lines to test right
 now.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 ??

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 Well, the PS3 allows AVIs with higher resolutions, I've tried with
 1440x1080 and XSUBs, and the subs were very small... And any other
 resolutions (720x540, 700x400, 720x400, 640x... etc..)

 I also tried with 2 LG DVD Players, and 3 different televisions (CRT, LCD,
 and 4K LG Smart TV) so, the problem it's not the TV nor the Standalone
 Players. It's something about XSUBs resolution specification.

 Did you tested it in your TV? Mine are all PAL. Anyone can try if it
 happens also in NTSC Players?

 I can make PS3 captures if you want.

 Do you know how to extract bitmaps from .sub? Subrip doesn't seem to work
 with idx/sub...

 Also, I could author a NTSC DVD and a PAL DVD, and put 720x480 and 720x576
 subpictures, for testing size or offset changes...

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by cehoyos):

 Does your TV only allow playback of PAL and NTSC mpeg4 asp in avi or also
 random resolutions?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 No, I only see upper subtitles, lower gets cutted.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by cehoyos):

 Does attached file show subtitles with correct size on your TV?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 One more strange thing:

 With same IDX/SUB (made with Txt2Vobsub or extracted from NTSC DVDs) muxed
 with ffmpeg or divxmux, they look different in VLC (x and y position):

 ffmpeg:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/Starship_Troopers-
 ccextractor-xsub-ffmpeg%20720x480%20oacute%20720x576iquestiquest.png)]]
 divxmux:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/Starship_Troopers-
 ccextractor-xsub-divxmux%20640x480.png)]]

 But in TV, only y position is different!

 ffmpeg:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/Starship_Troopers-
 ccextractor-xsub-
 ffmpeg%20720x480%20oacute%20720x576iquestiquest%20en%20TV.png)]]
 divxmux:
 [[Image(http://i47.photobucket.com/albums/f169/edumj/Starship_Troopers-
 ccextractor-xsub-divxmux%20640x480%20en%20TV.png)]]

 And they are the same size, even ffmpeg says they are 720x576:
 {{{
 Stream #0:2(es): Subtitle: xsub (DXSB / 0x42535844), 720x576 (default)
 }}}

 I don't know which size are really IDX/SUB made with TXT2Vobsub in .sub,
 but in .idx it says 720x576 (it's not reliable), and may be that's why
 ffmpeg says that?

 ffmpeg:
 {{{
 "ffmpeg" -palette
 
"00,00,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00"
 -i "ccextractor.idx"-i "Starship_Troopers.vob" -f avi -c:v libxvid
 -b:v 1500k -vtag XVID -c:a libmp3lame -b:a 128k -c:s xsub
 "Starship_Troopers-ccextractor-xsub-ffmpeg.avi"
 }}}
 output:
 {{{
 ffmpeg version N-81452-g01aee81 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 29.100 / 55. 29.100
   libavcodec 57. 54.100 / 57. 54.100
   libavformat57. 48.100 / 57. 48.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 54.100 /  6. 54.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  1.100 /  2.  1.100
   libpostproc54.  0.100 / 54.  0.100
 Input #0, vobsub, from 'ccextractor.idx':
   Duration: N/A, bitrate: N/A
 Stream #0:0[0x0](es): Subtitle: dvd_subtitle, 720x576 (default)
 Input #1, mpeg, from 'Starship_Troopers.vob':
   Duration: 00:00:51.30, start: 1986.626100, bitrate: 4618 kb/s
 Stream #1:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv), 720x480
 [SAR 32:27 DAR 16:9], Closed Captions, 29.97 fps, 59.94 tbr, 90k tbn,
 59.94 tbc
 Stream #1:1[0x83]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
 Stream #1:2[0x82]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
 Stream #1:3[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
 Stream #1:4[0x81]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
 Stream #1:5[0x20]: Subtitle: dvd_subtitle
 Stream #1:6[0x22]: Subtitle: dvd_subtitle
 [avi @ 053171c0] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 2 times
 [null @ 02faa820] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 1 times
 Output #0, avi, to 'Starship_Troopers-ccextractor-xsub-ffmpeg.avi':
   Metadata:
 ISFT: Lavf57.48.100
 Stream #0:0: Video: mpeg4 (libxvid) (XVID / 0x44495658), yuv420p,
 720x480 [SAR 32:27 DAR 16:9], q=2-31, 1500 kb/s, 29.97 fps, 29.97 tbn,
 29.97 tbc
 Metadata:
   encoder : Lavc57.54.100 libxvid
 Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] 

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

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

Comment (by edumj):

 They are Ok. XSUBs keep same size and position as the input file.

 I supose ffmpeg always keeps xsub original size (640x480 re-scaled by
 DivMux), but if vobsub has an original size of 720x576 (PAL DVD
 Subpictures) without re-scaling, they are too big for a xsub.


 I think XSUBs where made not thinking on PAL... and only right resolutions
 are 640x480 or 720x480, because NTSC DVDs look Ok!

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by cehoyos):

 Please run the following two command lines and test the output files:
 {{{
 $ ffmpeg -i VTS_01_1\ 720x576\ DivxMux.avi -scodec copy -acodec copy
 -vcodec copy out1.avi
 $ ffmpeg -i VTS_01_1\ 720x576\ DivxMux.avi -scodec xsub -acodec copy
 -vcodec copy out2.avi
 }}}
 How do they play compared with the input file?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by cehoyos):

 Please provide a "correct" variant of the same file.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 Ok, I found this VOB in yours sample folder:

 https://samples.ffmpeg.org/sub/starwarssub2.vob

 It's PAL and has lots of Vobsubs.

 I convert it to AVI, scaling video to 720x400 (with scale filter) and
 embeding XSUBs with this:

 {{{
 "ffmpeg.exe" -palette
 
"00,00,00,00,00,00,00,00,00,00,00,00,00,11,ff,00"
 -i "starwarssub2.vob" -map 0:v -map 0:a:0 -map 0:s:1 -scodec xsub -f avi
 -c:v libxvid -b:v 1500k -vtag XVID -c:a libmp3lame -b:a 128k -vf
 scale=720:400,setsar=sar=1/1 "starwarssub2 a xsub, scale 720x400.avi"
 }}}

 This is the output:

 {{{
 ffmpeg version N-81452-g01aee81 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --

 enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-
 libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-
 libfreetype --enable-libgme --

 enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --

 enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-
 libtwolame --enable-libvidstab --

 enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-
 libxavs --enable-libxvid --enable-

 libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 29.100 / 55. 29.100
   libavcodec 57. 54.100 / 57. 54.100
   libavformat57. 48.100 / 57. 48.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 54.100 /  6. 54.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  1.100 /  2.  1.100
   libpostproc54.  0.100 / 54.  0.100
 Input #0, mpeg, from 'starwarssub2.vob':
   Duration: 00:00:39.35, start: 2891.089167, bitrate: 7702 kb/s
 Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt470bg),
 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
 Stream #0:1[0x28]: Subtitle: dvd_subtitle
 Stream #0:2[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
 Stream #0:3[0x81]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s
 Stream #0:4[0x82]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s
 Stream #0:5[0x20]: Subtitle: dvd_subtitle
 Stream #0:6[0x21]: Subtitle: dvd_subtitle
 Stream #0:7[0x22]: Subtitle: dvd_subtitle
 Stream #0:8[0x23]: Subtitle: dvd_subtitle
 Stream #0:9[0x24]: Subtitle: dvd_subtitle
 Stream #0:10[0x25]: Subtitle: dvd_subtitle
 Stream #0:11[0x26]: Subtitle: dvd_subtitle
 Stream #0:12[0x27]: Subtitle: dvd_subtitle
 Stream #0:13[0x29]: Subtitle: dvd_subtitle
 Stream #0:14[0x2a]: Subtitle: dvd_subtitle
 Stream #0:15[0x2b]: Subtitle: dvd_subtitle
 Stream #0:16[0x2c]: Subtitle: dvd_subtitle
 Stream #0:17[0x2d]: Subtitle: dvd_subtitle
 Stream #0:18[0x2e]: Subtitle: dvd_subtitle
 Stream #0:19[0x2f]: Subtitle: dvd_subtitle
 [avi @ 051417c0] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 2 times
 [null @ 049090e0] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 1 times
 Output #0, avi, to 'starwarssub2 a xsub, scale 720x400.avi':
   Metadata:
 ISFT: Lavf57.48.100
 Stream #0:0: Video: mpeg4 (libxvid) (XVID / 0x44495658), yuv420p,
 720x400 [SAR 1:1 DAR 9:5], q=2-31, 1500 kb/s, 25 fps, 25 tbn, 25 tbc
 Metadata:
   encoder : Lavc57.54.100 libxvid
 Stream #0:1: Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000 Hz,
 stereo, fltp, delay 1105, padding 0, 128 kb/s
 Metadata:
   encoder : Lavc57.54.100 libmp3lame
 Stream #0:2: Subtitle: xsub (DXSB / 0x42535844)
 Metadata:
   encoder : Lavc57.54.100 xsub
 Output #1, null, to 'nul':
   Metadata:
 encoder : Lavf57.48.100
 Stream #1:0: Video: wrapped_avframe, yuv420p, 720x576 [SAR 64:45 DAR
 16:9], q=2-31, 200 kb/

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

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

Comment (by edumj):

 Ok, I will, but I found this sample in your samples directory
 https://samples.ffmpeg.org/sub/small.divx and they have the same problem:
 ok in VLC, but too low in TV (half off the screen).

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

2016-09-14 Thread FFmpeg
#4344: XSUBs are too low in PAL video, on PS3
-+-
 Reporter:  edumj|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  xsub |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * cc: edumj (added)
 * keywords:  xsub dxsb => xsub


Comment:

 If you want to help with this ticket, please provide the FFmpeg command
 line that produces the incorrect output together with the complete, uncut
 console output (and point to the input sample) and, if possible, a
 "correct" output from the same source.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 With '''DivXMux.exe''' the subs are Ok, and it always makes Subtitle Track
 of 640x480 with any video resolution (like 720x540). May be that's why
 subs are too low if '''ffmpeg''' takes 720x576 as the sub resolution, when
 the video was changed from 720x576 to 720x540 to make it square pixels.

 There should be some way of passing '''xsub_encode''' fuction '''width'''
 and '''height''' parameters (and not let it take video source resolution)
 or just make xsubs always 640x480 like '''DivXMux''' does.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by edumj):

 I don't know if it's a bug of DivX subtitles, because I remember also
 happened with AVIAddXSubs, but it can change the Vertical Position of
 subtitles.

 But, in the source code https://www.ffmpeg.org/doxygen/0.6/xsubenc_8c-
 source.html I think there are x, y, width and height parameters. It should
 be possible to change them, although subs may be higher in VLC, but they
 will look ok in PS3.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


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

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

Comment (by Cigaes):

 Currently, FFmpeg has almost nothing to manipulate the contents of
 subtitles (either bitmap or text, for that matter). If your source had a
 certain resolution, then most likely the output file will have subtitles
 with the same resolution, and there are no options to change that.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac