Re: [FFmpeg-trac] #2690(avcodec:open): Red Cinema r3d files not supported

2024-03-01 Thread FFmpeg
#2690: Red Cinema r3d files not supported
-+---
 Reporter:  MilosL   |Owner:  (none)
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  r3d j2k  |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+---
Comment (by Peter Kovář):

 Replying to [comment:39 Camille]:
 > Replying to [comment:37 Peter Kovář]:
 > > I wrote PoC GPU accelerated code based upon R3DSDKv8_4_0-Beta2. Still
 unfinished and undecided how to release that into the wild.
 > >
 > > R3D /2TB/Video/R3D/v-raptor-xl-8k-vv-
 bird/A001_C003_12214C.RDC/A001_C003_12214C_001.R3D | ffmpeg -video_size
 8192x4320 -framerate 120 -f rawvideo -pixel_format rgb48le -i - -c:v
 libx265 -vf scale=4096:2160 v-raptor-xl-8k-vv-bird HEVC 2160p120.mp4
 > >
 > > R3D /2TB/Video/R3D/v-raptor-xl-8k-vv-
 bird/A001_C003_12214C.RDC/A001_C003_12214C_001.R3D | ffmpeg -video_size
 8192x4320 -framerate 120 -f rawvideo -pixel_format rgb48le -i - -strict -1
 -pix_fmt yuv420p10 -color_primaries bt2020 -colorspace bt2020_ncl
 -color_trc bt2020-10 -r 120 -vcodec vvc -b:v 0 -qp 32 -vf scale=4096:2160
 -y v-raptor-xl-8k-vv-bird VVC 2160p120.mp4
 >
 > Hi Peter,
 >
 > Your PoC sounds promising!
 >
 > I have a few queries:
 >
 > - Would it be feasible to concatenate spanned R3D clips and incorporate
 an audio track from a WAV file?
 > - Is there a possibility of integrating your code directly into FFmpeg?
 > We are in the midst of developing a server encoding application tailored
 for raw camera files, including XDCAM and R3D. However, the absence of
 comprehensive R3D support in FFmpeg poses certain limitations. Given the
 importance of this feature for our project, we're considering sponsoring
 its development.
 >
 > One of my primary concerns revolves around potential copyright
 challenges, especially when implementing the RED SDK in an open-source
 framework.
 >
 > I'd appreciate your insights on these matters.
 Camille, could you contact me via peter.ko...@reflexion.tv?
-- 
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] #10884(avfilter:new): Using `-hwaccel_output_format videotoolbox_vld` make `scale_vt` to produce wrong color

2024-03-01 Thread FFmpeg
#10884: Using `-hwaccel_output_format videotoolbox_vld` make `scale_vt` to 
produce
wrong color
+
 Reporter:  gnattu  |Owner:  (none)
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avfilter
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+
Comment (by yigithan):

 I am new at this project but looks like pixel format causes the problem.

 With {{{-hwaccel_output_format videotoolbox_vld}}} you are using
 {{{videotoolbox_vld}}} as {{{pix_fmt}}}. If you run like that
 {{{-hwaccel_output_format p010le}}} it should work as expected. I could
 not figure out how videotoolbox selects pixel format inside. But looks
 like it's supporting in the official documentation.
-- 
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] #10795(avfilter:open): scale2ref filter crash

2024-03-01 Thread FFmpeg
#10795: scale2ref filter crash
-+-
 Reporter:  Axel |Owner:  (none)
  Terizaki   |
 Type:  defect   |   Status:  open
 Priority:  normal   |Component:  avfilter
  Version:  git-master   |   Resolution:
 Keywords:  bounty   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by Martin):

 * keywords:   => bounty

Comment:

 I'm willing to sponsor the fix for this bug. I'll give $30 or more if the
 needed fix is more complex.
-- 
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] #10887(undetermined:new): HEVC periodic intra refresh source decoding artifacts, only with slice threading

2024-03-01 Thread FFmpeg
#10887: HEVC periodic intra refresh source decoding artifacts, only with slice
threading
-+-
 Reporter:  Björn|Owner:  (none)
  Weinehall  |
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Comment (by quinkblack):

 I know there are multiple issues in hevc decoder, especially related to
 multi-threads.
 See the description at

 https://trac.ffmpeg.org/wiki/SponsoringPrograms/STF/2024#CleanupHEVCDecoder

 I'll take a look but it will take some time.
-- 
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] #10890(documentation:new): Typo in documentation for "gradients" video source

2024-03-01 Thread FFmpeg
#10890: Typo in documentation for "gradients" video source
-+-
 Reporter:  Michael  | Type:  defect
  Koch   |
   Status:  new  | Priority:  normal
Component:   |  Version:  git-
  documentation  |  master
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Replace "x0, y0, y0, y1" by "x0, y0, x1, y1"
-- 
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".