[FFmpeg-trac] #2283(undetermined:new): Slow counter / incorrect duration for aac-in-flv

2013-02-19 Thread FFmpeg
#2283: Slow counter / incorrect duration for aac-in-flv
-+-
   Reporter:  cehoyos|  Owner:
   Type:  defect | Status:  new
   Priority:  normal |  Component:
Version:  git-   |  undetermined
  master |   Keywords:  videolan
 Blocked By: |  flv aac
Reproduced by developer:  0  |   Blocking:
 |  Analyzed by developer:  0
-+-
 (videolan ticket 8195)
 I will upload an audio-only flv sample that can be decoded but the shown
 duration is wrong, both the duration shown before decoding and the
 duration shown after decoding.
 The time counter is wrong for both ffplay and MPlayer, seeking works fine
 with MPlayer, fails with ffplay.
 {{{
 $ ffmpeg -i sky_the80s_aacplus.flv out.wav
 ffmpeg version N-50086-gd41efc1 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 19 2013 09:36:55 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil  52. 17.102 / 52. 17.102
   libavcodec 54. 92.100 / 54. 92.100
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 38.103 /  3. 38.103
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [flv @ 0x32bdfc0] max_analyze_duration 500 reached at 5014000
 microseconds
 Input #0, flv, from 'sky_the80s_aacplus.flv':
   Duration: 00:01:08.77, start: 0.00, bitrate: 74 kb/s
 Stream #0:0: Audio: aac, 44100 Hz, stereo, fltp
 Output #0, wav, to 'out.wav':
   Metadata:
 ISFT: Lavf54.63.100
 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz,
 stereo, s16, 1411 kb/s
 Stream mapping:
   Stream #0:0 - #0:0 (aac - pcm_s16le)
 Press [q] to stop, [?] for help
 [flv @ 0x32bdfc0] Stream discovered after head already parsed
 [flv @ 0x32bdfc0] New data stream 0:1 at pos:254270 and DTS:27.274s
 size=   21168kB time=00:01:08.81 bitrate=2519.9kbits/s
 video:0kB audio:21168kB subtitle:0 global headers:0kB muxing overhead
 0.000369%
 }}}
 Duration and time claim that the sample is ~68 seconds, but it actually is
 over two minutes long:
 {{{
 $ ffmpeg -i out.wav -f null -
 ffmpeg version N-50086-gd41efc1 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 19 2013 09:36:55 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil  52. 17.102 / 52. 17.102
   libavcodec 54. 92.100 / 54. 92.100
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 38.103 /  3. 38.103
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [wav @ 0x1c49fc0] max_analyze_duration 500 reached at 5015510
 microseconds
 Guessed Channel Layout for  Input Stream #0.0 : stereo
 Input #0, wav, from 'out.wav':
   Metadata:
 encoder : Lavf54.63.100
   Duration: 00:02:02.88, bitrate: 1411 kb/s
 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz,
 stereo, s16, 1411 kb/s
 Output #0, null, to 'pipe:':
   Metadata:
 encoder : Lavf54.63.100
 Stream #0:0: Audio: pcm_s16le, 44100 Hz, stereo, s16, 1411 kb/s
 Stream mapping:
   Stream #0:0 - #0:0 (pcm_s16le - pcm_s16le)
 Press [q] to stop, [?] for help
 size=N/A time=00:02:02.88 bitrate=N/A
 video:0kB audio:21168kB subtitle:0 global headers:0kB muxing overhead
 -100.000101%
 }}}
 The same can be shown with ffplay:
 {{{
 $ time ffplay sky_the80s_aacplus.flv
 ffplay version N-50086-gd41efc1 Copyright (c) 2003-2013 the FFmpeg
 developers
   built on Feb 19 2013 09:36:55 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil  52. 17.102 / 52. 17.102
   libavcodec 54. 92.100 / 54. 92.100
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 38.103 /  3. 38.103
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [flv @ 0x7f7d6c0008c0] max_analyze_duration 500 reached at 5014000
 microseconds
 Input #0, flv, from 'sky_the80s_aacplus.flv':
   Duration: 00:01:08.77, start: 0.00, bitrate: 74 kb/s
 Stream #0:0: Audio: aac, 44100 Hz, stereo, fltp
   23.20 A-V:  0.000 fd=   0 aq=1KB vq=0KB sq=0B f=0/0

 real0m43.481s
 user0m0.937s
 sys 0m0.474s
 }}}

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


[FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  | Type:  defect
   Status:  new  | Priority:  critical
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Build of 16  17 Feb crash FFmpeg, previous OK

 OK with 20130215-git-4a6fa79-win64-static
 {{{
 F:\danses\Salsa\Salsa
 OdanceC:\PortableApps\MM\FFmpeg_regression\ffmpeg-20130215-git-
 4a6fa79-win64-static\ffmpeg.exe -y -i crash.mp4 out.mp4
 ffmpeg version N-49972-g4a6fa79 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 15 2013 00:27:28 with gcc 4.7.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r
 --enable-gnutls --enable-libass --enable-libbluray --enable-libcaca
 --enable-libfreetype --enable-libgsm --enable-lib
 mp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger
 --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame
 --enable-libvo-aacenc --enable-libvo-am
 rwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-
 libxavs --enable-libxvid --enable-zlib
   libavutil  52. 17.101 / 52. 17.101
   libavcodec 54. 91.103 / 54. 91.103
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 37.101 /  3. 37.101
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'crash.mp4':
   Metadata:
 major_brand : isom
 minor_version   : 512
 compatible_brands: isomiso2avc1mp41
 title   : 2013-02-14 Salsa Mike.mp4
 encoder : Lavf54.63.100
 genre   : Danse Salsa
   Duration: 00:00:05.10, start: 0.07, bitrate: 2100 kb/s
 Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p,
 832x688 [SAR 1:1 DAR 52:43], 2002 kb/s, 29.97 fps, 29.97 tbr, 30k tbn,
 59.94 tbc
 Metadata:
   handler_name: VideoHandler
 Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 24000 Hz, mono,
 fltp, 128 kb/s
 Metadata:
   handler_name: SoundHandler
 [libx264 @ 0035fb20] using SAR=1/1
 [libx264 @ 0035fb20] using cpu capabilities: MMX2 SSE2Fast SSSE3
 FastShuffle SSE4.2 AVX
 [libx264 @ 0035fb20] profile High, level 3.1
 [libx264 @ 0035fb20] 264 - core 129 r2245 bc13772 - H.264/MPEG-4
 AVC codec - Copyleft 2003-2013 - 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=6 lookahead_threads=1 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 weig
 htb=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 'out.mp4':
   Metadata:
 major_brand : isom
 minor_version   : 512
 compatible_brands: isomiso2avc1mp41
 title   : 2013-02-14 Salsa Mike.mp4
 genre   : Danse Salsa
 encoder : Lavf54.63.100
 Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p,
 832x688 [SAR 1:1 DAR 52:43], q=-1--1, 30k tbn, 29.97 tbc
 Metadata:
   handler_name: VideoHandler
 Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 24000 Hz, mono,
 s16, 128 kb/s
 Metadata:
   handler_name: SoundHandler
 Stream mapping:
   Stream #0:0 - #0:0 (h264 - libx264)
   Stream #0:1 - #0:1 (aac - libvo_aacenc)
 Press [q] to stop, [?] for help
 frame=  152 fps= 25 q=-1.0 Lsize=1210kB time=00:00:05.13
 bitrate=1928.9kbits/s dup=2 drop=0
 video:1124kB audio:81kB subtitle:0 global headers:0kB muxing overhead
 0.407050%
 [libx264 @ 0035fb20] frame I:1 Avg QP:20.93  size: 20890
 [libx264 @ 0035fb20] frame P:108   Avg QP:22.70  size:  8974
 [libx264 @ 0035fb20] frame B:43Avg QP:24.49  size:  3719
 [libx264 @ 0035fb20] consecutive B-frames: 44.1% 53.9%  2.0%  0.0%
 [libx264 @ 0035fb20] mb I  I16..4: 28.8% 67.0%  4.2%
 [libx264 @ 0035fb20] mb P  I16..4:  8.0% 14.8%  0.5%  P16..4:
 47.5%  9.3%  4.0%  0.0%  0.0%skip:15.8%
 [libx264 @ 0035fb20] mb B  

Re: [FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * priority:  critical = important


Comment:

 (Works fine here.)
 Does it also crash with -an or -vn?
 Does it also crash without external libraries, ie if you specify -strict
 -2 -acodec aac -vcodec mpeg4?

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


Re: [FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by feelart):

 Do crash with -an

 Does not crash with -vn.

 Does not crash with -strict -2 -acodec aac -vcodec mpeg4

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


Re: [FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by feelart):

 Does crash with
 ffmpeg -y -i crash.mp4 -an -strict -2 -vcodec libx264 out.mp4

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


Re: [FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 Replying to [comment:3 feelart]:
  Do crash with
  ffmpeg -y -i crash.mp4 -an -strict -2 -vcodec libx264 out.mp4
 
  Does not crash with
  ffmpeg -y -i crash.mp4 -an -strict -2 -vcodec libxvid  out.mp4

 That means that a backtrace is required to show that this is not a problem
 with x264.

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


Re: [FFmpeg-trac] #1398(avformat:open): remuxed DTS audio won't play on hardware devices

2013-02-19 Thread FFmpeg
#1398: remuxed DTS audio won't play on hardware devices
+
 Reporter:  patters |Owner:
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  DTS mpegts  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by xnejp03):

 Anyone working on this? It'd be great to have DTS muxing to mpegts.

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


Re: [FFmpeg-trac] #1398(avformat:open): remuxed DTS audio won't play on hardware devices

2013-02-19 Thread FFmpeg
#1398: remuxed DTS audio won't play on hardware devices
+
 Reporter:  patters |Owner:
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  dca mpegts  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+
Changes (by cehoyos):

 * keywords:  DTS mpegts = dca mpegts


Comment:

 Replying to [comment:8 xnejp03]:
  Anyone working on this? It'd be great to have DTS muxing to mpegts.

 Do you know what the problem with the current code is?

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


Re: [FFmpeg-trac] #2284(undetermined:new): Regression crash bug: OK with 20130215-git-4a6fa79-win64-static

2013-02-19 Thread FFmpeg
#2284: Regression crash bug: OK with 20130215-git-4a6fa79-win64-static
-+-
 Reporter:  feelart  |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by feelart):

 backtrace
 RE: http://ffmpeg.org/bugreports.html
 I'm not sure I can do it.
 I've never done it and in the bin directory I've:
 ffmpeg, ffplay and ffprobe

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


Re: [FFmpeg-trac] #1542(avformat:open): support muxing jpeg2000 in mxf (was: support jpeg2000 in mxf)

2013-02-19 Thread FFmpeg
#1542: support muxing jpeg2000 in mxf
-+
 Reporter:  dericed  |Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avformat
  Version:  git-master   |   Resolution:
 Keywords:  mxf j2k  |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+

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


Re: [FFmpeg-trac] #1279(avfilter:open): Transform X'Y'Z' to RGB via lutrgb

2013-02-19 Thread FFmpeg
#1279: Transform X'Y'Z' to RGB via lutrgb
-+
 Reporter:  wolfgangw|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avfilter
  Version:  git-master   |   Resolution:
 Keywords:  XYZ j2k lut  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+
Changes (by cehoyos):

 * keywords:  XYZ j2k = XYZ j2k lut


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


Re: [FFmpeg-trac] #1279(avfilter:open): Transform X'Y'Z' to RGB via lutrgb

2013-02-19 Thread FFmpeg
#1279: Transform X'Y'Z' to RGB via lutrgb
-+
 Reporter:  wolfgangw|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avfilter
  Version:  git-master   |   Resolution:
 Keywords:  XYZ j2k lut  |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by richardpl):

 why lut, isn't colormatrix filter better place?

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


Re: [FFmpeg-trac] #1280(avfilter:closed): Loss of alpha with yadif filter (bgra-yuv420 conv inserted instead of bgra-yuva444p)

2013-02-19 Thread FFmpeg
#1280: Loss of alpha with yadif filter (bgra-yuv420 conv inserted instead of
bgra-yuva444p)
+
 Reporter:  ronag   |Owner:
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  avfilter
  Version:  git-master  |   Resolution:  fixed
 Keywords:  alpha   |   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+
Changes (by michael):

 * status:  open = closed
 * resolution:   = fixed


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


[FFmpeg-trac] #2285(undetermined:new): mp2-in-avi shows desync with ffplay

2013-02-19 Thread FFmpeg
#2285: mp2-in-avi shows desync with ffplay
-+-
   Reporter:  cehoyos|  Owner:
   Type:  defect | Status:  new
   Priority:  normal |  Component:
Version:  git-   |  undetermined
  master |   Keywords:  avi mp2
 Blocked By: |  desync
Reproduced by developer:  0  |   Blocking:
 |  Analyzed by developer:  0
-+-
 http://thread.gmane.org/gmane.comp.video.ffmpeg.user/44059
 http://thread.gmane.org/gmane.comp.video.ffmpeg.user/44080

 I will upload an avi sample that plays fine with MPlayer and can be re-
 encoded with ffmpeg, but shows noticeable A/V desync with ffplay, fails
 with vlc (broken audio). Remuxing audio does not help (still A/V desync
 with ffplay, still high pitch with vlc), reencoding audio (and remuxing or
 reencoding video) leads to a file that plays fine with all players.
 {{{
 $ time ffplay TestUpload.avi
 ffplay version N-50086-gd41efc1 Copyright (c) 2003-2013 the FFmpeg
 developers
   built on Feb 19 2013 14:11:30 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack --enable-libopenjpeg
   libavutil  52. 17.102 / 52. 17.102
   libavcodec 54. 92.100 / 54. 92.100
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 38.103 /  3. 38.103
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [avi @ 0x7f3fa80008c0] sample size (1) != block align (1152)  0KB sq=
 0B f=0/0
 [avi @ 0x7f3fa80008c0] non-interleaved AVI
 [mpeg1video @ 0x7f3fa8000e00] sequence header damaged
 Input #0, avi, from 'TestUpload.avi':
   Metadata:
 encoder : Lavf54.63.100
   Duration: 00:00:18.20, start: 0.00, bitrate: 2478 kb/s
 Stream #0:0: Video: mpeg1video (mpg1 / 0x3167706D), yuv420p, 1224x720
 [SAR 1:1 DAR 17:10], 104857 kb/s, 30 tbr, 30 tbn, 30 tbc
 Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p,
 160 kb/s
 [mpeg1video @ 0x7f3fa8000e00] sequence header damaged
7.15 A-V: -1.484 fd=   0 aq=   22KB vq=   54KB sq=0B f=0/0

 real0m19.313s
 user0m0.858s
 sys 0m0.163s
 }}}
 {{{
 $ ffmpeg -i TestUpload.avi -qscale 2 -acodec copy out.avi
 ffmpeg version N-50086-gd41efc1 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Feb 19 2013 14:11:30 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack --enable-libopenjpeg
   libavutil  52. 17.102 / 52. 17.102
   libavcodec 54. 92.100 / 54. 92.100
   libavformat54. 63.100 / 54. 63.100
   libavdevice54.  3.103 / 54.  3.103
   libavfilter 3. 38.103 /  3. 38.103
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [avi @ 0x290f000] sample size (1) != block align (1152)
 [avi @ 0x290f000] non-interleaved AVI
 [mpeg1video @ 0x2915420] sequence header damaged
 Input #0, avi, from 'TestUpload.avi':
   Metadata:
 encoder : Lavf54.63.100
   Duration: 00:00:18.20, start: 0.00, bitrate: 2478 kb/s
 Stream #0:0: Video: mpeg1video (mpg1 / 0x3167706D), yuv420p, 1224x720
 [SAR 1:1 DAR 17:10], 104857 kb/s, 30 tbr, 30 tbn, 30 tbc
 Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, s16p,
 160 kb/s
 Please use -q:a or -q:v, -qscale is ambiguous
 Output #0, avi, to 'out.avi':
   Metadata:
 ISFT: Lavf54.63.100
 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 1224x720 [SAR
 1:1 DAR 17:10], q=2-31, 200 kb/s, 30 tbn, 30 tbc
 Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 48000 Hz, stereo, 160
 kb/s
 Stream mapping:
   Stream #0:0 - #0:0 (mpeg1video - mpeg4)
   Stream #0:1 - #0:1 (copy)
 Press [q] to stop, [?] for help
 [mpeg1video @ 0x2915420] sequence header damaged
 [avi @ 0x2928d80] st:0 PTS: 2 DTS: 2  5 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 3 DTS: 3  6 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 3 DTS: 3  7 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 4 DTS: 4  8 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 4 DTS: 4  9 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 5 DTS: 5  10 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 5 DTS: 5  11 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 5 DTS: 5  12 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 6 DTS: 6  13 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 6 DTS: 6  14 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 7 DTS: 7  15 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 7 DTS: 7  16 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 7 DTS: 7  17 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 8 DTS: 8  18 invalid, clipping
 [avi @ 0x2928d80] st:0 PTS: 8 DTS: 8  

Re: [FFmpeg-trac] #2285(undetermined:new): mp2-in-avi shows desync with ffplay

2013-02-19 Thread FFmpeg
#2285: mp2-in-avi shows desync with ffplay
-+-
 Reporter:  cehoyos  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  avi mp2  |   Resolution:
  desync |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-

Comment (by cehoyos):

 Sample uploaded to http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2285/

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


Re: [FFmpeg-trac] #1544(undetermined:closed): Transcoding of mpeg file fails - Too large number of skiped frames

2013-02-19 Thread FFmpeg
#1544: Transcoding of mpeg file fails - Too large number of skiped frames
-+-
 Reporter:  cehoyos  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  mpegps   |   Resolution:
  roundup|  worksforme
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by compn):

 * status:  new = closed
 * resolution:   = worksforme


Comment:

 seems to be fixed.

 W:\mplayer-testy:\ffmpeg -i infinite_loop.avi out.avi
 ffmpeg version N-49448-gdc8dd2f Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Jan 29 2013 17:50:41 with gcc 4.7.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzli
 b --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass
 --enable-libbluray --enable-li
 bcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-
 libopencore-amrnb --enable-l
 ibopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp
 --enable-libschroedinger --e
 nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-
 aacenc --enable-libvo-amrwbenc
 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs
 --enable-libxvid --enable-zlib
   libavutil  52. 17.100 / 52. 17.100
   libavcodec 54. 91.100 / 54. 91.100
   libavformat54. 61.104 / 54. 61.104
   libavdevice54.  3.102 / 54.  3.102
   libavfilter 3. 34.101 /  3. 34.101
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [mpeg @ 024e7960] max_analyze_duration 500 reached at 500
 microseconds
 Input #0, mpeg, from 'infinite_loop.avi':
   Duration: 00:00:47.92, start: 0.379744, bitrate: 468 kb/s
 Stream #0:0[0x1c0]: Audio: mp2, 44100 Hz, mono, s16p, 56 kb/s
 Stream #0:1[0x1e0]: Video: mpeg1video, yuv420p, 160x120 [SAR 1:1 DAR
 4:3], 400 kb/s, 25 fps, 25
 tbr, 90k tbn, 25 tbc
 File 'out.avi' already exists. Overwrite ? [y/N] y
 Output #0, avi, to 'out.avi':
   Metadata:
 ISFT: Lavf54.61.104
 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 160x120 [SAR
 1:1 DAR 4:3], q=2-31, 200 k
 b/s, 25 tbn, 25 tbc
 Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, mono, s16p
 Stream mapping:
   Stream #0:1 - #0:0 (mpeg1video - mpeg4)
   Stream #0:0 - #0:1 (mp2 - libmp3lame)
 Press [q] to stop, [?] for help
 frame= 1189 fps= 81 q=2.3 Lsize=1727kB time=00:00:47.96 bitrate=
 295.0kbits/s
 video:1272kB audio:372kB subtitle:0 global headers:0kB muxing overhead
 5.062353%

 out.avi plays fine.

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


Re: [FFmpeg-trac] #1544(avformat:closed): Transcoding of mpeg file fails - Too large number of skiped frames

2013-02-19 Thread FFmpeg
#1544: Transcoding of mpeg file fails - Too large number of skiped frames
-+-
 Reporter:  cehoyos  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  avformat
  Version:  git-master   |   Resolution:  fixed
 Keywords:  mpegps   |   Blocked By:
  roundup|  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * resolution:  worksforme = fixed
 * component:  undetermined = avformat


Comment:

 Fixed by Harald Axmann.

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


Re: [FFmpeg-trac] #1891(avformat:open): FFmpeg duplicating too many frames

2013-02-19 Thread FFmpeg
#1891: FFmpeg duplicating too many frames
+
 Reporter:  eklann  |Owner:
 Type:  defect  |   Status:  open
 Priority:  normal  |Component:  avformat
  Version:  git-master  |   Resolution:
 Keywords:  real|   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+
Changes (by compn):

 * component:  undetermined = avformat


Comment:

 file plays fine with mplayer and ffrv20.
 (which means you can use mencoder to convert this)
 leads me to believe problem is demxuer.

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


Re: [FFmpeg-trac] #1891(undetermined:open): FFmpeg duplicating too many frames

2013-02-19 Thread FFmpeg
#1891: FFmpeg duplicating too many frames
-+-
 Reporter:  eklann   |Owner:
 Type:  defect   |   Status:  open
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  real |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  1
-+-
Changes (by compn):

 * component:  avformat = undetermined


Comment:

 this works: not sure why -map 0:8 is required.
 removing component, as i dont know where the problem is now.

 W:\mplayer-testy:\ffmpeg  -i ffmpeg_not_terminating.rm -map 0:8 -y
 out.avi
 ffmpeg version N-49448-gdc8dd2f Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Jan 29 2013 17:50:41 with gcc 4.7.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-avisynth --enable-bzli
 b --enable-fontconfig --enable-frei0r --enable-gnutls --enable-libass
 --enable-libbluray --enable-li
 bcaca --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-
 libopencore-amrnb --enable-l
 ibopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp
 --enable-libschroedinger --e
 nable-libspeex --enable-libtheora --enable-libtwolame --enable-libvo-
 aacenc --enable-libvo-amrwbenc
 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs
 --enable-libxvid --enable-zlib
   libavutil  52. 17.100 / 52. 17.100
   libavcodec 54. 91.100 / 54. 91.100
   libavformat54. 61.104 / 54. 61.104
   libavdevice54.  3.102 / 54.  3.102
   libavfilter 3. 34.101 /  3. 34.101
   libswscale  2.  2.100 /  2.  2.100
   libswresample   0. 17.102 /  0. 17.102
   libpostproc52.  2.100 / 52.  2.100
 [rm @ 024e79c0] Unsupported stream type 0187
 [rm @ 024e79c0] Unsupported stream type 0431
 [rm @ 024e79c0] max_analyze_duration 500 reached at 500
 microseconds
 Input #0, rm, from 'ffmpeg_not_terminating.rm':
   Metadata:
 File ID : 49389963-cfd9-fcc8-b745-8eefb2b4bb99
 Modification Date: 5/10/2001 20:30:24
 Generated By: RealProducer G2 Core SDK
 Target Audiences: DSL/Cable Modem (220 Kbps);
 Video Quality   : Sharpest Image Video
 Audio Format: Music
 Creation Date   : 5/10/2001 20:28:07
 ASMRuleBook : #($Bandwidth  165106),Stream2Bandwidth = 32148,
 Stream3Bandwidth = 68596;#($B
 andwidth = 165106)  ($Bandwidth  220106),Stre
 title   : Title
 author  : Author
 copyright   : (c)2000
 comment :
   Duration: 00:01:03.71, start: 0.00, bitrate: 649 kb/s
 Stream #0:0: Data: none, 32 kb/s
 Stream #0:1: Data: none, 187 kb/s
 Stream #0:2: Audio: cook (cook / 0x6B6F6F63), 44100 Hz, mono, fltp, 32
 kb/s
 Stream #0:3: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 187
 kb/s, 15 fps, 15 tbr, 1k tbn
 , 1k tbc
 Stream #0:4: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 132
 kb/s, 15 fps, 15 tbr, 1k tbn
 , 1k tbc
 Stream #0:5: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 68
 kb/s, 15 fps, 15 tbr, 1k tbn,
  1k tbc
 Stream #0:6: Audio: cook (cook / 0x6B6F6F63), 44100 Hz, mono, fltp, 32
 kb/s
 Stream #0:7: Audio: cook (cook / 0x6B6F6F63), 44100 Hz, mono, fltp, 32
 kb/s
 Stream #0:8: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 187
 kb/s, 15 fps, 15 tbr, 1k tbn
 , 1k tbc
 Stream #0:9: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 187
 kb/s, 15 fps, 15 tbr, 1k tbn
 , 1k tbc
 Stream #0:10: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 187
 kb/s, 15 fps, 15 tbr, 1k tb
 n, 1k tbc
 Stream #0:11: Video: rv20 (RV20 / 0x30325652), yuv420p, 320x240, 68
 kb/s, 15 fps, 15 tbr, 1k tbn
 , 1k tbc
 Output #0, avi, to 'out.avi':
   Metadata:
 File ID : 49389963-cfd9-fcc8-b745-8eefb2b4bb99
 Modification Date: 5/10/2001 20:30:24
 Generated By: RealProducer G2 Core SDK
 Target Audiences: DSL/Cable Modem (220 Kbps);
 Video Quality   : Sharpest Image Video
 Audio Format: Music
 Creation Date   : 5/10/2001 20:28:07
 ASMRuleBook : #($Bandwidth  165106),Stream2Bandwidth = 32148,
 Stream3Bandwidth = 68596;#($B
 andwidth = 165106)  ($Bandwidth  220106),Stre
 INAM: Title
 author  : Author
 ICOP: (c)2000
 ICMT:
 ISFT: Lavf54.61.104
 Stream #0:0: Video: mpeg4 (FMP4 / 0x34504D46), yuv420p, 320x240,
 q=2-31, 200 kb/s, 15 tbn, 15 tb
 c
 Stream mapping:
   Stream #0:8 - #0:0 (rv20 - mpeg4)
 Press [q] to stop, [?] for help
 frame=  159 fps=0.0 q=11.7 size= 463kB time=00:00:20.53 bitrate=
 184.8kbits/s dup=0 drop=132
 frame=  246 fps=164 q=14.2 size= 691kB 

Re: [FFmpeg-trac] #5(avformat:open): jp2k muxed into mov by FFmpeg can't be played by QuickTime

2013-02-19 Thread FFmpeg
#5: jp2k muxed into mov by FFmpeg can't be played by QuickTime
-+-
 Reporter:  cehoyos  |Owner:  michael
 Type:  defect   |   Status:  open
 Priority:  normal   |Component:  avformat
  Version:  git  |   Resolution:
 Keywords:  j2k mov  |   Blocked By:
  roundup|  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by richardpl):

 This still happens? Why?

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


Re: [FFmpeg-trac] #1636(avcodec:reopened): FRAPS Video Color Space

2013-02-19 Thread FFmpeg
#1636: FRAPS Video Color Space
+
 Reporter:  DJX |Owner:
 Type:  defect  |   Status:  reopened
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:
 Keywords:  FRAPS   |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+

Comment (by richardpl):

 Thing is that fraps use YUVJ (full range) and whatever is stored in mp4 is
 using YUV (or YUVJ but program that you use to view it is not supporting
 it properly) and there is missing step to change colorspace. (Could use
 colormatrix filter) This is could be duplicate ticked (already reported in
 another form).

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


Re: [FFmpeg-trac] #1636(undetermined:reopened): FRAPS Video Color Space

2013-02-19 Thread FFmpeg
#1636: FRAPS Video Color Space
-+-
 Reporter:  DJX  |Owner:
 Type:  defect   |   Status:  reopened
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:  FRAPS|   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by richardpl):

 * component:  avcodec = undetermined


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


[FFmpeg-trac] #2286(FFmpeg:new): Crash when trying to capture camera / libx264

2013-02-19 Thread FFmpeg
#2286: Crash when trying to capture camera / libx264
-+-
 Reporter:  async| Type:  defect
   Status:  new  | Priority:  critical
Component:  FFmpeg   |  Version:
 Keywords:  Windows 7/8  |  unspecified
  64 bits|   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Hi,

 ffmpeg crashes whenever I try to execute the following command-line:

 ffmpeg -y -f dshow -i video=Integrated Webcam -vcodec libx264 -pix_fmt
 yuv420p output.mkv


 OS:
 reproduced on Windows 7  8 64 bits
 Build:
 Feb 17 2013 02:47:14 with gcc 4.7.2 (GCC)

 Note:
 It works fine with build Mar 25 2012 20:28:42 with gcc 4.6.2

 Thank You

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


Re: [FFmpeg-trac] #2286(undetermined:new): Crash when trying to capture camera / libx264

2013-02-19 Thread FFmpeg
#2286: Crash when trying to capture camera / libx264
-+-
 Reporter:  async|Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  unspecified  |  undetermined
 Keywords:  crash|   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * keywords:  Windows 7/8 64 bits = crash
 * priority:  critical = important
 * component:  FFmpeg = undetermined


Comment:

 Does it also crash if you do not use an external library (libx264) but
 -vcodec mpeg4?
 Please add the complete console output to make this a valid ticket.

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


[FFmpeg-trac] #2287(undetermined:new): I download ffmpeg installed and tried to play the saved files .. no luck error format not supported

2013-02-19 Thread FFmpeg
#2287: I download ffmpeg installed and tried to play the saved files .. no luck
error format not supported
-+-
 Reporter:  phoenixcomm  | Type:  defect
   Status:  new  | Priority:  normal
Component:   |  Version:
  undetermined   |  unspecified
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
 Summary of the bug:[swf @ 0x818fa40] Compressed SWF format not supported

 How to reproduce:http://memorialstreams.com/demo/login.aspx?CID=16
 {{{
 % ffmpeg -i flowplayer.swf Zilber.avi
 ffmpeg version 0.7.6-4:0.7.6-0ubuntu0.11.10.3,
 built on ... Mint 12 (32bit)
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


Re: [FFmpeg-trac] #2287(undetermined:new): I download ffmpeg installed and tried to play the saved files .. no luck error format not supported

2013-02-19 Thread FFmpeg
#2287: I download ffmpeg installed and tried to play the saved files .. no luck
error format not supported
-+-
 Reporter:  phoenixcomm  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by phoenixcomm):

 the user id = 385 and the password is 123456
 I saved the streams with a firefox download helper.
 gnash would not play it
 so I tried to convert it all with the same results
 thanks
 C. Harrison

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


Re: [FFmpeg-trac] #285(avformat:closed): RTSP h264 video stream always reports corrupted macroblock

2013-02-19 Thread FFmpeg
#285: RTSP h264 video stream always reports corrupted macroblock
-+
 Reporter:  bovine   |Owner:  michael
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:  avformat
  Version:  unspecified  |   Resolution:  fixed
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by rogerdpack):

 maybe rtsp should default to tcp, these corruptions seem to confuse... [?]

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


Re: [FFmpeg-trac] #2281(avcodec:new): ffmpeg 0.7.14 and 0.8.13 fail to build on OS X 10.7 ('vqa_decode_chunk' should not return a value)

2013-02-19 Thread FFmpeg
#2281: ffmpeg 0.7.14 and 0.8.13 fail to build on OS X 10.7 ('vqa_decode_chunk'
should not return a value)
-+-
 Reporter:  nieder   |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:  avcodec
  Version:  0.8.13   |   Resolution:
 Keywords:  build|   Blocked By:
  regression |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by michael):

 Fixed in the 0.8 release branch, will be in the next 0.8 and 0.7 releases

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


Re: [FFmpeg-trac] #2287(undetermined:closed): I download ffmpeg installed and tried to play the saved files .. no luck error format not supported

2013-02-19 Thread FFmpeg
#2287: I download ffmpeg installed and tried to play the saved files .. no luck
error format not supported
-+-
 Reporter:  phoenixcomm  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:  invalid
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * status:  new = closed
 * resolution:   = invalid


Comment:

 Please test current git head.

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


Re: [FFmpeg-trac] #2281(avcodec:closed): ffmpeg 0.7.14 and 0.8.13 fail to build on OS X 10.7 ('vqa_decode_chunk' should not return a value)

2013-02-19 Thread FFmpeg
#2281: ffmpeg 0.7.14 and 0.8.13 fail to build on OS X 10.7 ('vqa_decode_chunk'
should not return a value)
-+-
 Reporter:  nieder   |Owner:
 Type:  defect   |   Status:  closed
 Priority:  important|Component:  avcodec
  Version:  0.8.13   |   Resolution:  fixed
 Keywords:  build|   Blocked By:
  regression |  Reproduced by developer:  0
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * status:  new = closed
 * resolution:   = fixed


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


Re: [FFmpeg-trac] #2288(undetermined:new): Decoding with h264_vda crashes ffplay

2013-02-19 Thread FFmpeg
#2288: Decoding with h264_vda crashes ffplay
-+-
 Reporter:  gjdfgh   |Owner:
 Type:  defect   |   Status:  new
 Priority:  important|Component:
  Version:  git-master   |  undetermined
 Keywords:  crash|   Resolution:
  SIGSEGV vda regression |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * keywords:  crash vda = crash SIGSEGV vda regression
 * priority:  normal = important


Comment:

 And please test attached patch.

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


Re: [FFmpeg-trac] #2287(undetermined:closed): I download ffmpeg installed and tried to play the saved files .. no luck error format not supported

2013-02-19 Thread FFmpeg
#2287: I download ffmpeg installed and tried to play the saved files .. no luck
error format not supported
-+-
 Reporter:  phoenixcomm  |Owner:
 Type:  defect   |   Status:  closed
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:   |   Resolution:  invalid
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by llogan):

 Replying to [ticket:2287 phoenixcomm]:
  ffmpeg version 0.7.6-4:0.7.6-0ubuntu0.11.10.3,

 I believe this is not ffmpeg from the FFmpeg project. See:
 http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
 http://stackoverflow.com/a/9477756/1109017

 In order to make this a valid ticket you need to use ffmpeg from FFmpeg
 using current git head as cehoyos has already mentioned, and additionally
 you need to include the complete ffmpeg command and the complete console
 output in your bug report.

 See the FFmpeg download page for details. If you need assistance compiling
 or using ffmpeg git head then please ask at the ffmpeg-user mailing list
 or the #ffmpeg IRC channel.

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