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

2016-09-22 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):

 Replying to [comment:21 richardpl]:
 > Correct command is
 > {{{
 >  -lavfi [0:s:0][0:v]scale2ref[subs][video];[video][subs]overlay
 > }}}
 >
 Well, it's seems the same as with -filter_complez, same "Read error". Also
 video keeps very pixelated, and runs at 1000 fps (unless I especify -r 25,
 but I don't know why).

 Instead, with -canvas_size it's seems to work better:

 {{{
 -canvas_size 720x384  -i "%~1" -filter_complex "[0:v][0:s:0]overlay[out]"
 -map "[out]"
 }}}

 Although I get a "Changing frame properties on the fly is not supported by
 all filters " all the time, and canvas_size must be final video size for
 sutitles to show.

 {{{
 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)_cut.mkv':
   Metadata:
 encoder : libmkv 0.6.5
   Duration: 01:16:58.18, start: 0.00, bitrate: 4 kb/s
 Chapter #0:0: start 0.00, end 84.897000
 Metadata:
   title   : Chapter 1
 Chapter #0:1: start 84.897000, end 1048.977000
 Metadata:
   title   : Chapter 2
 Chapter #0:2: start 1048.977000, end 1812.817000
 Metadata:
   title   : Chapter 3
 Chapter #0:3: start 1812.817000, end 2423.737000
 Metadata:
   title   : Chapter 4
 Chapter #0:4: start 2423.737000, end 3226.097000
 Metadata:
   title   : Chapter 5
 Chapter #0:5: start 3226.097000, end 3864.937000
 Metadata:
   title   : Chapter 6
 Chapter #0:6: start 3864.937000, end 4618.177000
 Metadata:
   title   : Chapter 7
 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 @ 0301b200] Using AVStream.codec to pass codec parameters to muxers
 is deprecated, use AVStream.codecpar instead.
 Last message repeated 1 times
 [null @ 0300d120] 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)_cut canvas_size.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 1048.977000
 Metadata:
   title   : Chapter 2
 Chapter #0:2: start 1048.977000, end 1812.817000
 Metadata:
   title   : Chapter 3
 Chapter #0:3: start 1812.817000, end 2423.737000
 Metadata:
   title   : Chapter 4
 Chapter #0:4: start 

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

2016-09-22 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):

 Replying to [comment:21 richardpl]:
 > Correct command is
 > {{{
 >  -lavfi [0:s:0][0:v]scale2ref[subs][video];[video][subs]overlay
 > }}}
 >

 Thanks! I'll try.

--
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-22 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):

 Replying to [comment:20 richardpl]:
 > Why you are using '''_cut''' file? Its only ~18.seconds long.

 Well, it's the sample someone (cehoyos?) cutted from the file I uploaded.

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


Re: [FFmpeg-trac] #5492(avformat:new): mov TimeCodeHandler always copied to mp4

2016-09-22 Thread FFmpeg
#5492: mov TimeCodeHandler always copied to mp4
-+-
 Reporter:  blacktrash   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  mov  |   Blocked By:
  regression |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by juanibiapina):

 We're also affected by this bug. We've tried everything but can't seem to
 get rid of that stream.

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


Re: [FFmpeg-trac] #5859(ffmpeg:new): ffmpeg does not work with QSV/MSS2017

2016-09-22 Thread FFmpeg
#5859: ffmpeg does not work with QSV/MSS2017
+--
 Reporter:  milanc  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  ffmpeg
  Version:  git-master  |   Resolution:
 Keywords:  qsv, mfx|   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--

Comment (by milanc):

 Linux test.local 4.4.0 #1 SMP Tue Sep 20 20:45:27 CEST 2016 x86_64 x86_64
 x86_64 GNU/Linux
 Ubuntu 16.04.1 LTS
 Media Server Studio 2017

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


[FFmpeg-trac] #5859(ffmpeg:new): ffmpeg does not work with QSV/MSS2017

2016-09-22 Thread FFmpeg
#5859: ffmpeg does not work with QSV/MSS2017
--+--
 Reporter:  milanc| Type:  defect
   Status:  new   | Priority:  normal
Component:  ffmpeg|  Version:  git-master
 Keywords:  qsv, mfx  |   Blocked By:
 Blocking:|  Reproduced by developer:  0
Analyzed by developer:  0 |
--+--
 QSV on my machine works, for example:

 {{{
 #/opt/intel/mediasdk/samples/sample_multi_transcode -i::h264
 /opt/intel/mediasdk/samples/streams/test_stream.264 -o::h264
 ./test_out.h264 -hw

 Multi Transcoding Sample Version 7.0.16053497

 libva info: VA-API version 0.99.0
 libva info: va_getDriverName() returns 0
 libva info: User requested driver 'iHD'
 libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
 libva info: Found init function __vaDriverInit_0_32
 libva info: va_openDriver() returns 0
 Pipeline surfaces number (DecPool): 20
 MFX HARDWARE Session 0 API ver 1.19 parameters:
 Input  video: AVC
 Output video: AVC

 Session 0 was NOT joined with other sessions

 Transcoding started
 ..
 Transcoding finished

 Common transcoding time is  0.12 sec
 MFX session 0 transcoding PASSED:
 Processing time: 0.12 sec
 Number of processed frames: 101

 The test PASSED

 # vainfo
 libva info: VA-API version 0.99.0
 libva info: va_getDriverName() returns 0
 libva info: User requested driver 'iHD'
 libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
 libva info: Found init function __vaDriverInit_0_32
 libva info: va_openDriver() returns 0
 vainfo: VA-API version: 0.99 (libva 1.67.0.pre1)
 vainfo: Driver version: 16.5.55964-ubit
 vainfo: Supported profile and entrypoints
   VAProfileH264ConstrainedBaseline: VAEntrypointVLD
   VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
   VAProfileH264ConstrainedBaseline: 
   VAProfileH264ConstrainedBaseline: 
   VAProfileH264Main   : VAEntrypointVLD
   VAProfileH264Main   : VAEntrypointEncSlice
   VAProfileH264Main   : 
   VAProfileH264Main   : 
   VAProfileH264High   : VAEntrypointVLD
   VAProfileH264High   : VAEntrypointEncSlice
   VAProfileH264High   : 
   VAProfileH264High   : 
   VAProfileMPEG2Simple: VAEntrypointEncSlice
   VAProfileMPEG2Simple: VAEntrypointVLD
   VAProfileMPEG2Main  : VAEntrypointEncSlice
   VAProfileMPEG2Main  : VAEntrypointVLD
   VAProfileVC1Advanced: VAEntrypointVLD
   VAProfileVC1Main: VAEntrypointVLD
   VAProfileVC1Simple  : VAEntrypointVLD
   VAProfileJPEGBaseline   : VAEntrypointVLD
   VAProfileJPEGBaseline   : VAEntrypointEncPicture
   VAProfileVP8Version0_3  : VAEntrypointEncSlice
   VAProfileVP8Version0_3  : VAEntrypointVLD
   VAProfileVP8Version0_3  : 
   VAProfileHEVCMain   : VAEntrypointVLD
   VAProfileHEVCMain   : VAEntrypointEncSlice
   VAProfileVP9Profile0: 
  : VAEntrypointVideoProc
   VAProfileNone   : VAEntrypointVideoProc
   VAProfileNone   : 
 }}}

 Ffmpeg is compiled with mfx without errors.

 Summary of the bug:
 How to reproduce:
 {{{
 # ffmpeg -loglevel debug -y -i
 /opt/intel/mediasdk/samples/streams/test_stream.264 -c:v h264_qsv
 -preset:v faster ffmpeg_out.qsv.mp4

 ffmpeg version N-81724-g88d79db Copyright (c) 2000-2016 the FFmpeg
 developers
   built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 20160609
   configuration: --prefix=/FFMPEG --pkg-config-flags=--static
 --bindir=/root/bin --enable-gpl --enable-nonfree --enable-libfdk-aac
 --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-nvenc
 --enable-libmfx --enable-version3 --enable-pthreads --enable-runtime-
 cpudetect --disable-ffserver --enable-libfreetype --enable-filter=drawtext
   libavutil  55. 30.100 / 55. 30.100
   libavcodec 57. 57.101 / 57. 57.101
   libavformat57. 50.100 / 57. 50.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
 Splitting the commandline.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument 'debug'.
 Reading option '-y' ... matched as option 'y' (overwrite output files)
 with argument '1'.
 Reading option '-i' ... matched as input file with argument
 '/opt/intel/mediasdk/samples/streams/test_stream.264'.
 Reading option '-c:v' ... matched as option 'c' (codec name) with argument
 'h264_qsv'.
 

Re: [FFmpeg-trac] #5852(avcodec:new): ProRes Color range tags not working

2016-09-22 Thread FFmpeg
#5852: ProRes Color range tags not working
-+-
 Reporter:  RuudKaag |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  prores,  |   Blocked By:
  color range|  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by richardpl):

 Mov muxer should now write sar, so if you use setsar=1/1 it should now be
 recognized, similar applies to dar.

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


Re: [FFmpeg-trac] #5858(undetermined:new): HLS single file playback broken when encryption enabled

2016-09-22 Thread FFmpeg
#5858: HLS single file playback broken when encryption enabled
-+-
 Reporter:  bmurphy1976  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  hls  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * keywords:   => hls
 * component:  ffmpeg => undetermined


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


Re: [FFmpeg-trac] #5846(avformat:open): Support writing BOM in SRT muxer

2016-09-22 Thread FFmpeg
#5846: Support writing BOM in SRT muxer
-+
 Reporter:  edumj|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  srt  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by edumj):

 Replying to [comment:16 richardpl]:
 > It could but it is not needed. Use text editor which can handle unix
 line endings.

 You might not need it, but normal people use notepad by default, and it's
 very difficult to understand or to try to edit a srt with no visible line
 breaks. I've never seen a srt file without Windows line breaks before, and
 because SubRip was made only for windows, srt files should have Windows
 line breaks.

--
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-22 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 richardpl):

 Correct command is
 {{{
  -lavfi [0:s:0][0:v]scale2ref[subs][video];[video][subs]overlay
 }}}

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


Re: [FFmpeg-trac] #5846(avformat:open): Support writing BOM in SRT muxer

2016-09-22 Thread FFmpeg
#5846: Support writing BOM in SRT muxer
-+
 Reporter:  edumj|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  srt  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by richardpl):

 It could but it is not needed. Use text editor which can handle unix line
 endings.

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


Re: [FFmpeg-trac] #5856(undetermined:closed): filter_complex significantly slower than -vf for the same task.

2016-09-22 Thread FFmpeg
#5856: filter_complex significantly slower than -vf for the same task.
-+-
 Reporter:  Zibri|Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |  needs_more_info
Analyzed by developer:  0|   Blocked By:
 |  Reproduced by developer:  0
-+-
Changes (by richardpl):

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


Comment:

 Feel free to reopen once you provide proper commands.

--
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-22 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 richardpl):

 Why you are using '''_cut''' file? Its only ~18.seconds long.

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


Re: [FFmpeg-trac] #5581(avcodec:open): vp6: support decoding of interlaced video

2016-09-22 Thread FFmpeg
#5581: vp6: support decoding of interlaced video
+---
 Reporter:  ami_stuff   |Owner:
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  vp6 |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+---
Changes (by cehoyos):

 * keywords:   => vp6
 * status:  new => open
 * version:  unspecified => git-master
 * component:  undetermined => avcodec
 * 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] #5857(avcodec:closed): null pointer passed as argument in av_grow_packet()

2016-09-22 Thread FFmpeg
#5857: null pointer passed as argument in av_grow_packet()
-+-
 Reporter:  tsmith   |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  avcodec
  Version:  git-master   |   Resolution:  fixed
 Keywords:  ubsan|   Blocked By:
  regression |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * keywords:  ubsan => ubsan regression
 * status:  new => closed
 * resolution:   => fixed
 * reproduced:  0 => 1


Comment:

 Regression since 2fe04630, fixed in
 c54eef46f990722ed65fd1ad1da3d0fc50806eb5, thank you for the report!

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