Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-12-07 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+-
Comment (by Wkuf):

 Thank you. Great that you checked this.

 The coding is now running through but the subtitles are not in Sync and
 are very much shifted. It is not happening for the small example that I
 uploaded but for a larger file. VLC does not recognice the length
 correctly of the coded file.
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

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


Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-11-30 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+-
Changes (by elenril):

 * analyzed:  0 => 1
 * cc: elenril (added)
 * reproduced:  0 => 1

Comment:

 Caused by 94968dbc1116e23cb658c09538e9bce52b63d654
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

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


Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-11-11 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Description changed by Wkuf:

Old description:

> Summary of the bug: I used ffmpeg version N-99878-g406879f to code my
> videos since many years without problems. After recompiling ffmpeg
> version N-112494-g393d1ee541 the option -scodec dvdsub crashes videos
> with dvb_subtitle in a ts file. If I transcode the same video with the
> old version everything is fine.
> How to reproduce:
> {{{
> % ffmpeg -y -itsoffset 0 -threads 4 -i
> /mnt/1_Neo_test_dd_abspielbar.ts -ss 00:00:02 -to 00:00:14
> -filter_complex "[0]yadif=0:-1:0[deint]" -map "[deint]" -map 0:a -map
> 0:s:0 -codec:v libx264 -preset veryslow -crf 23 -c:a libfdk_aac -b:a 128k
> -scodec dvdsub /mnt/1_Neo_test_dd_abspielbar_ffmpeg_new.mkv
> ffmpeg version N-112494-g393d1ee541 Copyright (c) 2000-2023 the FFmpeg
> developers
>   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
>   configuration: --prefix=/home/werner/ffmpeg_build --pkg-config-
> flags=--static --extra-cflags=-I/home/werner/ffmpeg_build/include
> --extra-ldflags=-L/home/werner/ffmpeg_build/lib --extra-libs='-lpthread
> -lm' --ld=g++ --bindir=/home/werner/bin --enable-gpl --enable-gnutls
> --enable-libaom --enable-libass --enable-libfdk-aac --enable-libfreetype
> --enable-libmp3lame --enable-libopus --enable-libsvtav1 --enable-libdav1d
> --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265
> --enable-nonfree --enable-libzvbi
>   libavutil  58. 27.100 / 58. 27.100
>   libavcodec 60. 30.102 / 60. 30.102
>   libavformat60. 15.100 / 60. 15.100
>   libavdevice60.  2.101 / 60.  2.101
>   libavfilter 9. 11.100 /  9. 11.100
>   libswscale  7.  4.100 /  7.  4.100
>   libswresample   4. 11.100 /  4. 11.100
>   libpostproc57.  2.100 / 57.  2.100
> }}}
>
> I added two log files
> fmpeg-20231103-193114_new.log is the result of the crash with version
> N-112494-g393d1ee541
>
> ffmpeg-20231103-193512_old.log is the result of the old version that
> generates perfect output files including the correct subtitle
>
> I uploaded 1_Neo_test_dd_abspielbar.ts to the uploadserver

New description:

 Summary of the bug: I used ffmpeg version N-99878-g406879f to code my
 videos since many years without problems. After recompiling ffmpeg version
 N-112494-g393d1ee541 the option -scodec dvdsub crashes videos with
 dvb_subtitle in a ts file. If I transcode the same video with the old
 version everything is fine.
 How to reproduce:
 {{{
 % ffmpeg -y -itsoffset 0 -threads 4 -i
 /mnt/1_Neo_test_dd_abspielbar.ts -ss 00:00:02 -to 00:00:14
 -filter_complex "[0]yadif=0:-1:0[deint]" -map "[deint]" -map 0:a -map
 0:s:0 -codec:v libx264 -preset veryslow -crf 23 -c:a libfdk_aac -b:a 128k
 -scodec dvdsub /mnt/1_Neo_test_dd_abspielbar_ffmpeg_new.mkv
 ffmpeg version N-112494-g393d1ee541 Copyright (c) 2000-2023 the FFmpeg
 developers
   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
   configuration: --prefix=/home/werner/ffmpeg_build --pkg-config-
 flags=--static --extra-cflags=-I/home/werner/ffmpeg_build/include --extra-
 ldflags=-L/home/werner/ffmpeg_build/lib --extra-libs='-lpthread -lm'
 --ld=g++ --bindir=/home/werner/bin --enable-gpl --enable-gnutls --enable-
 libaom --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-
 libmp3lame --enable-libopus --enable-libsvtav1 --enable-libdav1d --enable-
 libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-
 nonfree --enable-libzvbi
   libavutil  58. 27.100 / 58. 27.100
   libavcodec 60. 30.102 / 60. 30.102
   libavformat60. 15.100 / 60. 15.100
   libavdevice60.  2.101 / 60.  2.101
   libavfilter 9. 11.100 /  9. 11.100
   libswscale  7.  4.100 /  7.  4.100
   libswresample   4. 11.100 /  4. 11.100
   libpostproc57.  2.100 / 57.  2.100
 }}}

 I added two log files
 fmpeg-20231103-193114_new.log is the result of the crash with version
 N-112494-g393d1ee541

 ffmpeg-20231103-193512_old.log is the result of the old version that
 generates perfect output files including the correct subtitle

 I uploaded 1_Neo_test_dd_abspielbar.ts to the uploadserver
 https://streams.videolan.org/ffmpeg/incoming/10650/

--
-- 
Ticket URL: 
FFmpeg 
FFmp

Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-11-10 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Description changed by Wkuf:

Old description:

> Summary of the bug: I used ffmpeg version N-99878-g406879f to code my
> videos since many years without problems. After recompiling ffmpeg
> version N-112494-g393d1ee541 the option -scodec dvdsub crashes videos
> with dvb_subtitle in a ts file. If I transcode the same video with the
> old version everything is fine.
> How to reproduce:
> {{{
> % ffmpeg -y -itsoffset 0 -threads 4 -i
> /mnt/1_Neo_test_dd_abspielbar.ts -ss 00:00:02 -to 00:00:14
> -filter_complex "[0]yadif=0:-1:0[deint]" -map "[deint]" -map 0:a -map
> 0:s:0 -codec:v libx264 -preset veryslow -crf 23 -c:a libfdk_aac -b:a 128k
> -scodec dvdsub /mnt/1_Neo_test_dd_abspielbar_ffmpeg_new.mkv
> ffmpeg version N-112494-g393d1ee541 Copyright (c) 2000-2023 the FFmpeg
> developers
>   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
>   configuration: --prefix=/home/werner/ffmpeg_build --pkg-config-
> flags=--static --extra-cflags=-I/home/werner/ffmpeg_build/include
> --extra-ldflags=-L/home/werner/ffmpeg_build/lib --extra-libs='-lpthread
> -lm' --ld=g++ --bindir=/home/werner/bin --enable-gpl --enable-gnutls
> --enable-libaom --enable-libass --enable-libfdk-aac --enable-libfreetype
> --enable-libmp3lame --enable-libopus --enable-libsvtav1 --enable-libdav1d
> --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265
> --enable-nonfree --enable-libzvbi
>   libavutil  58. 27.100 / 58. 27.100
>   libavcodec 60. 30.102 / 60. 30.102
>   libavformat60. 15.100 / 60. 15.100
>   libavdevice60.  2.101 / 60.  2.101
>   libavfilter 9. 11.100 /  9. 11.100
>   libswscale  7.  4.100 /  7.  4.100
>   libswresample   4. 11.100 /  4. 11.100
>   libpostproc57.  2.100 / 57.  2.100
> }}}
>
> I added two log files
> fmpeg-20231103-193114_new.log is the result of the crash with version
> N-112494-g393d1ee541
>
> ffmpeg-20231103-193512_old.log is the result of the old version that
> generates perfect output files including the correct subtitle

New description:

 Summary of the bug: I used ffmpeg version N-99878-g406879f to code my
 videos since many years without problems. After recompiling ffmpeg version
 N-112494-g393d1ee541 the option -scodec dvdsub crashes videos with
 dvb_subtitle in a ts file. If I transcode the same video with the old
 version everything is fine.
 How to reproduce:
 {{{
 % ffmpeg -y -itsoffset 0 -threads 4 -i
 /mnt/1_Neo_test_dd_abspielbar.ts -ss 00:00:02 -to 00:00:14
 -filter_complex "[0]yadif=0:-1:0[deint]" -map "[deint]" -map 0:a -map
 0:s:0 -codec:v libx264 -preset veryslow -crf 23 -c:a libfdk_aac -b:a 128k
 -scodec dvdsub /mnt/1_Neo_test_dd_abspielbar_ffmpeg_new.mkv
 ffmpeg version N-112494-g393d1ee541 Copyright (c) 2000-2023 the FFmpeg
 developers
   built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
   configuration: --prefix=/home/werner/ffmpeg_build --pkg-config-
 flags=--static --extra-cflags=-I/home/werner/ffmpeg_build/include --extra-
 ldflags=-L/home/werner/ffmpeg_build/lib --extra-libs='-lpthread -lm'
 --ld=g++ --bindir=/home/werner/bin --enable-gpl --enable-gnutls --enable-
 libaom --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-
 libmp3lame --enable-libopus --enable-libsvtav1 --enable-libdav1d --enable-
 libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-
 nonfree --enable-libzvbi
   libavutil  58. 27.100 / 58. 27.100
   libavcodec 60. 30.102 / 60. 30.102
   libavformat60. 15.100 / 60. 15.100
   libavdevice60.  2.101 / 60.  2.101
   libavfilter 9. 11.100 /  9. 11.100
   libswscale  7.  4.100 /  7.  4.100
   libswresample   4. 11.100 /  4. 11.100
   libpostproc57.  2.100 / 57.  2.100
 }}}

 I added two log files
 fmpeg-20231103-193114_new.log is the result of the crash with version
 N-112494-g393d1ee541

 ffmpeg-20231103-193512_old.log is the result of the old version that
 generates perfect output files including the correct subtitle

 I uploaded 1_Neo_test_dd_abspielbar.ts to the uploadserver

--
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https:/

Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-11-10 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by Wkuf):

 * Attachment "ffmpeg-20231103-193512_old.log" added.

 Logfile for working old ffmpeg version
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

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


Re: [FFmpeg-trac] #10650(undetermined:new): Subtitle problem in new ffmpeg version transcoding crashes with sume subtitles

2023-11-10 Thread FFmpeg
#10650: Subtitle problem in new ffmpeg version transcoding crashes with sume
subtitles
-+-
 Reporter:  Wkuf |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
  dvb_subtitle subtitle compilation  |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by Wkuf):

 * Attachment "fmpeg-20231103-193114_new.log" added.

 New ffmpeg version generating problems
-- 
Ticket URL: 
FFmpeg 
FFmpeg issue tracker___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

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