Re: [FFmpeg-trac] #10703(ffmpeg:new): ffmpeg 6.1 and master error opening media

2023-12-03 Thread FFmpeg
#10703: ffmpeg 6.1 and master error opening media
-+-
 Reporter:  Jay-HeyGen   |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  important|Component:  ffmpeg
  Version:  git-master   |   Resolution:
 Keywords:  6.1 master   |   Blocked By:
  audio ffmpeg   |
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+-
Changes (by Frank Plowman):

 * analyzed:  0 => 1
 * reproduced:  0 => 1

Comment:

 This issue is caused by the sample file being mis-identified as a VVC
 bitstream. I have posted
 
[https://patchwork.ffmpeg.org/project/ffmpeg/patch/20231203181259.63298-1-p...@frankplowman.com/
 a patch] on the mailing list to make the VVC probing more conservative and
 resolve the issue. If you require a workaround in the meantime, you can
 disable the VVC demuxer with `--disable-demuxer=vvc`.
-- 
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] #10703(ffmpeg:new): ffmpeg 6.1 and master error opening media

2023-11-27 Thread FFmpeg
#10703: ffmpeg 6.1 and master error opening media
-+-
 Reporter:  Jay-HeyGen   |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  important|Component:  ffmpeg
  Version:  git-master   |   Resolution:
 Keywords:  6.1 master   |   Blocked By:
  audio ffmpeg   |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by Jay-HeyGen):

 * Attachment "test.mp3" added.

 this media file can be processed with ffmpeg 5.1.2 and older versions,
 can't be processed with master 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".


[FFmpeg-trac] #10703(ffmpeg:new): ffmpeg 6.1 and master error opening media

2023-11-27 Thread FFmpeg
#10703: ffmpeg 6.1 and master error opening media
-+-
 Reporter:  Jay-HeyGen   | Type:  defect
   Status:  new  | Priority:  important
Component:  ffmpeg   |  Version:  git-
 Keywords:  6.1 master   |  master
  audio ffmpeg   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Summary of the bug:
 How to reproduce:
 {{{
 ffmpeg -i test.mp3 out.mp3
 }}}
 I use ffmpeg 5.1.2 and older version can process the media, but ffmpeg 6.1
 and master version didn't work well.
 Platform:
 - Ubuntu 22.04: ffmpeg 4.2.7 -> work well
 - macOS 11.7.2: ffmpeg 5.1.2 -> work well
 - Ubuntu 22.04: ffmpeg 6.1 -> can't process
 configuration:
 {{{
 --enable-gpl --enable-version3 --enable-static --disable-debug
 --disable-ffplay --disable-indev=sndio --disable-outdev=sndio
 --cc=gcc --enable-fontconfig --enable-frei0r --enable-gnutls
 --enable-gmp --enable-libgme --enable-gray --enable-libaom
 --enable-libfribidi --enable-libass --enable-libvmaf
 --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libopenjpeg --enable-librubberband
 --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvorbis
 --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo-
 amrwbenc
 --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265
 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi
 --enable-libzimg
 }}}
 error info:
 {{{
 [in#0 @ 0x6fd5800] Error opening input: Invalid data found when processing
 input
 Error opening input file test.mp3.
 Error opening input files: Invalid data found when processing input
 }}}
-- 
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".