Re: [FFmpeg-trac] #8750(swscale:new): Patch to fix #7124 break the build for powerpc

2020-07-02 Thread FFmpeg
#8750: Patch to fix #7124 break the build for powerpc
-+-
 Reporter:  marillat |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:  swscale
  Version:  git-master   |   Resolution:
 Keywords:  ppc  |   Blocked By:
  regression |
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by marillat):

 The latest patch is the same than the first one.

--
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] #8773(undetermined:new): libavcodec/libaomenc.c fails to build (undeclared symbols/variables)

2020-07-02 Thread FFmpeg
#8773: libavcodec/libaomenc.c fails to build (undeclared symbols/variables)
-+-
 Reporter:   | Type:  defect
  slycordinator  |
   Status:  new  | Priority:  normal
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Summary of the bug: libavcodec/libaomenc.c fails to build; gives [error:
 ‘AV1E_SET_ENABLE_*_PARTITIONS’ undeclared here]
 How to reproduce:
 {{{
 Download current git sources ffmpeg-snapshot.tar.bz2
 Unpack
 configure to build libaom
 make
 }}}
 CC  libavcodec/libfdk-aacenc.o
 libavcodec/libaomenc.c:148:6: error: ‘AV1E_SET_ENABLE_1TO4_PARTITIONS’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_RESTORATION’?
   148 | [AV1E_SET_ENABLE_1TO4_PARTITIONS] =
 "AV1E_SET_ENABLE_1TO4_PARTITIONS",
   |  ^~~
   |  AV1E_SET_ENABLE_RESTORATION
 libavcodec/libaomenc.c:148:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:148:6: note: (near initialization for ‘ctlidstr’)
 CC  libavcodec/libmp3lame.o
 libavcodec/libaomenc.c:149:6: error: ‘AV1E_SET_ENABLE_AB_PARTITIONS’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_RESTORATION’?
   149 | [AV1E_SET_ENABLE_AB_PARTITIONS]   =
 "AV1E_SET_ENABLE_AB_PARTITIONS",
   |  ^
   |  AV1E_SET_ENABLE_RESTORATION
 libavcodec/libaomenc.c:149:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:149:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:150:6: error: ‘AV1E_SET_ENABLE_RECT_PARTITIONS’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_RESTORATION’?
   150 | [AV1E_SET_ENABLE_RECT_PARTITIONS] =
 "AV1E_SET_ENABLE_RECT_PARTITIONS",
   |  ^~~
   |  AV1E_SET_ENABLE_RESTORATION
 libavcodec/libaomenc.c:150:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:150:6: note: (near initialization for ‘ctlidstr’)
 CC  libavcodec/libopus.o
 libavcodec/libaomenc.c:151:6: error: ‘AV1E_SET_ENABLE_ANGLE_DELTA’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_SUPERRES’?
   151 | [AV1E_SET_ENABLE_ANGLE_DELTA]   =
 "AV1E_SET_ENABLE_ANGLE_DELTA",
   |  ^~~
   |  AV1E_SET_ENABLE_SUPERRES
 libavcodec/libaomenc.c:151:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:151:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:152:6: error: ‘AV1E_SET_ENABLE_CFL_INTRA’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_JNT_COMP’?
   152 | [AV1E_SET_ENABLE_CFL_INTRA] =
 "AV1E_SET_ENABLE_CFL_INTRA",
   |  ^
   |  AV1E_SET_ENABLE_JNT_COMP
 libavcodec/libaomenc.c:152:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:152:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:153:6: error: ‘AV1E_SET_ENABLE_FILTER_INTRA’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_ORDER_HINT’?
   153 | [AV1E_SET_ENABLE_FILTER_INTRA]  =
 "AV1E_SET_ENABLE_FILTER_INTRA",
   |  ^~~~
   |  AV1E_SET_ENABLE_ORDER_HINT
 libavcodec/libaomenc.c:153:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:153:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:154:6: error: ‘AV1E_SET_ENABLE_INTRA_EDGE_FILTER’
 undeclared here (not in a function)
   154 | [AV1E_SET_ENABLE_INTRA_EDGE_FILTER] =
 "AV1E_SET_ENABLE_INTRA_EDGE_FILTER",
   |  ^
 libavcodec/libaomenc.c:154:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:154:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:155:6: error: ‘AV1E_SET_ENABLE_PAETH_INTRA’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_ORDER_HINT’?
   155 | [AV1E_SET_ENABLE_PAETH_INTRA]   =
 "AV1E_SET_ENABLE_PAETH_INTRA",
   |  ^~~
   |  AV1E_SET_ENABLE_ORDER_HINT
 libavcodec/libaomenc.c:155:6: error: array index in initializer not of
 integer type
 libavcodec/libaomenc.c:155:6: note: (near initialization for ‘ctlidstr’)
 libavcodec/libaomenc.c:156:6: error: ‘AV1E_SET_ENABLE_SMOOTH_INTRA’
 undeclared here (not in a function); did you mean
 ‘AV1E_SET_ENABLE_ORDER_HINT’?
   156 | 

Re: [FFmpeg-trac] #7272(avcodec:closed): encoding with hevc_amf results in video where forwarting is a mess

2020-07-02 Thread FFmpeg
#7272: encoding with hevc_amf results in video where forwarting is a mess
+---
 Reporter:  sheepchen   |Owner:
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:  fixed
 Keywords:  amf |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Changes (by cehoyos):

 * version:  unspecified => git-master
 * component:  undetermined => avcodec


--
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] #7272(undetermined:closed): encoding with hevc_amf results in video where forwarting is a mess

2020-07-02 Thread FFmpeg
#7272: encoding with hevc_amf results in video where forwarting is a mess
-+-
 Reporter:  sheepchen|Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
 |  undetermined
  Version:  unspecified  |   Resolution:  fixed
 Keywords:  amf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cus):

 * status:  reopened => closed
 * resolution:   => fixed


Comment:

 Fixed in 76a3ee996bf9f3435b1c11d69639cd1e971f20c3.

--
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] #7654(avcodec:closed): hevc_amf does not honor -level option

2020-07-02 Thread FFmpeg
#7654: hevc_amf does not honor -level option
+---
 Reporter:  Tupsi   |Owner:
 Type:  defect  |   Status:  closed
 Priority:  minor   |Component:  avcodec
  Version:  git-master  |   Resolution:  invalid
 Keywords:  amf |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
Changes (by cus):

 * cc: cus (added)
 * status:  new => closed
 * resolution:   => invalid


Comment:

 The command line is wrong.

 -level 5.0 should be used, not -level 50.

 Closing as invalid.

--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  |Owner:
 Type:  defect   |   Status:  new
 Priority:  minor|Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * Attachment "hjelpemiddel_cut.avi" added.


--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  |Owner:
 Type:  defect   |   Status:  new
 Priority:  minor|Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * priority:  normal => minor


Comment:

 While I agree that the behaviour has many similarities with a bug, the
 input file has no audio, so assuming that something useful can come out of
 a conversion is bold: Use `-an`.

 Unrelated to your report: While the input file definitely is broken,
 please make sure you know what you are doing when converting to mxf, mxf
 files typically are broken by definition...

--
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] #8766(documentation:new): find_rect documentation

2020-07-02 Thread FFmpeg
#8766: find_rect documentation
-+-
 Reporter:  mkoch|Owner:
 Type:  defect   |   Status:  new
 Priority:  minor|Component:
 |  documentation
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by mkoch):

 Replying to [comment:2 cehoyos]:
 > Please send your patch - made with `git format-patch` - to the FFmpeg
 development mailing list.
 > As you probably found out by now, suggestions for patches on this bug
 tracker are mostly ignored.

 That won't happen soon, because I haven't yet figured out how git works. I
 have seen the instructions at https://www.ffmpeg.org/git-howto.html but I
 understand almost nothing of it.

--
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] #8766(documentation:new): find_rect documentation

2020-07-02 Thread FFmpeg
#8766: find_rect documentation
-+-
 Reporter:  mkoch|Owner:
 Type:  defect   |   Status:  new
 Priority:  minor|Component:
 |  documentation
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * priority:  normal => minor
 * type:  enhancement => defect


Comment:

 Please send your patch - made with `git format-patch` - to the FFmpeg
 development mailing list.
 As you probably found out by now, suggestions for patches on this bug
 tracker are mostly ignored.

--
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] #6568(avcodec:open): Add support for DTS matrixed channel decoding

2020-07-02 Thread FFmpeg
#6568: Add support for DTS matrixed channel decoding
-+---
 Reporter:  macdavis |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  dca  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by cehoyos):

 Replying to [comment:4 macdavis]:
 > The file is fine. It is encoded via DTS-HD Master Audio Suite.
 Does the software also allow decoding so we would know the expected
 output?

--
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] #6568(avcodec:open): Add support for DTS matrixed channel decoding

2020-07-02 Thread FFmpeg
#6568: Add support for DTS matrixed channel decoding
-+---
 Reporter:  macdavis |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  dca  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by macdavis):

 No, it's not.

 Replying to [comment:2 Balling]:
 > Is not DTS-ES outdated deprecated, etc?
 
https://github.com/henningms/ps3m2ts/blob/23e03836ae58cb5ba958031f94219a5c945f9381/ps3m2ts/bin/Debug/eac3to/log.txt#L12

--
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] #6568(avcodec:open): Add support for DTS matrixed channel decoding

2020-07-02 Thread FFmpeg
#6568: Add support for DTS matrixed channel decoding
-+---
 Reporter:  macdavis |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  dca  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by macdavis):

 The file is fine. It is encoded via DTS-HD Master Audio Suite. Mediainfo
 shows both files as 7 channels.

 Replying to [comment:3 cehoyos]:
 > My DTS-HD capable receiver detects both files as 5.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] #8771(avutil:open): nasm 2.15 generates lot of warnings when compiling ffmpeg.

2020-07-02 Thread FFmpeg
#8771: nasm 2.15 generates lot of warnings when compiling ffmpeg.
+--
 Reporter:  dalecurtis  |Owner:
 Type:  defect  |   Status:  open
 Priority:  minor   |Component:  avutil
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--

Comment (by richardpl):

 Balling, could you please just stop!

--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by steipal):

 Thanks, done!

 -steipal

--
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] #8771(avutil:open): nasm 2.15 generates lot of warnings when compiling ffmpeg.

2020-07-02 Thread FFmpeg
#8771: nasm 2.15 generates lot of warnings when compiling ffmpeg.
+--
 Reporter:  dalecurtis  |Owner:
 Type:  defect  |   Status:  open
 Priority:  minor   |Component:  avutil
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--
Changes (by Balling):

 * status:  new => open


Comment:

 There are many issue with assembly even in linux kernel. It is a very hard
 to write good assembly. Even ffmpeg
 https://patchwork.ffmpeg.org/project/ffmpeg/list/?submitter=974

--
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] #8771(avutil:new): nasm 2.15 generates lot of warnings when compiling ffmpeg.

2020-07-02 Thread FFmpeg
#8771: nasm 2.15 generates lot of warnings when compiling ffmpeg.
+--
 Reporter:  dalecurtis  |Owner:
 Type:  defect  |   Status:  new
 Priority:  minor   |Component:  avutil
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--

Comment (by hydra):

 Thank you.

 One wonders if 2.15.rc? does this to ffmpeg, what does it do to the
 multitude of optionally built ffmpeg dependencies ?

--
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] #8760(avformat:new): srt updated, ffmpeg's libsrt no longer builds

2020-07-02 Thread FFmpeg
#8760: srt updated, ffmpeg's libsrt no longer builds
-+
 Reporter:  hydra|Owner:
 Type:  enhancement  |   Status:  new
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  libsrt   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by hydra):

 Well, with this patch it does build for me.

--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by mkver):

 Upload it at https://streams.videolan.org/upload/. Don't forget to select
 FFmpeg and to mention the track ticket number.

--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
 |  undetermined
  Version:  git-master   |   Resolution:
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by steipal):

 Could not attach file due to limitations. The file is 4192 KB. How to
 solve?

 -steipal

--
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] #8772(undetermined:new): MXF-muxing fails with Error writing trailer of test.mxf Unknown error occurred

2020-07-02 Thread FFmpeg
#8772: MXF-muxing fails with Error writing trailer of test.mxf Unknown error
occurred
-+-
 Reporter:  steipal  | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:  git-
  undetermined   |  master
 Keywords:  mxf  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Creating an MXF-file from the attached video fails. Other muxers seem ok.

 How to reproduce:
 {{{
 CMD FAILS:
 ffmpeg -i hjelpemiddel.avi -max_muxing_queue_size  500 -r 25 -ar 48000 -y
 -s 1920x1080 -c:a pcm_s16le test.mxf

 OUTPUT:
 ffmpeg version git-2020-06-28-4cfcfb3 Copyright (c) 2000-2020 the FFmpeg
 developers
   built with gcc 9.3.1 (GCC) 20200621
   configuration: --disable-static --enable-shared --enable-gpl --enable-
 version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv
 --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype
 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
 --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame
 --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264
 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-
 zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis
 --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-
 libxvid --enable-libaom --enable-libgsm --disable-w32threads --enable-
 libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-
 d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
 --enable-libopenmpt --enable-amf
   libavutil  56. 55.100 / 56. 55.100
   libavcodec 58. 93.100 / 58. 93.100
   libavformat58. 47.100 / 58. 47.100
   libavdevice58. 11.100 / 58. 11.100
   libavfilter 7. 86.100 /  7. 86.100
   libswscale  5.  8.100 /  5.  8.100
   libswresample   3.  8.100 /  3.  8.100
   libpostproc55.  8.100 / 55.  8.100
 Guessed Channel Layout for Input Stream #0.1 : mono
 Input #0, avi, from 'hjelpemiddel.avi':
   Duration: 00:00:10.81, start: 0.00, bitrate: 3176 kb/s
 Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657),
 yuv420p(progressive), 1920x1080, 3139 kb/s, 120 fps, 120 tbr, 120 tbn, 120
 tbc
 Stream #0:1: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 8000 Hz, mono,
 s16, 128 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (vc1 (native) -> mpeg2video (native))
   Stream #0:1 -> #0:1 (pcm_s16le (native) -> pcm_s16le (native))
 Press [q] to stop, [?] for help
 frame=   79 fps=0.0 q=0.0 size=   0kB time=-577014:32:22.77 bitrate=
 -0.0kbits/s dup=52 drop=0 speed=N/A
 frame=  155 fps=154 q=0.0 size=   0kB time=-577014:32:22.77 bitrate=
 -0.0kbits/s dup=103 drop=0 speed=N/A
 frame=  243 fps=159 q=0.0 size=   0kB time=-577014:32:22.77 bitrate=
 -0.0kbits/s dup=162 drop=0 speed=N/A
 Output #0, mxf, to 'z:\test.mxf':
   Metadata:
 encoder : Lavf58.47.100
 Stream #0:0: Video: mpeg2video (Main), yuv420p(progressive),
 1920x1080, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
 Metadata:
   encoder : Lavc58.93.100 mpeg2video
 Side data:
   cpb: bitrate max/min/avg: 0/0/20 buffer size: 0 vbv_delay: N/A
 Stream #0:1: Audio: pcm_s16le, 48000 Hz, mono, s16, 768 kb/s
 Metadata:
   encoder : Lavc58.93.100 pcm_s16le
 Error writing trailer of test.mxf: Unknown error occurred
 frame=  272 fps=160 q=31.0 Lsize=   0kB time=00:00:10.84 bitrate=
 0.0kbits/s dup=184 drop=0 speed=6.38x
 video:2370kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 }}}
 {{{
 CMD WORKS:
 ffmpeg -i hjelpemiddel.avi -max_muxing_queue_size  500 -r 25 -ar 48000 -y
 -s 1920x1080 -c:a pcm_s16le test.ts

 OUTPUT:
 ffmpeg version git-2020-06-28-4cfcfb3 Copyright (c) 2000-2020 the FFmpeg
 developers
   built with gcc 9.3.1 (GCC) 20200621
   configuration: --disable-static --enable-shared --enable-gpl --enable-
 version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv
 --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype
 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
 --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame
 --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264
 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-
 zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis
 --enable-libvo-amrwbenc 

Re: [FFmpeg-trac] #8766(documentation:new): find_rect documentation

2020-07-02 Thread FFmpeg
#8766: find_rect documentation
-+-
 Reporter:  mkoch|Owner:
 Type:  enhancement  |   Status:  new
 Priority:  normal   |Component:
 |  documentation
  Version:  git-master   |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by mkoch):

 Also the meaning of the ‘xmin, ymin, xmax, ymax’ options is unclear and a
 better documentation is required. Does it mean the top left corner of the
 object image must be in the specified area, or does it mean the full
 object image must be in this area?

--
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] #6476(avcodec:new): NVENC: "InitializeEncoder failed" error occurs when level 5.2 is specified

2020-07-02 Thread FFmpeg
#6476: NVENC: "InitializeEncoder failed" error occurs when level 5.2 is 
specified
-+---
 Reporter:  alexpigment  |Owner:
 Type:  enhancement  |   Status:  new
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  nvenc|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by hydra):

 I see changes also ligning with the sdk10 changes :)
 Thank you !!

 
https://git.videolan.org/?p=ffmpeg.git;a=blobdiff;f=libavcodec/nvenc_h264.c;h=de8f4bd180550301f2a5dfefd131f8affb16ad5a;hp=0c1a32178c71aff4c46f1e014218cfa757be5bbe;hb=3223f6b32d5d60c73b1e14475d4751770ae9344d;hpb=9115d7722205590b8601d87146087f3559d29d54

--
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] #8760(avformat:new): srt updated, ffmpeg's libsrt no longer builds

2020-07-02 Thread FFmpeg
#8760: srt updated, ffmpeg's libsrt no longer builds
-+
 Reporter:  hydra|Owner:
 Type:  enhancement  |   Status:  new
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  libsrt   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by hydra):

 Hello.
 It's the same patch I see MABS is now using.
 I'll give it a whirl to see if it builds. I suppose you have tried it ?

--
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".