Re: [FFmpeg-trac] #5868(build system:new): Cygwin64 build fails for ffserver.o

2016-09-29 Thread FFmpeg
#5868: Cygwin64 build fails for ffserver.o
-+-
 Reporter:  MDavis   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  build
  Version:  git-master   |  system
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by MDavis):

 {{{
 CPPFLAGS= -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 -U__STRICT_ANSI__ -DPIC -DZLIB_CONST
 }}}
 I'm not really that experienced in C development, so I'm kinda just poking
 around.

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


Re: [FFmpeg-trac] #5825(avcodec:closed): Vobsub subtitles won't overlay with some MKV

2016-09-29 Thread FFmpeg
#5825: Vobsub subtitles won't overlay with some MKV
-+-
 Reporter:  edumj|Owner:
 Type:  defect   |   Status:  closed
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:  fixed
 Keywords:  dvdsub   |   Blocked By:
  regression |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by edumj):

 Any way, I found another bug with VobSubs in this same file.

 Subtitles dissapear again if I use '''crop''' filter, even with no
 cropping:

 {{{
 "ffmpeg" -canvas_size 720x384 -i "%~1" -filter_complex
 
"[0:v]crop=720:384:0:0[video];[0:s:0]crop=720:384:0:0[subs];[video][subs]overlay[out]"
 -map "[out]" -map 0:a -f avi -c:v libxvid -b:v 1500k -vtag XVID -c:a
 libmp3lame -b:a 128k "%~n1 crop vobsubs.avi"
 }}}

 and the output:
 {{{
 ffmpeg version N-81696-gd38dff8e Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 29.100 / 55. 29.100
   libavcodec 57. 57.100 / 57. 57.100
   libavformat57. 49.100 / 57. 49.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 62.100 /  6. 62.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  1.100 /  2.  1.100
   libpostproc54.  0.100 / 54.  0.100
 Input #0, matroska,webm, from 'C:\Users\Edumj\Videos\Pa Probar\DVDRip
 (MKV) con VobSub's\Francis en la Marina (1955) DVDRip DUAL SE by El
 enmascarado del Barça (copy).mkv':
   Metadata:
 ENCODER : Lavf56.40.101
   Duration: 00:03:02.97, start: 0.00, bitrate: 1386 kb/s
 Chapter #0:0: start 0.00, end 84.897000
 Metadata:
   title   : Chapter 1
 Chapter #0:1: start 84.897000, end 180.00
 Metadata:
   title   : Chapter 2
 Stream #0:0(eng): Video: h264 (Main), yuv420p(tv,
 smpte170m/smpte170m/bt709), 720x384 [SAR 16:15 DAR 2:1], 25 fps, 25 tbr,
 1k tbn, 180k tbc (default)
 Stream #0:1(spa): Audio: aac (LC), 48000 Hz, stereo, fltp (default)
 Stream #0:2(eng): Audio: aac (LC), 48000 Hz, stereo, fltp
 Stream #0:3(spa): Subtitle: dvd_subtitle, 720x576
 [avi @ 0480bc00] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 2 times
 [null @ 04eaa1c0] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 1 times
 Output #0, avi, to
 'E:\MISDOC~1\CONVER~1\_PACON~1\MEDIAI~1\FFD8CF~1\DVDAXS~1\CONFFM~1\\Francis
 en la Marina (1955) DVDRip DUAL SE by El enmascarado del Barça (copy) crop
 vobsubs.avi':
   Metadata:
 ISFT: Lavf57.49.100
 Chapter #0:0: start 0.00, end 84.897000
 Metadata:
   title   : Chapter 1
 Chapter #0:1: start 84.897000, end 180.00
 Metadata:
   title   : Chapter 2
 Stream #0:0: Video: mpeg4 (libxvid) (XVID / 0x44495658), yuv420p,
 720x384 [SAR 16:15 DAR 2:1], q=2-31, 1500 kb/s, 25 fps, 25 tbn, 25 tbc
 (default)
 Metadata:
   encoder : Lavc57.57.100 libxvid
 Stream #0:1(spa): Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000
 Hz, stereo, fltp, 128 kb/s (default)
 Metadata:
   LANGUAGE: spa
   encoder : Lavc57.57.100 libmp3lame
 Stream #0:2(eng): Audio: mp3 (libmp3lame) (U[0][0][0] / 0x0055), 48000
 Hz, stereo, fltp, 128 kb/s
 Metadata:
   LANGUAGE: eng
   encoder : Lavc57.57.100 libmp3lame
 Output #1, null, to 'nul':
   Metadata:
 encoder : Lavf57.49.100
 Chapter #1:0: start 0.00, end 84.897000
 Metadata:
   title   : Chapter 1
 Chapter #1:1: start 84.897000, end 180.00
 Metadata:
   title 

Re: [FFmpeg-trac] #4930(avformat:closed): FFmpeg fails to detect video stream on Encrypted HLS

2016-09-29 Thread FFmpeg
#4930: FFmpeg fails to detect video stream on Encrypted HLS
-+-
 Reporter:   |Owner:  anssi
  gorilla.maguila|   Status:  closed
 Type:  defect   |Component:  avformat
 Priority:  normal   |   Resolution:  fixed
  Version:  git-master   |   Blocked By:
 Keywords:  hls bounty   |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  1|
-+-
Changes (by cehoyos):

 * status:  reopened => 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] #4930(avformat:reopened): FFmpeg fails to detect video stream on Encrypted HLS

2016-09-29 Thread FFmpeg
#4930: FFmpeg fails to detect video stream on Encrypted HLS
-+-
 Reporter:   |Owner:  anssi
  gorilla.maguila|   Status:  reopened
 Type:  defect   |Component:  avformat
 Priority:  normal   |   Resolution:
  Version:  git-master   |   Blocked By:
 Keywords:  hls bounty   |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  1|
-+-
Changes (by blueice_haller):

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


Comment:

 Using ffmpeg-20160927-92de2c2-win64-static on Windows from
 https://ffmpeg.zeranoe.com/builds/

 and ffprobe version 3.0.2 on Linux

 ffprobe
 http://wdr_ardevent1-lh.akamaihd.net/i/wdrardevent1_weltweit@112049/master.m3u8

 Result:

 [h264 @ 0x46c7c0] non-existing PPS 0 referenced
 Last message repeated 1 times
 [h264 @ 0x46c7c0] decode_slice_header error
 [h264 @ 0x46c7c0] no frame!

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


Re: [FFmpeg-trac] #5872(avformat:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
+
 Reporter:  rich99  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  mkv |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by rich99):

 This also fixes uncompressed tiff in mkv, which didn't work before.

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


Re: [FFmpeg-trac] #5868(build system:new): Cygwin64 build fails for ffserver.o

2016-09-29 Thread FFmpeg
#5868: Cygwin64 build fails for ffserver.o
-+-
 Reporter:  MDavis   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  build
  Version:  git-master   |  system
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 How does CPPFLAGS (in config.mak) look like?

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


Re: [FFmpeg-trac] #5868(build system:new): Cygwin64 build fails for ffserver.o

2016-09-29 Thread FFmpeg
#5868: Cygwin64 build fails for ffserver.o
-+-
 Reporter:  MDavis   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  build
  Version:  git-master   |  system
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by oromit):

 Defining _XOPEN_SOURCE or _GNU_SOURCE makes it work for me.

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


Re: [FFmpeg-trac] #5868(build system:new): Cygwin64 build fails for ffserver.o

2016-09-29 Thread FFmpeg
#5868: Cygwin64 build fails for ffserver.o
-+-
 Reporter:  MDavis   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  build
  Version:  git-master   |  system
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by MDavis):

 Actually, disabling the error breaks other parts of the build, so it's not
 a fix.

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


Re: [FFmpeg-trac] #5872(avformat:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
+
 Reporter:  rich99  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  mkv |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by rich99):

 That was fast!
 Tested with the above commands and it fixes the issue.
 Remuxing mov files also work.

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


Re: [FFmpeg-trac] #5872(avformat:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
+
 Reporter:  rich99  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  mkv |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+
Changes (by cehoyos):

 * keywords:  mov corrupt hap => mkv
 * component:  undetermined => avformat


Comment:

 Please test this patch:
 http://ffmpeg.org/pipermail/ffmpeg-devel/2016-September/200305.html

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


Re: [FFmpeg-trac] #5822(avfilter:new): filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP scaler)

2016-09-29 Thread FFmpeg
#5822: filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP
scaler)
+
 Reporter:  sdack   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avfilter
  Version:  git-master  |   Resolution:
 Keywords:  npp |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by sdack):

 You may be confusing "deprecated" with "removed". I'm not saying it should
 be removed. It may only be the filter will get removed due to this lack of
 support, for having a low image quality and being bound to a specific
 hardware and an external library.

 It's then better to give users a "heads up" by declaring it as deprecated,
 not to make it a secret, and to hope it's going to change in the future.
 One can always undeclare it.

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


Re: [FFmpeg-trac] #5822(avfilter:new): filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP scaler)

2016-09-29 Thread FFmpeg
#5822: filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP
scaler)
+
 Reporter:  sdack   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avfilter
  Version:  git-master  |   Resolution:
 Keywords:  npp |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by oromit):

 I don't see a reason to deprecate it. Specially as there is no
 replacement.
 It's an upstream bug, and it still gets the job done, just not with the
 correct scaling type.

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


Re: [FFmpeg-trac] #5822(avfilter:new): filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP scaler)

2016-09-29 Thread FFmpeg
#5822: filter "scale_npp" fails to select correct algorithm (Nvidia CUDA/NPP
scaler)
+
 Reporter:  sdack   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avfilter
  Version:  git-master  |   Resolution:
 Keywords:  npp |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by sdack):

 So far the only response I got was to send in a feature request for Nvidia
 to provide the new functions, which I've done.

 CUDA 8.0 has been released and still provides no replacement functions.
 They have even abandoned the use of some of the algorithms for this
 function.

 cubic2p_bspline, cubic2p_catmullrom and cubic2p_b05c03 now only produce an
 error message (-22, Interpolation Error).

 The npp_scale filter may need to be declared as deprecated.

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


Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mov corrupt  |   Resolution:
  hap|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by rich99):

 Remuxing .mov to mkv also produces unplayable mkv.

 {{{
 ffmpeg -v 9 -loglevel 99 -i out_hap.mov -vcodec copy out_hap_2.mkv

 ffmpeg version N-81784-g92de2c2 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 30.100 / 55. 30.100
   libavcodec 57. 58.100 / 57. 58.100
   libavformat57. 51.100 / 57. 51.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 63.100 /  6. 63.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  2.100 /  2.  2.100
   libpostproc54.  0.100 / 54.  0.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument '99'.
 Reading option '-i' ... matched as input file with argument 'out_hap.mov'.
 Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
 ('copy' to copy stream)) with argument 'copy'.
 Reading option 'out_hap_2.mkv' ... matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input file out_hap.mov.
 Successfully parsed a group of options.
 Opening an input file: out_hap.mov.
 [file @ 02613260] Setting default whitelist 'file,crypto'
 Probing mov,mp4,m4a,3gp,3g2,mj2 score:100 size:2048
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] Format
 mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 70797466 'ftyp'
 parent:'root' sz: 20 8 274094
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] ISO: File Type Major Brand:
 qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 65646977 'wide'
 parent:'root' sz: 8 28 274094
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 7461646d 'mdat'
 parent:'root' sz: 273060 36 274094
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 766f6f6d 'moov'
 parent:'root' sz: 1006 273096 274094
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 6468766d 'mvhd'
 parent:'moov' sz: 108 8 998
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] time scale = 1000
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 6b617274 'trak'
 parent:'moov' sz: 857 116 998
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 64686b74 'tkhd'
 parent:'trak' sz: 92 8 849
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 73746465 'edts'
 parent:'trak' sz: 36 100 849
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 74736c65 'elst'
 parent:'edts' sz: 28 8 28
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] track[0].edit_count = 1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] duration=3000 time=0
 rate=1.00
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 6169646d 'mdia'
 parent:'trak' sz: 721 136 849
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 6468646d 'mdhd'
 parent:'mdia' sz: 32 8 713
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 726c6468 'hdlr'
 parent:'mdia' sz: 45 40 713
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] ctype= mhlr (0x726c686d)
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] stype= vide
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 666e696d 'minf'
 parent:'mdia' sz: 636 85 713
 [mov,mp4,m4a,3gp,3g2,mj2 @ 00692600] type: 

Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mov corrupt  |   Resolution:
  hap|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by rich99):

 Uncut output for:
 ffmpeg -v 9 -loglevel "trace" -f lavfi -i testsrc -vcodec hap -t 3
 out_hap.mkv

 {{{
 ffmpeg -v 9 -loglevel "trace" -f lavfi -i testsrc -vcodec hap -t 3
 out_hap.mkv
 ffmpeg version N-81784-g92de2c2 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 30.100 / 55. 30.100
   libavcodec 57. 58.100 / 57. 58.100
   libavformat57. 51.100 / 57. 51.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 63.100 /  6. 63.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  2.100 /  2.  2.100
   libpostproc54.  0.100 / 54.  0.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'trace'.
 Reading option '-f' ... matched as option 'f' (force format) with argument
 'lavfi'.
 Reading option '-i' ... matched as input file with argument 'testsrc'.
 Reading option '-vcodec' ... matched as option 'vcodec' (force video codec
 ('copy' to copy stream)) with argument 'hap'.
 Reading option '-t' ... matched as option 't' (record or transcode
 "duration" seconds of audio/video) with argument '3'.
 Reading option 'out_hap.mkv' ... matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input file testsrc.
 Applying option f (force format) with argument lavfi.
 Successfully parsed a group of options.
 Opening an input file: testsrc.
 detected 16 logical cores
 [Parsed_testsrc_0 @ 00e78020] size:320x240 rate:25/1
 duration:-1.00 sar:1/1
 [AVFilterGraph @ 00e72a40] query_formats: 2 queried, 1 merged, 0
 already done, 0 delayed
 [lavfi @ 025b24a0] All info found
 [lavfi @ 025b24a0] stream 0: start_time: 0.000 duration:
 -368934881474191040.000
 [lavfi @ 025b24a0] format: start_time: 0.000 duration:
 -9223372036854.775 bitrate=0 kb/s
 Input #0, lavfi, from 'testsrc':
   Duration: N/A, start: 0.00, bitrate: N/A
 Stream #0:0, 1, 1/25: Video: rawvideo, 1 reference frame (RGB[24] /
 0x18424752), rgb24, 320x240 [SAR 1:1 DAR 4:3], 0/1, 25 tbr, 25 tbn, 25 tbc
 Successfully opened the file.
 Parsing a group of options: output file out_hap.mkv.
 Applying option vcodec (force video codec ('copy' to copy stream)) with
 argument hap.
 Applying option t (record or transcode "duration" seconds of audio/video)
 with argument 3.
 Successfully parsed a group of options.
 Opening an output file: out_hap.mkv.
 [file @ 026377e0] Setting default whitelist 'file,crypto'
 Successfully opened the file.
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'video_size' to
 value '320x240'
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'pix_fmt' to
 value '2'
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'time_base' to
 value '1/25'
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'pixel_aspect'
 to value '1/1'
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'sws_param' to
 value 'flags=2'
 [graph 0 input from stream 0:0 @ 02647de0] Setting 'frame_rate' to
 value '25/1'
 [graph 0 input from 

Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mov corrupt  |   Resolution:
  hap|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by rich99):

 Trying to play the file:

 {{{
 ffplay out_hap.mkv
 }}}

 Output:

 {{{
 ffplay version N-81784-g92de2c2 Copyright (c) 2003-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 30.100 / 55. 30.100
   libavcodec 57. 58.100 / 57. 58.100
   libavformat57. 51.100 / 57. 51.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 63.100 /  6. 63.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  2.100 /  2.  2.100
   libpostproc54.  0.100 / 54.  0.100
 [matroska,webm @ 02669d60] Unknown/unsupported AVCodecID
 V_QUICKTIME.
 [matroska,webm @ 02669d60] Could not find codec parameters for
 stream 0 (Video: none, none, 320x240): unknown codec
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Input #0, matroska,webm, from 'out_hap.mkv':
   Metadata:
 ENCODER : Lavf57.51.100
   Duration: 00:00:10.00, start: 0.00, bitrate: 738 kb/s
 Stream #0:0: Video: none, none, 320x240, SAR 1:1 DAR 4:3, 25 fps, 25
 tbr, 1k tbn, 1k tbc (default)
 Metadata:
   ENCODER : Lavc57.58.100 hap
   DURATION: 00:00:10.0
 No codec could be found with id 0
 Failed to open file 'out_hap.mkv' or configure filtergraph
 }}}

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


Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mov corrupt  |   Resolution:
  hap|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by rich99):

 Command:

 {{{
 ffmpeg -f lavfi -i testsrc -vcodec hap -t 10 out_hap.mkv
 }}}


 {{{
 ffmpeg version N-81784-g92de2c2 Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable-
 bzlib --enable-libebur128 --enable-fontconfig --enable-frei0r --enable-
 gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b
 --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm
 --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-
 libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264
 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-
 libschroedinger --enable-libsnappy --enable-libsoxr --enable-libspeex
 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-
 amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-
 libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-
 libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zlib
   libavutil  55. 30.100 / 55. 30.100
   libavcodec 57. 58.100 / 57. 58.100
   libavformat57. 51.100 / 57. 51.100
   libavdevice57.  0.102 / 57.  0.102
   libavfilter 6. 63.100 /  6. 63.100
   libswscale  4.  1.100 /  4.  1.100
   libswresample   2.  2.100 /  2.  2.100
   libpostproc54.  0.100 / 54.  0.100
 Input #0, lavfi, from 'testsrc':
   Duration: N/A, start: 0.00, bitrate: N/A
 Stream #0:0: Video: rawvideo (RGB[24] / 0x18424752), rgb24, 320x240
 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
 File 'out_hap.mkv' already exists. Overwrite ? [y/N] y
 Output #0, matroska, to 'out_hap.mkv':
   Metadata:
 encoder : Lavf57.51.100
 Stream #0:0: Video: hap (Hap1 / 0x31706148), rgba, 320x240 [SAR 1:1
 DAR 4:3], q=2-31, 200 kb/s, 25 fps, 1k tbn, 25 tbc
 Metadata:
   encoder : Lavc57.58.100 hap
 Stream mapping:
   Stream #0:0 -> #0:0 (rawvideo (native) -> hap (native))
 Press [q] to stop, [?] for help
 frame=  250 fps=0.0 q=-0.0 Lsize= 901kB time=00:00:09.96 bitrate=
 741.2kbits/s speed=78.9x
 video:892kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 1.013708%
 }}}

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


Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mkv hap  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * keywords:  mov corrupt hap => mkv hap


Comment:

 Please provide the complete, uncut console output together with the
 command that produces the unsupported file.

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


Re: [FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mov corrupt  |   Resolution:
  hap|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by rich99):

 * keywords:  mkv hap => mov corrupt hap
 * version:  unspecified => git-master


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


[FFmpeg-trac] #5872(undetermined:new): ffmpeg creates bad .mov when encoding hap video

2016-09-29 Thread FFmpeg
#5872: ffmpeg creates bad .mov when encoding hap video
-+-
 Reporter:  rich99   | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:  mov corrupt  |   Blocked By:
  hap|  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
 This is a test command to generate a hap mkv file:
 {{{
 ffmpeg -f lavfi -i testsrc -vcodec hap -t 10 out_hap.mkv
 }}}

 The created mkv/hap file will not play in ffplay. However, encoding to mov
 will play correctly as so:
 {{{
 ffmpeg -f lavfi -i testsrc -vcodec hap -t 10 out_hap.mov
 }}}

 And if the out_hap.mov is muxed using mkvmerge to mkv, it will also play
 correctly in ffplay.
 {{{
 mkvmerge -o out_hap_good.mkv out_hap.mov
 }}}

 ffmpeg complains that V_QUICKTIME is not supported.

 I've tried to debug the internals when reading at matroska_parse_tracks in
 matroskadec.c. codec_id is V_QUICKTIME but codec_priv is empty. So it
 might me a problem with how the header is written.

 ffprobe -i out_hap.mkv


 {{{
 [matroska,webm @ 02613700] Unknown/unsupported AVCodecID
 V_QUICKTIME.
 [matroska,webm @ 02613700] Could not find codec parameters for
 stream 0 (Video: none, none, 320x240): unknown codec
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Input #0, matroska,webm, from 'out_hap.mkv':
   Metadata:
 ENCODER : Lavf57.51.100
   Duration: 00:00:10.00, start: 0.00, bitrate: 738 kb/s
 Stream #0:0: Video: none, none, 320x240, SAR 1:1 DAR 4:3, 25 fps, 25
 tbr, 1k tbn, 1k tbc (default)
 Metadata:
   ENCODER : Lavc57.58.100 hap
   DURATION: 00:00:10.0
 Unsupported codec with id 0 for input stream 0
 }}}

 Tested with ffmpeg-20160927-92de2c2-win64-static and various versions I
 have compiled in 3.1.2, on Windows 10 x64.

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


Re: [FFmpeg-trac] #5871(undetermined:new): Memory leakage in acceletared encoding (h264_vaapi and hevc_vaapi)

2016-09-29 Thread FFmpeg
#5871: Memory leakage in acceletared encoding (h264_vaapi and hevc_vaapi)
-+-
 Reporter:  hsyrja   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  leak |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by hsyrja):

 https://bugs.freedesktop.org/show_bug.cgi?id=97970

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


Re: [FFmpeg-trac] #5871(undetermined:new): Memory leakage in acceletared encoding (h264_vaapi and hevc_vaapi)

2016-09-29 Thread FFmpeg
#5871: Memory leakage in acceletared encoding (h264_vaapi and hevc_vaapi)
-+-
 Reporter:  hsyrja   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  leak |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by hsyrja):

 Thx submitted a bug report to Intel libva guys hope they will fix the
 issue. Found out that gstreamer do track and frees buffers manualy so no
 wonder why it won't have the same behavior.

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