Re: [FFmpeg-trac] #515(ffmpeg:reopened): Problem in video rotation in FFMPEG for IPhone video

2014-10-04 Thread FFmpeg
#515: Problem in video rotation in FFMPEG for IPhone video
+
 Reporter:  Gagan   |Owner:
 Type:  defect  |   Status:  reopened
 Priority:  normal  |Component:  ffmpeg
  Version:  git-master  |   Resolution:
 Keywords:  mov |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+
Changes (by cehoyos):

 * status:  closed = reopened
 * resolution:  wontfix =


Comment:

 Imo, this ticket is far too important to be closed.

--
Ticket URL: https://trac.ffmpeg.org/ticket/515#comment:8
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #515(ffmpeg:reopened): Problem in video rotation in FFMPEG for IPhone video

2014-10-04 Thread FFmpeg
#515: Problem in video rotation in FFMPEG for IPhone video
+
 Reporter:  Gagan   |Owner:
 Type:  defect  |   Status:  reopened
 Priority:  normal  |Component:  ffmpeg
  Version:  git-master  |   Resolution:
 Keywords:  mov |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+

Comment (by ubitux):

 We could probably copy the behavior of ImageMagick, with an option such as
 -auto-orient in ffmpeg tool, which would use the rotate metadata to insert
 the filter (as with ffplay), and drop it from the output metadata.

--
Ticket URL: https://trac.ffmpeg.org/ticket/515#comment:9
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #515(ffmpeg:reopened): Problem in video rotation in FFMPEG for IPhone video

2014-10-04 Thread FFmpeg
#515: Problem in video rotation in FFMPEG for IPhone video
+
 Reporter:  Gagan   |Owner:
 Type:  defect  |   Status:  reopened
 Priority:  normal  |Component:  ffmpeg
  Version:  git-master  |   Resolution:
 Keywords:  mov |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+

Comment (by cehoyos):

 Shouldn't -auto-orient be the default?

--
Ticket URL: https://trac.ffmpeg.org/ticket/515#comment:10
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #4003(undetermined:new): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
-+-
 Reporter:  c-14 | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:  git-
  undetermined   |  master
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 When extracting the image from certain mp3s the EOI isn't found correctly
 and only a part of the image is extracted:
 How to reproduce:
 {{{
 C:\Users\PhoenixC:\ffmpeg-20140916-git-
 b76d613-win64-static\bin\ffmpeg.exe -i E:\Music\vk\fcb1507af7cb.mp3 -c:v
 copy C:\test\output.jpeg
 ffmpeg version N-66289-gb76d613 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep 15 2014 22:11:04 with gcc 4.8.3 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzlib --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-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-
 libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-
 decklink --enable-zlib
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  4.101 / 56.  4.101
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  1.100 /  5.  1.100
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 [mjpeg @ 042b89c0] overread 8
 [mjpeg @ 042b89c0] EOI missing, emulating
 [mp3 @ 042b7aa0] Estimating duration from bitrate, this may be
 inaccurate
 Input #0, mp3, from 'E:\Music\vk\fcb1507af7cb.mp3':
   Metadata:
 TLEN: 212000
   Duration: 00:03:32.83, start: 0.00, bitrate: 129 kb/s
 Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
 Stream #0:1: Video: mjpeg, yuvj444p(pc, bt470bg), 200x200 [SAR 100:100
 DAR 1:1], 90k tbr, 90k tbn, 90k tbc
 Metadata:
   title   :
   comment : Other
 Output #0, image2, to 'C:\test\output.jpeg':
   Metadata:
 TLEN: 212000
 encoder : Lavf56.4.101
 Stream #0:0: Video: mjpeg, yuvj444p, 200x200 [SAR 100:100 DAR 1:1],
 q=2-31,
 90k tbn, 90k tbc
 Metadata:
   title   :
   comment : Other
 Stream mapping:
   Stream #0:1 - #0:0 (copy)
 Press [q] to stop, [?] for help
 frame=1 fps=0.0 q=-1.0 Lsize=N/A time=00:00:00.00 bitrate=N/A
 video:14kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 ffmpeg version N-66289-gb76d613 Copyright (c) 2000-2014 the FFmpeg
 developers
 built on Sep 15 2014 22:11:04 with gcc 4.8.3 (GCC)
 }}}
 This output doesn't come directly from me, but from a user for whom I'm
 submitting this bug report. I do have the sample as well and can confirm
 his findings with that file as far as FFmpeg is concerned. He told me that
 he was able to correctly extract the image using a different program, so I
 believe it is a deficiency in FFmpeg and not a problem with the source.

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


Re: [FFmpeg-trac] #4003(undetermined:new): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
-+-
 Reporter:  c-14 |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by c-14):

 Won't let me attach the file directly to the issue, will upload to the
 ftp.

--
Ticket URL: https://trac.ffmpeg.org/ticket/4003#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4003(undetermined:new): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
-+-
 Reporter:  c-14 |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by CthUlhUzzz):

 http://www.datafilehost.com/d/0dee8b4a

--
Ticket URL: https://trac.ffmpeg.org/ticket/4003#comment:2
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4003(undetermined:open): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
-+-
 Reporter:  c-14 |Owner:
 Type:  defect   |  CthUlhUzzz
 Priority:  normal   |   Status:  open
  Version:  git-master   |Component:
 Keywords:   |  undetermined
 Blocking:   |   Resolution:
Analyzed by developer:  0|   Blocked By:
 |  Reproduced by developer:  0
-+-
Changes (by CthUlhUzzz):

 * owner:   = CthUlhUzzz
 * status:  new = open


--
Ticket URL: https://trac.ffmpeg.org/ticket/4003#comment:3
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4003(undetermined:open): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
-+-
 Reporter:  c-14 |Owner:
 Type:  defect   |  CthUlhUzzz
 Priority:  normal   |   Status:  open
  Version:  git-master   |Component:
 Keywords:   |  undetermined
 Blocking:   |   Resolution:
Analyzed by developer:  0|   Blocked By:
 |  Reproduced by developer:  0
-+-

Comment (by c-14):

 Add output with increased loglevel:
 {{{
 ffmpeg started on 2014-10-04 at 20:49:17
 Report written to ffmpeg-20141004-204917.log
 Command line:
 C:\\ffmpeg-20140916-git-b76d613-win64-static\\bin\\ffmpeg.exe -i
 E:\\Music\\vk\\fcb1507af7cb.mp3 -report -c:v copy
 C:\\test\\output.jpeg
 ffmpeg version N-66289-gb76d613 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Sep 15 2014 22:11:04 with gcc 4.8.3 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzlib --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-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-
 libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-
 decklink --enable-zlib
   libavutil  54.  7.100 / 54.  7.100
   libavcodec 56.  1.100 / 56.  1.100
   libavformat56.  4.101 / 56.  4.101
   libavdevice56.  0.100 / 56.  0.100
   libavfilter 5.  1.100 /  5.  1.100
   libswscale  3.  0.100 /  3.  0.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  0.100 / 53.  0.100
 Splitting the commandline.
 Reading option '-i' ... matched as input file with argument
 'E:\Music\vk\fcb1507af7cb.mp3'.
 Reading option '-report' ... matched as option 'report' (generate a
 report) with argument '1'.
 Reading option '-c:v' ... matched as option 'c' (codec name) with argument
 'copy'.
 Reading option 'C:\test\output.jpeg' ... matched as output file.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option report (generate a report) with argument 1.
 Successfully parsed a group of options.
 Parsing a group of options: input file E:\Music\vk\fcb1507af7cb.mp3.
 Successfully parsed a group of options.
 Opening an input file: E:\Music\vk\fcb1507af7cb.mp3.
 [mp3 @ 02a881a0] Format mp3 probed with size=32768 and score=51
 [mp3 @ 02a881a0] id3v2 ver:4 flags:00 len:28662
 [mp3 @ 02a881a0] Before avformat_find_stream_info() pos: 28672
 bytes read:32768 seeks:0
 [mjpeg @ 02a89820] marker=d8 avail_size_in_buf=13964
 [mjpeg @ 02a89820] marker parser used 0 bytes (0 bits)
 [mjpeg @ 02a89820] marker=e0 avail_size_in_buf=13962
 [mjpeg @ 02a89820] marker parser used 16 bytes (128 bits)
 [mjpeg @ 02a89820] marker=ec avail_size_in_buf=13944
 [mjpeg @ 02a89820] marker parser used 16 bytes (128 bits)
 [mjpeg @ 02a89820] marker=ee avail_size_in_buf=13925
 [mjpeg @ 02a89820] marker parser used 14 bytes (112 bits)
 [mjpeg @ 02a89820] marker=db avail_size_in_buf=13909
 [mjpeg @ 02a89820] index=0
 [mjpeg @ 02a89820] qscale[0]: 1
 [mjpeg @ 02a89820] index=1
 [mjpeg @ 02a89820] qscale[1]: 5
 [mjpeg @ 02a89820] marker parser used 132 bytes (1056 bits)
 [mjpeg @ 02a89820] marker=c0 avail_size_in_buf=13775
 [mjpeg @ 02a89820] sof0: picture: 200x200
 [mjpeg @ 02a89820] component 0 1:1 id: 0 quant:0
 [mjpeg @ 02a89820] component 1 1:1 id: 1 quant:1
 [mjpeg @ 02a89820] component 2 1:1 id: 2 quant:1
 [mjpeg @ 02a89820] pix fmt id 1100
 [mjpeg @ 02a89820] marker parser used 17 bytes (136 bits)
 [mjpeg @ 02a89820] marker=c4 avail_size_in_buf=13756
 [mjpeg @ 02a89820] class=0 index=0 nb_codes=10
 [mjpeg @ 02a89820] class=0 index=1 nb_codes=9
 [mjpeg @ 02a89820] class=1 index=0 nb_codes=226
 [mjpeg @ 02a89820] class=1 index=1 nb_codes=242
 [mjpeg @ 02a89820] marker parser used 191 bytes (1528 bits)
 [mjpeg @ 02a89820] escaping removed 41 bytes
 [mjpeg @ 02a89820] marker=da avail_size_in_buf=13563
 [mjpeg @ 02a89820] component: 0
 [mjpeg @ 02a89820

Re: [FFmpeg-trac] #4003(avformat:open): Defect in mp3 demuxer when extracting images from id3 tags.

2014-10-04 Thread FFmpeg
#4003: Defect in mp3 demuxer when extracting images from id3 tags.
+--
 Reporter:  c-14|Owner:  CthUlhUzzz
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  mp3 |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+--
Changes (by cehoyos):

 * keywords:   = mp3
 * component:  undetermined = avformat
 * reproduced:  0 = 1


--
Ticket URL: https://trac.ffmpeg.org/ticket/4003#comment:5
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #4004(avformat:new): dvd:// input like mencoder

2014-10-04 Thread FFmpeg
#4004: dvd:// input like mencoder
---+--
   Reporter:  compn|  Owner:
   Type:  enhancement  | Status:  new
   Priority:  normal   |  Component:  avformat
Version:  git-master   |   Keywords:
 Blocked By:   |   Blocking:
Reproduced by developer:  0|  Analyzed by developer:  0
---+--
 both dvdiso and dvd disc and video_ts directory support.

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


Re: [FFmpeg-trac] #4004(avformat:closed): dvd:// input like mencoder

2014-10-04 Thread FFmpeg
#4004: dvd:// input like mencoder
-+-
 Reporter:  compn|Owner:
 Type:  enhancement  |   Status:  closed
 Priority:  normal   |Component:  avformat
  Version:  git-master   |   Resolution:  duplicate
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by compn):

 * status:  new = closed
 * resolution:   = duplicate


--
Ticket URL: https://trac.ffmpeg.org/ticket/4004#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4004(avformat:closed): dvd:// input like mencoder

2014-10-04 Thread FFmpeg
#4004: dvd:// input like mencoder
-+-
 Reporter:  compn|Owner:
 Type:  enhancement  |   Status:  closed
 Priority:  normal   |Component:  avformat
  Version:  git-master   |   Resolution:  duplicate
 Keywords:  dvd  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by ubitux):

 * keywords:   = dvd


Comment:

 Note: duplicate of #3280

--
Ticket URL: https://trac.ffmpeg.org/ticket/4004#comment:2
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4004(avformat:closed): dvd:// input like mencoder

2014-10-04 Thread FFmpeg
#4004: dvd:// input like mencoder
-+-
 Reporter:  compn|Owner:
 Type:  enhancement  |   Status:  closed
 Priority:  normal   |Component:  avformat
  Version:  git-master   |   Resolution:  duplicate
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * keywords:  dvd =


--
Ticket URL: https://trac.ffmpeg.org/ticket/4004#comment:3
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3009(avcodec:open): Support mvc

2014-10-04 Thread FFmpeg
#3009: Support mvc
-+-
 Reporter:  skifreak |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  h264 mvc |   Blocked By:
  mpegts |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  1|
-+-

Comment (by hawken):

 A small collection of resources I think can be useful:

 Jochen Britz's MVC thesis:
 https://github.com/Britz/FFmpeg

 Koda tried to clean this up for libav:
 https://github.com/kodabb/libav/tree/mvc_redo4

  michaelni hawken, also maybe ask/contact Peter Wimmer and Gerion
 Entrup, i do see mails from them about MVC on the ML

 Webpages:
 http://blogs.gentoo.org/lu_zero/2014/04/04/the-road-to-mvc/

 libav information:
 https://wiki.libav.org/Blueprint/MVC

--
Ticket URL: https://trac.ffmpeg.org/ticket/3009#comment:6
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #4005(undetermined:new): TS file partially decoded

2014-10-04 Thread FFmpeg
#4005: TS file partially decoded
-+-
 Reporter:   | Type:  defect
  Underground78  | Priority:  normal
   Status:  new  |  Version:  git-
Component:   |  master
  undetermined   |   Blocked By:
 Keywords:   |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
 '''Summary of the bug:'''
 This [https://copy.com/PMWgRdOMhTa6yRzD sample file] is only played for
 about 30s instead of about 2min when using VLC.

 '''How to reproduce:'''
 {{{
 % ffmpeg -i 0002_4_0.ts 0002_4_0.mp4
 ffmpeg version N-66595-g1c4c78e Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Oct  3 2014 22:01:53 with gcc 4.9.1 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzlib --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-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroedinger --enable-
 libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-
 libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-
 libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-
 libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
   libavutil  54.  9.100 / 54.  9.100
   libavcodec 56.  2.101 / 56.  2.101
   libavformat56.  7.104 / 56.  7.104
   libavdevice56.  1.100 / 56.  1.100
   libavfilter 5.  1.102 /  5.  1.102
   libswscale  3.  1.100 /  3.  1.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  1.100 / 53.  1.100
 [mpeg2video @ 0035f300] Invalid frame dimensions 0x0.
 Last message repeated 4 times
 Input #0, mpegts, from '0002_4_0.ts':
   Duration: N/A, start: 57938.389556, bitrate: N/A
   Program 1
 Stream #0:0[0x46](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz,
 stereo, s16p, 192 kb/s
 Stream #0:1[0x47]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
 yuv420p(tv), 704x576 [SAR 16:11 DAR 16:9], max. 15000 kb/s, 25 fps, 25
 tbr, 90k tbn, 50 tbc
 [libx264 @ 0411f900] using SAR=16/11
 [libx264 @ 0411f900] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
 AVX
 [libx264 @ 0411f900] profile High, level 3.0
 [libx264 @ 0411f900] 264 - core 142 r2479 dd79a61 - H.264/MPEG-4 AVC codec
 - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options:
 cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1
 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1
 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12
 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0
 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1
 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25
 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0
 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
 Output #0, mp4, to 'test.mp4':
   Metadata:
 encoder : Lavf56.7.104
 Stream #0:0: Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p,
 704x576 [SAR 16:11 DAR 16:9], q=-1--1, 25 fps, 12800 tbn, 25 tbc
 Metadata:
   encoder : Lavc56.2.101 libx264
 Stream #0:1(eng): Audio: aac (libvo_aacenc) ([64][0][0][0] / 0x0040),
 48000 Hz, stereo, s16, 128 kb/s
 Metadata:
   encoder : Lavc56.2.101 libvo_aacenc
 Stream mapping:
   Stream #0:1 - #0:0 (mpeg2video (native) - h264 (libx264))
   Stream #0:0 - #0:1 (mp2 (native) - aac (libvo_aacenc))
 Press [q] to stop, [?] for help
 frame=   98 fps=0.0 q=28.0 size= 568kB time=00:00:03.91
 bitrate=1186.5kbits/s dup=8 drop=0
 frame=  159 fps=156 q=28.0 size=1245kB time=00:00:06.37
 bitrate=1600.5kbits/s dup=8 drop=0
 frame=  227 fps=149 q=28.0 size=1610kB time=00:00:09.08
 bitrate=1452.1kbits/s dup=8 drop=0
 frame=  287 fps=141 q=28.0 size=2252kB time=00:00:11.49
 bitrate=1605.1kbits/s dup=8 drop=0
 frame=  349 fps=137 q=28.0 size=2738kB time=00:00:13.98
 bitrate=1603.2kbits/s dup=8 drop=0
 [mpeg2video @ 04f405c0] ac-tex damaged at 34 4
 [mpeg2video @ 04f405c0] Warning MVs not available
 [mpeg2video @ 04f405c0] concealing 44 DC, 44 AC, 44 MV errors in I frame
 frame=  420 fps=138 q=28.0 size=3294kB time=00:00:16.80
 bitrate=1605.9kbits/s dup=8 drop=0
 frame=  477 fps=135 q=28.0 size=3945kB time=00:00:19.08
 bitrate=1693.2kbits/s dup=8 drop=0
 frame=  543 fps=134 q=28.0 size=4484kB 

Re: [FFmpeg-trac] #4005(avformat:open): Support transport streams with changing pid (was: TS file partially decoded)

2014-10-04 Thread FFmpeg
#4005: Support transport streams with changing pid
-+-
 Reporter:   |Owner:
  Underground78  |   Status:  open
 Type:  enhancement  |Component:  avformat
 Priority:  wish |   Resolution:
  Version:  git-master   |   Blocked By:
 Keywords:  mpegts   |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * status:  new = open
 * reproduced:  0 = 1
 * component:  undetermined = avformat
 * priority:  normal = wish
 * keywords:   = mpegts
 * type:  defect = enhancement


Comment:

 One way of showing the issue is the following command line:
 {{{
 $ ffmpeg -skip_initial_bytes 10919300 -i 0002_4_0.ts -qscale 2 out.avi
 ffmpeg version N-66608-g550f3e9 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Oct  5 2014 01:11:33 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl
   libavutil  54.  9.100 / 54.  9.100
   libavcodec 56.  2.101 / 56.  2.101
   libavformat56.  7.104 / 56.  7.104
   libavdevice56.  1.100 / 56.  1.100
   libavfilter 5.  1.102 /  5.  1.102
   libswscale  3.  1.100 /  3.  1.100
   libswresample   1.  1.100 /  1.  1.100
   libpostproc53.  1.100 / 53.  1.100
 [mpeg2video @ 0x1a55620] Invalid frame dimensions 0x0.
 Last message repeated 10 times
 [mpegts @ 0x1a50d60] decoding for stream 1 failed
 [mpegts @ 0x1a50d60] PES packet size mismatch
 Last message repeated 1 times
 [mpegts @ 0x1a50d60] Could not find codec parameters for stream 1 (Video:
 mpeg2video ([2][0][0][0] / 0x0002)): unspecified size
 Consider increasing the value for the 'analyzeduration' and 'probesize'
 options
 Input #0, mpegts, from '0002_4_0.ts':
   Duration: 00:02:23.47, start: 57965.971300, bitrate: 2923 kb/s
   Program 1
 Stream #0:2[0x48](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz,
 stereo, s16p, 192 kb/s
 Stream #0:3[0x49]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
 yuv420p(tv), 704x576 [SAR 16:11 DAR 16:9], max. 15000 kb/s, 25 fps, 25
 tbr, 90k tbn, 50 tbc
   No Program
 Stream #0:0[0x46](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz,
 stereo, s16p, 192 kb/s
 Stream #0:1[0x47]: Video: mpeg2video ([2][0][0][0] / 0x0002), 25 fps,
 25 tbr, 90k tbn, 90k tbc
 Please use -q:a or -q:v, -qscale is ambiguous
 Output #0, avi, to 'out.avi':
   Metadata:
 ISFT: Lavf56.7.104
 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 704x576 [SAR
 16:11 DAR 16:9], q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc
 Metadata:
   encoder : Lavc56.2.101 mpeg4
 Stream #0:1(eng): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo,
 fltp, 192 kb/s
 Metadata:
   encoder : Lavc56.2.101 ac3
 Stream mapping:
   Stream #0:3 - #0:0 (mpeg2video (native) - mpeg4 (native))
   Stream #0:0 - #0:1 (mp2 (native) - ac3 (native))
 Press [q] to stop, [?] for help
 [mpegts @ 0x1a50d60] PES packet size mismatchme=00:02:07.40
 bitrate=2456.3kbits/s
 Last message repeated 1 times
 [mp2 @ 0x1ab6340] incomplete frame
 Error while decoding stream #0:0: Invalid data found when processing input
 [mpeg2video @ 0x1ad9100] ac-tex damaged at 16 12
 [mpeg2video @ 0x1ad9100] Warning MVs not available
 [mpeg2video @ 0x1ad9100] concealing 1056 DC, 1056 AC, 1056 MV errors in B
 frame
 frame= 3500 fps=1030 q=2.0 Lsize=   46222kB time=00:02:24.76
 bitrate=2615.7kbits/s
 video:46114kB audio:11kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 0.209484%
 }}}

--
Ticket URL: https://trac.ffmpeg.org/ticket/4005#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #3976(avformat:closed): Input option -loop 1 broken

2014-10-04 Thread FFmpeg
#3976: Input option -loop 1 broken
-+-
 Reporter:  cehoyos  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  important|Component:  avformat
  Version:  git-master   |   Resolution:  fixed
 Keywords:  image2   |   Blocked By:
  regression |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by michael):

 * status:  new = closed
 * resolution:   = fixed


Comment:

 Fixed in 684508ba15ca15d5d43f67bbed483ce5b6617f10

--
Ticket URL: https://trac.ffmpeg.org/ticket/3976#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #4006(avutil:new): FFmpeg not parsing Center channel in mov as Center.

2014-10-04 Thread FFmpeg
#4006: FFmpeg not parsing Center channel in mov as Center.
+---
 Reporter:  billys  | Type:  defect
   Status:  new | Priority:  normal
Component:  avutil  |  Version:  unspecified
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---
 I am trying to extract the audio channel assignments from a MOV. The
 channel assignments where done using Quicktime Pro 7. The file has 6 mono
 audio streams which make up a 5.1 channel set. I am expecting to see FL,
 FR, FC, LFE, BL, BR across the streams.

 The issue is that I am seeing 'mono' instead of FC.

 I believe this is an issue with avutil, where that it cannot distinguish
 between a true mono 1.0 channel and a Center channel that is a part of a
 surround sound channel set.

 I will attach the file I have used to this post. Please find the full
 uncut console output below. Thank you.

 ffmpeg started on 2014-10-05 at 02:21:30
 Report written to ffmpeg-20141005-022130.log
 Command line:
 ffmpeg -i qpro.mov -report
 ffmpeg version 2.3.3 Copyright (c) 2000-2014 the FFmpeg developers
   built on Oct  4 2014 22:09:55 with Apple LLVM version 6.0
 (clang-600.0.38) (based on LLVM 3.5svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/2.3.3 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree
 --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang
 --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-
 libmp3lame --enable-libxvid --enable-libfdk-aac --enable-openssl
   libavutil  52. 92.100 / 52. 92.100
   libavcodec 55. 69.100 / 55. 69.100
   libavformat55. 48.100 / 55. 48.100
   libavdevice55. 13.102 / 55. 13.102
   libavfilter 4. 11.100 /  4. 11.100
   libavresample   1.  3.  0 /  1.  3.  0
   libswscale  2.  6.100 /  2.  6.100
   libswresample   0. 19.100 /  0. 19.100
   libpostproc52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-i' ... matched as input file with argument 'qpro.mov'.
 Reading option '-report' ... matched as option 'report' (generate a
 report) with argument '1'.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option report (generate a report) with argument 1.
 Successfully parsed a group of options.
 Parsing a group of options: input file qpro.mov.
 Successfully parsed a group of options.
 Opening an input file: qpro.mov.
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb90300f000] Format mov,mp4,m4a,3gp,3g2,mj2
 probed with size=2048 and score=100
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb90300f000] ISO: File Type Major Brand: qt
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb90300f000] Before
 avformat_find_stream_info() pos: 158489 bytes read:43765 seeks:1
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb90300f000] All info found
 [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fb90300f000] After
 avformat_find_stream_info() pos: 18468 bytes read:76533 seeks:2 frames:6
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'qpro.mov':
   Metadata:
 major_brand : qt
 minor_version   : 512
 compatible_brands: qt
 encoder : Lavf55.21.100
   Duration: 00:00:00.17, start: 0.00, bitrate: 7414 kb/s
 Stream #0:0(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, 1 channels (FL), s32, 1152 kb/s (default)
 Metadata:
   handler_name: Apple Alias Data Handler
 Stream #0:1(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, 1 channels (FR), s32, 1152 kb/s
 Metadata:
   handler_name: Apple Alias Data Handler
 Stream #0:2(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, mono, s32, 1152 kb/s
 Metadata:
   handler_name: Apple Alias Data Handler
 Stream #0:3(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, 1 channels (LFE), s32, 1152 kb/s
 Metadata:
   handler_name: Apple Alias Data Handler
 Stream #0:4(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, 1 channels (BL), s32, 1152 kb/s
 Metadata:
   handler_name: Apple Alias Data Handler
 Stream #0:5(eng), 1, 1/48000: Audio: pcm_s24be (in24 / 0x34326E69),
 48000 Hz, 1 channels (BR), s32, 1152 kb/s
 Metadata:
   handler_name: Apple Alias Data Handler
 Successfully opened the file.
 At least one output file must be specified
 [AVIOContext @ 0x7fb9025011a0] Statistics: 76533 bytes read, 2 seeks

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


Re: [FFmpeg-trac] #4006(avutil:new): FFmpeg not parsing Center channel in mov as Center.

2014-10-04 Thread FFmpeg
#4006: FFmpeg not parsing Center channel in mov as Center.
+--
 Reporter:  billys  |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  avutil
  Version:  git-master  |   Resolution:
 Keywords:  mov chan|   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--
Changes (by cehoyos):

 * keywords:   = mov chan
 * version:  unspecified = git-master


Comment:

 This is a duplicate of (one aspect of) ticket #2865 but please understand
 that there is nothing to fix: FFmpeg calls the center channel mono.

 For future tickets: Please always test current FFmpeg git head before
 reporting issues.

--
Ticket URL: https://trac.ffmpeg.org/ticket/4006#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #4006(avutil:closed): FFmpeg not parsing Center channel in mov as Center.

2014-10-04 Thread FFmpeg
#4006: FFmpeg not parsing Center channel in mov as Center.
+-
 Reporter:  billys  |Owner:
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  avutil
  Version:  git-master  |   Resolution:  duplicate
 Keywords:  mov chan|   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+-
Changes (by cehoyos):

 * status:  new = closed
 * resolution:   = duplicate


--
Ticket URL: https://trac.ffmpeg.org/ticket/4006#comment:2
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #2591(avcodec:open): Feature Request: Add ability to use Quick Sync to transcode video files

2014-10-04 Thread FFmpeg
#2591: Feature Request:  Add ability to use Quick Sync to transcode video files
-+---
 Reporter:  zjacobs  |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  h264 |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---

Comment (by Mjb2000):

 Apologies for posting a question here, but you guys seem pretty smart so
 you'll probably know the answer straight away.

 I'm trying to compile a version of ffmpeg with quicksync support for use
 in a Windows environment. I've used the pre-compiled binary from the
 drocon11 fork, but unfortunately I need a few other libraries included in
 the binary (so this is why I figured I need to build this myself?).

 I'm just a little confused with the exact environment and tools I should
 be building with. I've tried to follow the various instructions within
 some of the dependencies but for instance I couldn't even work out if I
 should be doing this in a msys on Windows, or within Linux.

 If somebody could outline with a bit more detail how I should go about
 building the drocon11/ffmpeg-qsv project I'd  really appreciate it.
 Particularly if you could mention the OS, tools and any installation
 guidelines I should follow that would be great.

 If it helps, the background to this is that I have a low power j1900 cpu
 running media browser 3 as a media server, but the cpu struggles why real-
 time transcoding, however the j1900 supports quicksync and I can get some
 pretty good performance using quicksync. Unfortunately, the way in which
 media browser uses ffmpeg seems to require some additional libraries which
 are bit included in the drocon11 build.

 Thanks again, Matt

--
Ticket URL: https://trac.ffmpeg.org/ticket/2591#comment:16
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #2865(avformat:new): Front Center, Downmix Left, and Downmix Right unlabelled in QTPlayer

2014-10-04 Thread FFmpeg
#2865: Front Center, Downmix Left, and Downmix Right unlabelled in QTPlayer
-+
 Reporter:  cjplay93 |Owner:
 Type:  enhancement  |   Status:  new
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  chan mov |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by billys):

 Could I suggest that we introduce a new channel (C, center). This
 channel will become the channel for true mono 1.0 channel sets. FC will
 become the channel to be used for all other channel sets. When a channel
 layout is unknown, 0 should be used as opposed to guessing mono/FC.

--
Ticket URL: https://trac.ffmpeg.org/ticket/2865#comment:7
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #4007(avcodec:new): Compile error 0de1d6287ec384e795f5ef1d006589dd18ff95e9

2014-10-04 Thread FFmpeg
#4007: Compile error 0de1d6287ec384e795f5ef1d006589dd18ff95e9
-+---
 Reporter:  Hains| Type:  defect
   Status:  new  | Priority:  normal
Component:  avcodec  |  Version:  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+---
 Compile error due to commit:

 
https://github.com/FFmpeg/FFmpeg/commit/0de1d6287ec384e795f5ef1d006589dd18ff95e9

 License: LGPL version 2.1 or later
 Creating config.mak, config.h, and doc/config.texi...
 config.h is unchanged
 config.asm is unchanged
 libavutil/avconfig.h is unchanged
 hains@hains-System-Product-Name:~/FFmpeg$ make -j9
 CC  libavformat/img2dec.o
 CC  libavcodec/on2avc.o
 make: *** No rule to make target 'libavcodec/x86/mlpdsp.c', needed by
 'libavcodec/x86/mlpdsp.o'.  Stop.
 make: *** Waiting for unfinished jobs
 YASMlibavcodec/x86/hevc_mc.o
 STRIP   libavcodec/x86/hevc_mc.o
 hains@hains-System-Product-Name:~/FFmpeg$


 In  libavcodec/x86/Makefile line 55:

 change:

 -OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp.o

 into:

 -OBJS-$(CONFIG_TRUEHD_DECODER) += x86/mlpdsp_init.o

 and remove in libavcodec/x86/mlpdsp_init.: (line 202) .

 + c-mlp_rematrix_channel = ff_mlp_rematrix_channel_sse4;
 + if (ARCH_X86_64  EXTERNAL_AVX2(cpu_flags)  cpu_flags 
 AV_CPU_FLAG_BMI2)
 + c-mlp_rematrix_channel = ff_mlp_rematrix_channel_avx2_bmi2;
 }

 It is possible to compile FFmpeg without errors.

 I am using ubuntu 14.10.

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


Re: [FFmpeg-trac] #4007(build system:closed): Compile error 0de1d6287ec384e795f5ef1d006589dd18ff95e9

2014-10-04 Thread FFmpeg
#4007: Compile error 0de1d6287ec384e795f5ef1d006589dd18ff95e9
-+-
 Reporter:  Hains|Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  build
  Version:  unspecified  |  system
 Keywords:   |   Resolution:  invalid
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by jamal):

 * status:  new = closed
 * resolution:   = invalid
 * component:  avcodec = build system


Comment:

 You need to clean your build folder. You have old objects with outdated
 dependencies affecting your build.
 Undo those changes you did to the source tree then reconfigure with: make
 distclean  ./configure

 rm libavcodec/x86/mlpdsp.{o,d}  make should also work if you don't
 want to rebuild everything.

--
Ticket URL: https://trac.ffmpeg.org/ticket/4007#comment:1
FFmpeg https://ffmpeg.org
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://avcodec.org/mailman/listinfo/ffmpeg-trac