Re: [FFmpeg-trac] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-31 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files
-+-
 Reporter:  ramitbhalla  |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 cehoyos):

 Replying to [comment:6 ramitbhalla]:
  Is adding the -r 25 to the command parameter supposed to remove the
 errors?
 (Which errors? You did not report any errors in this ticket afaict, you
 reported playback problems for two samples, one because ffmpeg set the
 output frame rate too high for the input file - and your test system - the
 second supposedly because your test system is too slow for the resulting
 file, you will have to test with reduced resolution to know for sure.)
 No, it is supposed to set the (correct) frame rate for test.ts.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1297#comment:7
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] #1306(avcodec:open): Open EXR : wrong processing of an *.exr files

2012-05-31 Thread FFmpeg
#1306: Open EXR : wrong processing of an *.exr files
-+---
 Reporter:  russiaman|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  wish |Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  EXR  |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  0|
-+---

Comment (by russiaman):

 I`ve tried now FFmpeg Builds Version: git-9c27f29 (2012-05-27), and get
 error message :

 {{{

 y:\ffmpeg\ffmpeg.exe -f image2 -i d:\tmp\test_exr.exr
 d:\tmp\sq2mv\out_%04d.jpg
 ffmpeg version N-41074-g9c27f29 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on May 27 2012 13:22:28 with gcc 4.6.3

 [exr @ 01f3d1c0] This type of compression is not supported
 [image2 @ 01f3c640] decoding for stream 0 failed
 [image2 @ 01f3c640] Could not find codec parameters (Video: exr)
 d:\tmp\test_exr.exr: could not find codec parameters
 }}}

 So ffmpeg now have no support for exr images at all :)?

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1306#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] #1381(avcodec:open): png regression

2012-05-31 Thread FFmpeg
#1381: png regression
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |   Status:  open
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  png  |   Blocked By:
  regression |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by cehoyos):

 * component:  undetermined = avcodec


Comment:

 Regression since 2ee6dca, not reproducible with --disable-parser=png

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1381#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] #1380(avcodec:closed): binkaudio_dct crash

2012-05-31 Thread FFmpeg
#1380: binkaudio_dct crash
-+-
 Reporter:  ami_stuff|Owner:
 Type:  defect   |   Status:  closed
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:  fixed
 Keywords:  binkaudio|   Blocked By:
  crash fpe  |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-
Changes (by richardpl):

 * status:  open = closed
 * resolution:   = fixed


Comment:

 Fixed.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1380#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] #1297(undetermined:new): FFMPEG creating stuttering MPEG-2 TS video files

2012-05-31 Thread FFmpeg
#1297: FFMPEG creating stuttering MPEG-2 TS video files
-+-
 Reporter:  ramitbhalla  |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 ramitbhalla):

 In your previous note you had explained to me that 1481 frames duplicated
 of 2888 frames overall is a good indication that the automatic frame rate
 choice was bad.

 So I put -r 25 to the command line, but I'm still getting the same output
 showing a lot of frames duplicated.
 My question is whether this is normal - inspite of correcting the frame
 rate here should I still get duplicated frames?

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


[FFmpeg-trac] #1382(undetermined:new): Streaming the output + saving to the local file

2012-05-31 Thread FFmpeg
#1382: Streaming the output + saving to the local file
-+-
 Reporter:  burek| Type:
   Status:  new  |  enhancement
Component:   | Priority:  wish
  undetermined   |  Version:  git-
 Keywords:   |  master
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
 One way of streaming the output and saving the same output to a local file
 would be to use something like this (I guess):

 {{{
 ffmpeg -i input -vcodec libx264 udp://ip:port -vcodec libx264 local.mp4
 }}}

 but that way FFmpeg would use 2 (identical) encoders and consume twice the
 cpu than it is logically needed. It was suggested to me, by developers
 before, that I need some kind of source/sink implemented in ffmpeg to be
 able to do this. Recently, I figured an easy way to do this easier way:

 {{{
 ffmpeg -i input -vcodec libx264 -f mpegts - | ffmpeg -f mpegts -i -
 -vcodec copy local.mp4 -vcodec copy udp://bla:port
 }}}

 This way only 1 encoder is doing the encoding process and the rest is done
 using just -vcodec copy, practically just muxing the content in
 different formats, as needed.

 My question is: if this approach can be used to add a quick/simple option
 in ffmpeg to enable users to save the content to a local file while
 streaming it at the same time, something like this:

 {{{
 ffmpeg -i input -vcodec libx264 -localfile local.mp4 udp://bla:port
 }}}

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1382
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] #1312(undetermined:open): FFmpeg doesn't handle bitrate transition on some mpeg-ts stream

2012-05-31 Thread FFmpeg
#1312: FFmpeg doesn't handle bitrate transition on some mpeg-ts stream
-+-
 Reporter:  jyavenard|Owner:
 Type:  enhancement  |   Status:  open
 Priority:  normal   |Component:
  Version:  git-master   |  undetermined
 Keywords:   |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by jyavenard):

 bipbop1.ts on its own ; almost everyone will play it.

 For one transitioning from or to bipbop1 ; then I don't know.
 Neither mplayer, ffmpeg or Quicktime will play them.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1312#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] #1351(avcodec:reopened): mpeg2video lowres support

2012-05-31 Thread FFmpeg
#1351: mpeg2video lowres support
-+-
 Reporter:  jyavenard|Owner:
 Type:  defect   |   Status:  reopened
 Priority:  important|Component:  avcodec
  Version:  git-master   |   Resolution:
 Keywords:  mpeg2video   |   Blocked By:
  regression lowres  |  Reproduced by developer:  1
 Blocking:   |
Analyzed by developer:  0|
-+-

Comment (by jyavenard):

 Thanks Michael.. I see what went on...
 I was confused with the name of lowres2 and skipped that commit

 So it was just mpeg2 that didn't get revert properly at first...

 Excellent news..

 I can tell you for sure now that MythTV will sync with ffmpeg from now on.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1351#comment:12
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] #1349(FFmpeg:closed): itsoffset doesn't work for second input file (audio)

2012-05-31 Thread FFmpeg
#1349: itsoffset doesn't work for second input file (audio)
+---
 Reporter:  bombo   |Owner:
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  FFmpeg
  Version:  git-master  |   Resolution:  invalid
 Keywords:  itsoffset   |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+---

Comment (by mjs973):

 I've looked into this further. My description in comment 2 doesn't match
 the behavior of current git, so either I mis-remembered or something
 changed.

 This command should display file1 content one second earlier than file2
 content:

 ffmpeg -itsoffset -1 -i file1.ts -i file2.ts -vcodec copy -acodec copy
 -map 0:0 -map 1:1 out.ts

 1) What I see is that -itsoffset adds or subtracts from all the timestamps
 (both the video and audio streams) in a file. So this option is only going
 to be useful when remuxing from separate input files.

 2) outfile has expected playback behavior with .ts and .mkv containers.

 3) It does not work with .avi (no timestamps, so not a surprise)

 4) It does not work with .mp4 container (a bug?)

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1349#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] #1383(avformat:new): HTTP playback will crash if URL can't be opened for whatever reasons

2012-05-31 Thread FFmpeg
#1383: HTTP playback will crash if URL can't be opened for whatever reasons
---+---
 Reporter:  jyavenard  | Type:  defect
   Status:  new| Priority:  critical
Component:  avformat   |  Version:  unspecified
 Keywords: |   Blocked By:
 Blocking: |  Reproduced by developer:  0
Analyzed by developer:  0  |
---+---
 Problem was introduced by commit ba354a8c

 backtrace:
 ffplay
 http://stream7.france24.yacast.net/iphone/france24/fr/iPad.f24_fr.m3u8

 ffplay(80831,0x10679b000) malloc: *** error for object 0x101120f00:
 pointer being freed was not allocated
 *** set a breakpoint in malloc_error_break to debug


 {{{
 Program received signal SIGABRT, Aborted.
 [Switching to process 80831 thread 0x6a03]
 0x7fff95723ce2 in __pthread_kill ()
 (gdb) thread apply all bt full

 Thread 6 (process 80831):
 #0  0x7fff95723ce2 in __pthread_kill ()
 No symbol table info available.
 #1  0x7fff920db7d2 in pthread_kill ()
 No symbol table info available.
 #2  0x7fff920cca7a in abort ()
 No symbol table info available.
 #3  0x7fff9212b84c in free ()
 No symbol table info available.

 Thread 5 (process 80831):
 #0  0x7fff95723e42 in __semwait_signal ()
 No symbol table info available.
 #1  0x7fff9208fdea in nanosleep ()
 No symbol table info available.
 #2  0x000100e25386 in RunTimer ()
 No symbol table info available.
 #3  0x000100de9368 in SDL_RunThread ()
 No symbol table info available.
 #4  0x000100e20e09 in RunThread ()
 No symbol table info available.
 #5  0x7fff920d98bf in _pthread_start ()
 No symbol table info available.
 #6  0x7fff920dcb75 in thread_start ()
 No symbol table info available.

 Thread 4 (process 80831):
 #0  0x7fff95724192 in __workq_kernreturn ()
 No symbol table info available.
 #1  0x7fff920db594 in _pthread_wqthread ()
 No symbol table info available.
 #2  0x7fff920dcb85 in start_wqthread ()
 No symbol table info available.

 Thread 3 (process 80831):
 #0  0x7fff95724192 in __workq_kernreturn ()
 No symbol table info available.
 #1  0x7fff920db594 in _pthread_wqthread ()
 No symbol table info available.
 #2  0x7fff920dcb85 in start_wqthread ()
 No symbol table info available.

 Thread 2 (process 80831):
 #0  0x7fff957247e6 in kevent ()
 No symbol table info available.
 #1  0x7fff8da9978a in _dispatch_mgr_invoke ()
 No symbol table info available.
 #2  0x7fff8da9831a in _dispatch_mgr_thread ()
 No symbol table info available.

 Thread 1 (process 80831):
 #0  0x7fff95723e42 in __semwait_signal ()
 No symbol table info available.
 #1  0x7fff9208fdea in nanosleep ()
 No symbol table info available.
 #2  0x000100e252b6 in SDL_Delay ()
 No symbol table info available.
 #3  0x000100de5abe in SDL_WaitEvent ()
 No symbol table info available.
 #4  0x00017f94 in SDL_main ()
 No symbol table info available.
 #5  0x7fff8f7afd0e in __-[NSNotificationCenter
 addObserver:selector:name:object:]_block_invoke_1 ()
 No symbol table info available.
 #6  0x7fff8e4a67ba in _CFXNotificationPost ()
 No symbol table info available.
 #7  0x7fff8f79bfc3 in -[NSNotificationCenter
 postNotificationName:object:userInfo:] ()
 No symbol table info available.
 #8  0x7fff92b4c4e3 in -[NSApplication _postDidFinishNotification] ()
 No symbol table info available.
 #9  0x7fff92b4c249 in -[NSApplication
 _sendFinishLaunchingNotification] ()
 No symbol table info available.
 #10 0x7fff92b4af10 in -[NSApplication(NSAppleEventHandling)
 _handleAEOpenEvent:] ()
 No symbol table info available.
 #11 0x7fff92b4ac71 in -[NSApplication(NSAppleEventHandling)
 _handleCoreEvent:withReplyEvent:] ()
 No symbol table info available.
 #12 0x7fff8e4f0541 in -[NSObject
 performSelector:withObject:withObject:] ()
 No symbol table info available.
 #13 0x7fff8f7d27c7 in __-[NSAppleEventManager
 setEventHandler:andSelector:forEventClass:andEventID:]_block_invoke_1 ()
 No symbol table info available.
 #14 0x7fff8f7d174e in -[NSAppleEventManager
 dispatchRawAppleEvent:withRawReply:handlerRefCon:] ()
 No symbol table info available.
 #15 0x7fff8f7d15dc in _NSAppleEventManagerGenericHandler ()
 No symbol table info available.
 #16 0x7fff923b9c25 in aeDispatchAppleEvent ()
 No symbol table info available.
 #17 0x7fff923b9b03 in dispatchEventAndSendReply ()
 No symbol table info available.
 #18 0x7fff923b99f7 in aeProcessAppleEvent ()
 No symbol table info available.
 #19 0x7fff8c6ded7d in AEProcessAppleEvent ()
 No symbol table info available.
 #20 0x7fff92b4807d in _DPSNextEvent ()
 No symbol table info available.
 #21 0x7fff92b47735 in -[NSApplication
 

[FFmpeg-trac] #1384(FFplay:new): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+-
 Reporter:  jlsantiago0  | Type:  defect
   Status:  new  | Priority:  normal
Component:  FFplay   |  Version:  git-
 Keywords:  ts ac3   |  master
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
 File is located at:

 wget http://208.51.85.91/ffplay-noaudio-003-ac3-full.ts
 wget http://208.51.85.91/ffplay-noaudio-003-ac3-10mb.ts

 The full version is about 450MB.

 Plays fine with VLC v1.1.11 and MPlayer.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384
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] #1384(FFplay:new): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+--
 Reporter:  jlsantiago0  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  FFplay
  Version:  git-master   |   Resolution:
 Keywords:  ts ac3   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--

Comment (by jlsantiago0):

 jsantiago@testpc:~$ /mnt/centshare/ffmpeg/klvdev/build/build-
 linux/stage/bin/ffplay ~/download/ffplay-noaudio-003-ac3-full.ts
 ffplay version 0.10.2.git-VF Copyright (c) 2003-2012 the FFmpeg developers
   built on May 21 2012 17:02:44 with gcc 4.5.2
   configuration: --extra-version=VF
 --prefix=/mnt/centshare/ffmpeg/klvdev/build/build-linux/stage --extra-
 cflags='-I/mnt/centshare/ffmpeg/klvdev/build/../src/libavformat
 -I/mnt/centshare/ffmpeg/klvdev/build/../src/libavcodec ' --extra-
 ldflags='-L/mnt/centshare/ffmpeg/klvdev/build/build-linux/stage/lib
 -Wl,-rpath -Wl,/mnt/centshare/ffmpeg/klvdev/build/build-linux/stage/lib'
 --enable-static --enable-shared --enable-avfilter --enable-pthreads
 --enable-zlib --enable-bzlib --enable-runtime-cpudetect --enable-
 hardcoded-tables
   libavutil  51. 53.100 / 51. 53.100
   libavcodec 54. 21.101 / 54. 21.101
   libavformat54.  5.101 / 54.  5.101
   libavdevice53.  4.100 / 53.  4.100
   libavfilter 2. 75.100 /  2. 75.100
   libswscale  2.  1.100 /  2.  1.100
   libswresample   0. 15.100 /  0. 15.100
 [mpegts @ 0x80b04c0] Adjusting PTS forward
 Last message repeated 32 times
 [mpegts @ 0x80b04c0] Stream #3: not enough frames to estimate rate;
 consider increasing probesize
 [mpegts @ 0x80b04c0] Could not find codec parameters (Unknown: none
 ([11][0][0][0] / 0x000B))
 [NULL @ 0x80b5500] start time is not set in estimate_timings_from_pts
 [mpegts @ 0x80b04c0] PES packet size mismatch
 Input #0, mpegts, from '/home/jsantiago/download/ffplay-
 noaudio-003-ac3-full.ts':
   Duration: 00:04:18.82, start: 13911.507056, bitrate: 13903 kb/s
   Program 1585
 Stream #0:0[0x202]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002),
 yuv420p, 1440x1080 [SAR 4:3 DAR 16:9], 9 kb/s, 25 fps, 25 tbr, 90k
 tbn, 50 tbc
 Stream #0:1[0x2a0](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz,
 5.0(side), s16, 448 kb/s (clean effects)
 Stream #0:2[0x241](eng): Subtitle: dvb_teletext ([6][0][0][0] /
 0x0006)
 Stream #0:3[0x1fd3]: Unknown: none ([11][0][0][0] / 0x000B)
 SDL_OpenAudio: Couldn't open audio device: Device or resource busy
 13916.29 A-V:  0.000 fd=   0 aq=0KB vq=  288KB sq=0B f=0/0   /0

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384#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] #1383(avformat:new): HTTP playback will crash if URL can't be opened for whatever reasons

2012-05-31 Thread FFmpeg
#1383: HTTP playback will crash if URL can't be opened for whatever reasons
-+
 Reporter:  jyavenard|Owner:
 Type:  defect   |   Status:  new
 Priority:  critical |Component:  avformat
  Version:  unspecified  |   Resolution:
 Keywords:   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+

Comment (by jyavenard):

 Sorry, I made a mistake associating the commit ba354a8c ; that one
 introduced the https issue.

 Git bisect find that this is the culprit for the regression. I'm not 100%
 sure that it is completely the problem as git bisect often acts weird when
 working through merge with remote forks

 {{{
 3bdb438e6517ec342e93298de571688584050d68 is the first bad commit
 commit 3bdb438e6517ec342e93298de571688584050d68
 Author: Samuel Pitoiset samuel.pitoi...@gmail.com
 Date:   Mon May 28 15:03:19 2012 +0200

 http: Add support for using persistent connections

 Add a new AVOption 'multiple_requests', which indicates if we want
 to use persistent connections (ie. Connection: keep-alive).

 Signed-off-by: Martin Storsjö mar...@martin.st

 :04 04 c28dfba01c195adc1a6b7f7d7c53fb60372d1b66
 2970eae70045726d784ffbedceec6fde48d3a010 M  libavformat
 }}}

 reverting that commit gives me bus error but no av_free error. As such,
 I'm not convinced that the problem can be entirely attributed to this
 commit

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1383#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] #1384(FFplay:new): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+--
 Reporter:  jlsantiago0  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  FFplay
  Version:  git-master   |   Resolution:
 Keywords:  ts ac3   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--

Comment (by cus):

 This is a 5 channel file which will be downmixed by ffmpeg to 4 channels,
 since SDL only supports 4 or 6 channels.
 Can you try the following two commands?

 SDL_AUDIO_CHANNELS=2 ffplay ~/download/ffplay-noaudio-003-ac3-full.ts

 SDL_AUDIO_CHANNELS=6 ffplay ~/download/ffplay-noaudio-003-ac3-full.ts

 Is mplayer or VLC capable of using 4 channels or 6 channels for playing
 the file?

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384#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] #1384(FFplay:new): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+--
 Reporter:  jlsantiago0  |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:  FFplay
  Version:  git-master   |   Resolution:
 Keywords:  ts ac3   |   Blocked By:
 Blocking:   |  Reproduced by developer:  0
Analyzed by developer:  0|
-+--

Comment (by jlsantiago0):

 SDL_AUDIO_CHANNELS=2 ffplay ~/download/ffplay-noaudio-003-ac3-full.ts
 works

 SDL_AUDIO_CHANNELS=6 ffplay ~/download/ffplay-noaudio-003-ac3-full.ts
  gives an error SDL_OpenAudio: Couldn't get hardware config: Invalid
 argument

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384#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] #1384(FFplay:open): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+--
 Reporter:  jlsantiago0  |Owner:  cus
 Type:  defect   |   Status:  open
 Priority:  normal   |Component:  FFplay
  Version:  git-master   |   Resolution:
 Keywords:  ts ac3   |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+--
Changes (by cus):

 * analyzed:  0 = 1
 * cc: cus@… (added)
 * status:  new = open
 * reproduced:  0 = 1
 * owner:   = cus


Comment:

 SDL should return with the number of supported channels, if 2 then 2, so
 yes.

 Probably I will create a patch, a workaround, which will retry audio open
 with less channels if the 6 channel or 4 channel mode fails.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384#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] #1384(FFplay:open): FFPlay NoAudio Playback for Transport Stream File with AC3 Audio

2012-05-31 Thread FFmpeg
#1384: FFPlay NoAudio Playback for Transport Stream File with AC3 Audio
-+--
 Reporter:  jlsantiago0  |Owner:  cus
 Type:  defect   |   Status:  open
 Priority:  normal   |Component:  FFplay
  Version:  git-master   |   Resolution:
 Keywords:  ts ac3   |   Blocked By:
 Blocking:   |  Reproduced by developer:  1
Analyzed by developer:  1|
-+--

Comment (by jlsantiago0):

 Awesome. Thank You.

-- 
Ticket URL: https://ffmpeg.org/trac/ffmpeg/ticket/1384#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] #1375(avcodec:closed): qdm2 console spamming

2012-05-31 Thread FFmpeg
#1375: qdm2 console spamming
+---
 Reporter:  Silly   |Owner:
 Type:  defect  |   Status:  closed
 Priority:  normal  |Component:  avcodec
  Version:  git-master  |   Resolution:  fixed
 Keywords:  qdm2|   Blocked By:
 Blocking:  |  Reproduced by developer:  1
Analyzed by developer:  0   |
+---
Changes (by michael):

 * status:  open = closed
 * resolution:   = fixed


Comment:

 Console spam fixed.
 I assume that by The new build according to your link seems good so far
 you mean the sync issue has resolved itself, thus iam closing  this
 ticket, but dont hesitate to reopen it if some issue remains

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