Re: [FFmpeg-trac] #10621(ffmpeg:open): tpad is always/only green

2023-11-07 Thread FFmpeg
#10621: tpad is always/only green
+--
 Reporter:  Alex|Owner:  ePirat
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  ffmpeg
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  1   |
+--
Changes (by ePirat):

 * analyzed:  0 => 1
 * owner:  (none) => ePirat
 * version:  unspecified => git-master
 * status:  new => open
 * reproduced:  0 => 1

-- 
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] #10621(ffmpeg:new): tpad is always/only green

2023-11-07 Thread FFmpeg
#10621: tpad is always/only green
-+--
 Reporter:  Alex |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  ffmpeg
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--
Comment (by ePirat):

 You can work around the issue by specifying the {{{start}}} and/or
 {{{stop}}} option (depending which you need) with a dummy value like
 {{{1}}}, while still specifying the {{{start_duration}}} and/or
 {{{stop_duration}}}, which will take precedence.
-- 
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] #10621(ffmpeg:new): tpad is always/only green

2023-11-07 Thread FFmpeg
#10621: tpad is always/only green
-+--
 Reporter:  Alex |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  ffmpeg
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--
Comment (by ePirat):

 Sorry, this is a regression from 86b252ea9dee18006910e30646ad1067f2d1323f

 I've submitted a patch to fix it: http://ffmpeg.org/pipermail/ffmpeg-
 devel/2023-November/316718.html
-- 
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] #10646(avcodec:new): Invalid stream for FFV1 10-bit 2-pass encoding

2023-11-07 Thread FFmpeg
#10646: Invalid stream for FFV1 10-bit 2-pass encoding
-+-
 Reporter:  Timofey  | Type:  defect
  Vasenin|
   Status:  new  | Priority:  important
Component:  avcodec  |  Version:  git-
 |  master
 Keywords:  ffv1 |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Reproduces with any input video:

 {{{
 ffmpeg -i "foreman_cif.y4m" -pix_fmt yuv422p10le -c:v ffv1 -pass 1
 -passlogfile "foreman_cif.passlog" "foreman_cif.pass1.avi"
 ffmpeg -i "foreman_cif.y4m" -pix_fmt yuv422p10le -c:v ffv1 -pass 2
 -passlogfile "foreman_cif.passlog" "foreman_cif.pass2.avi"
 }}}

 No warning/error messages during encoding, but:

 foreman_cif.pass1.avi -- OK
 foreman_cif.pass2.avi -- garbage


 Reproduces on windows and linux on 6.0 and nightly (and on all previous
 builds I tried).
-- 
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] #9999(undetermined:new): Failure to create webm manifest for single key-frame video

2023-11-07 Thread FFmpeg
#: Failure to create webm manifest for single key-frame video
-+-
 Reporter:  jlenart  |Owner:  (none)
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:  webm |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by Kerry Shetline):

 I've run into the same error. I'm trying to create a manifest for three
 VP9/webm video files generated by Handbrake, and one Vorbis/webm audio
 file generated by ffmpeg.

 I've done this before without a problem, but only for a couple of other
 movies. For some reason one movie is now giving me this "Error parsing
 Cues" grief. I'm running an automated process to enable streaming for a
 large collection of movies, but I've only processed a couple of other
 movies successfully before hitting this glitch, so perhaps it will come up
 often.

 I only mention that it's an automated process to say that the other movies
 which worked were converted from H.264 to VP9 in exactly the same way,
 without any subsequent problems.

 I've posted a sample video that fails here:
 https://shetline.com/video/sample.v480.webm

 The video plays without a problem, mediainfo works with it without a
 problem, but it fails using ffmpeg or ffprobe.
-- 
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] #3359(ffplay:open): ffplay does not support hw acceleration, is not documented

2023-11-07 Thread FFmpeg
#3359: ffplay does not support hw acceleration, is not documented
-+--
 Reporter:  pdknsk   |Owner:  (none)
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  ffplay
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--
Comment (by Balling):

 >We don't do opengl or d3d11 in ffmpeg

 d3d12 api is more nice too. I mean decoder can already use d3d12 since a
 recent nvidia driver.
-- 
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".