Re: [FFmpeg-trac] #5892(undetermined:new): Show Qavg -nan when end of aac stream

2016-10-15 Thread FFmpeg
#5892: Show Qavg -nan when end of aac stream
-+-
 Reporter:   |Owner:
  chengmo03013106|   Status:  new
 Type:  defect   |Component:
 Priority:  normal   |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:  aac  |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+-

Comment (by cehoyos):

 I don't really understand your issue (do you think what is printed is
 wrong or unclear?) but in any case, please provide the command line that
 allows to reproduce the issue together with the complete, uncut console
 output to make this a valid ticket.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4344(undetermined:new): XSUBs are too low in PAL video, on PS3

2016-10-15 Thread FFmpeg
#4344: XSUBs are too low in PAL video, on PS3
-+-
 Reporter:  edumj|Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  xsub |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 I wanted to ask you to test what happens if you put xsub subtitles into
 videos with both higher resolutions like 1440x1080 and much lower
 resolutions than pal or ntsc but I don't have command lines to test right
 now.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5881(avformat:open): Allow writing subtitle only hls streams (was: unable to mux dvb_teletext as webvtt hls : (incorrect codec parameters ?): Invalid argument)

2016-10-15 Thread FFmpeg
#5881: Allow writing subtitle only hls streams
-+
 Reporter:  cbass|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  normal   |Component:  avformat
  Version:  unspecified  |   Resolution:
 Keywords:  hls webvtt   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+
Changes (by cus):

 * status:  new => open
 * type:  defect => enhancement
 * component:  undetermined => avformat


Comment:

 I don't think ffmpeg is capable of writing a HLS stream without at least
 an audio component. Until then, you can workaround this by writing an
 audio stream in addition to the subtitle. Also you might want to use
 -fix_sub_duration flag if converting from dvb teletext.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5881(avformat:open): Allow writing subtitle only hls streams

2016-10-15 Thread FFmpeg
#5881: Allow writing subtitle only hls streams
-+
 Reporter:  cbass|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  normal   |Component:  avformat
  Version:  unspecified  |   Resolution:
 Keywords:  hls webvtt   |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+
Changes (by cus):

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


--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5888(avcodec:open): ffv1 rgb48le encoding broken without -level 3

2016-10-15 Thread FFmpeg
#5888: ffv1 rgb48le encoding broken without -level 3
+---
 Reporter:  LordHDL |Owner:
 Type:  defect  |   Status:  open
 Priority:  minor   |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  ffv1|   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+---

Comment (by cehoyos):

 Replying to [comment:8 LordHDL]:
 > It works when I use `-strict -2` but the format named is `gbrp16le`.  Is
 that intended?
 I don't think ''intended'' is the right word: It's how lossless
 compression of 16bit rgb is implemented in ffv1.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5892(avcodec:new): Show Qavg -nan when end of aac stream

2016-10-15 Thread FFmpeg
#5892: Show Qavg -nan when end of aac stream
-+-
 Reporter:   |Owner:
  chengmo03013106|   Status:  new
 Type:  defect   |Component:  avcodec
 Priority:  important|   Resolution:
  Version:  unspecified  |   Blocked By:
 Keywords:  aac crash|  Reproduced by developer:  0
  fpe regression |
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by chengmo03013106):

 Replying to [comment:3 cehoyos]:
 > Replying to [comment:2 chengmo03013106]:
 > > Is there enough for the issue ?
 >
 > I don't think so, from your original report I wasn't able to guess that
 you see a crash.
 > How can I reproduce the issue?

 It's might be not a bug because it would not lead to crash.
 Is it not the bug if  the code which is not lead to crash ?
 when the code run "s->lambda_sum / s->lambda_count", and "s->lambda_count"
 can be "0" ? the divider can be "0" ?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5892(avcodec:new): Show Qavg -nan when end of aac stream

2016-10-15 Thread FFmpeg
#5892: Show Qavg -nan when end of aac stream
-+-
 Reporter:   |Owner:
  chengmo03013106|   Status:  new
 Type:  defect   |Component:  avcodec
 Priority:  important|   Resolution:
  Version:  unspecified  |   Blocked By:
 Keywords:  aac crash|  Reproduced by developer:  0
  fpe regression |
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * analyzed:  1 => 0
 * keywords:  aac => aac crash fpe regression
 * component:  undetermined => avcodec
 * reproduced:  1 => 0
 * priority:  normal => important


Comment:

 Replying to [comment:2 chengmo03013106]:
 > Is there enough for the issue ?

 I don't think so, from your original report I wasn't able to guess that
 you see a crash.
 How can I reproduce the issue?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5694(avcodec:new): ffmpeg git master compile error on libopenjpeg

2016-10-15 Thread FFmpeg
#5694: ffmpeg git master compile error on libopenjpeg
-+---
 Reporter:  bermond  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  libopenjpeg  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by bermond):

 This issue is fixed by git commit
 
[http://git.videolan.org/?p=ffmpeg.git;a=commit;h=7a65aef00d113a38e0d1a54df49eead9df6aa15c
 7a65aef00d113a38e0d1a54df49eead9df6aa15c].

 Now ffmpeg git master is correctly compiling when both libopenjpeg and
 libopenjpeg2 are installed.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5694(avcodec:closed): ffmpeg git master compile error on libopenjpeg

2016-10-15 Thread FFmpeg
#5694: ffmpeg git master compile error on libopenjpeg
-+---
 Reporter:  bermond  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  avcodec
  Version:  git-master   |   Resolution:  fixed
 Keywords:  libopenjpeg  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---
Changes (by bermond):

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


--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5888(avcodec:open): ffv1 rgb48le encoding broken without -level 3

2016-10-15 Thread FFmpeg
#5888: ffv1 rgb48le encoding broken without -level 3
+---
 Reporter:  LordHDL |Owner:
 Type:  defect  |   Status:  open
 Priority:  minor   |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  ffv1|   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+---

Comment (by LordHDL):

 It works when I use `-strict -2` but the format named is `gbrp16le`.  Is
 that intended?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #5892(undetermined:new): Show Qavg -nan when end of aac stream

2016-10-15 Thread FFmpeg
#5892: Show Qavg -nan when end of aac stream
-+-
 Reporter:   |Owner:
  chengmo03013106|   Status:  new
 Type:  defect   |Component:
 Priority:  normal   |  undetermined
  Version:  unspecified  |   Resolution:
 Keywords:  aac  |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+-

Comment (by chengmo03013106):

 Replying to [comment:1 cehoyos]:
 > I don't really understand your issue (do you think what is printed is
 wrong or unclear?) but in any case, please provide the command line that
 allows to reproduce the issue together with the complete, uncut console
 output to make this a valid ticket.

 Thank you for the replying.
 I am sorry for my confusing issue.
 the printed is vivid that "Qavg -nan".
 I meant that there is bug in  libavcodec/aacenc.c, line:846 "av_log(avctx,
 AV_LOG_INFO, "Qavg: %.3f\n", s->lambda_sum / s->lambda_count);".
 s->lambda_count was 0 in some time, could "s->lambda_count" be 0 ? same as
 a/b, b should not be 0, is that right ?

 Anyway the details I gave unclearly.
 I didn't run the command "ffmpeg balabala..."
 I invoked the API directly in my codes.

 The backtrace show this:
 (gdb) bt
 #0  aac_encode_end (avctx=0x7fc68c045ac0) at libavcodec/aacenc.c:844
 #1  0x00b3254a in avcodec_close (avctx=0x7fc68c045ac0) at
 libavcodec/utils.c:2545
 #2  0x0041238b in OutputProc::Close (this=0x273a600) at
 mediaproc.cpp:1162
 #3  0x004156a0 in ConvertdProcess::CloseClear (this=0x273a4a0) at
 convertdprocess.cpp:562

 at mediaproc.cpp:1162 is
 avcodec_close(ofmt_ctx_->streams[i]->codec);

 Is there enough for the issue ? If I should show more details about the
 issue, tell me
 Thanks again.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac