AVCHD AC3 Audio
Posted: Wed Jan 09, 2013 11:32 pm
I've a little problem playing the video recorded by my full hd camcorder (Sony CX130) on my LE32B650 tv (FW T-CHL7DEUC-2005.0): I'm able to watch the video but I'm not able to listen to the audio (I use the tv speakers, I don't have any external system). I've the problem playing the video both from USB and from NFS mount.
The video format produced by the camcorder is AVCHD (H264+AC3 in a TS container) as repoted by ffmpeg on my computer:
I've tried to debug the problem via ex-link console. I report below the output during the video playing:
As far as i know both H264 and AC3 are supported by my tv and I don't see any relevant error message.
What could cause my audio problem? Is it possible to play AC3 audio usign the tv speakers?
The video format produced by the camcorder is AVCHD (H264+AC3 in a TS container) as repoted by ffmpeg on my computer:
Code: Select all
Input #0, mpegts, from 'arrivo-states.ts':
Duration: 00:00:33.28, start: 1.000033, bitrate: 16561 kb/s
Program 1
Stream #0:0[0x1011]: Video: h264 (High) (HDMV / 0x564D4448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 50 tbc
Stream #0:1[0x1100]: Audio: ac3 (AC-3 / 0x332D4341), 48000 Hz, stereo, s16, 256 kb/s
Stream #0:2[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
Code: Select all
======> CMediaControlMovie: SetMedia = file:///dtv/usb/sda/nfs/192.168.1.249/_mnt_HD_HD_a2_/arrivo-states.ts
[GetFileSize] stat failed
[CopyCaptionFileToRamDisk:3131] Read File Create failed
[CMovieCore] SetDisplaySize In
[GetMediaTypeInfoUsingFFMpeg] OPEN SUCCESS
===============[DUMP FORMAT]==============
* [FFMPEG LIBRARY] Ver. 2008/11/24(^__^) modified by C.Lucifer (0.4) *
Input #0, mpegts, from '/dtv/usb/sda/nfs/192.168.1.249/_mnt_HD_HD_a2_/arrivo-states.ts':
Duration: 00:00:33.24, start: 1.040000, bitrate: 16581 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25.00 tb(r)
Stream #0.1[0x1100]: Audio: 0x0000, 48000 Hz, stereo, s16, 256 kb/s
=========================================
[CMovieCore] AudioFormatToTD In
[CMovieCore] AudioFormatToTD In
[CFileMovieCore] Open In
[CMovieCore] VideoFormatToTD In
[CMovieCore] AudioFormatToTD In
[CMovieCore] ContainerTypeToTD In
[CMovieTDIF Creator] Movie m_Alarm Create !!!!!!!
[MovieTDIF] Open In
[MovieTDIF] Initialize In
Connect Sem Create!!
###########################################################################
Container Format: TD_CONTAINER_TS Vidoe Format: TD_VIDEO_FORMAT_H264, Audio Format: TD_AUDIO_FORMAT_AC3,
PacketSize: 192, totalSize = 68911104, totalTime = 33000
hResolution: 1920, vResolution 1080, VideoStreamFrame = 25.000000
###########################################################################
[MovieTDIF] Disconnect In
[MovieTDIF] Close In
[MovieTDIF] Close Out
[CFileMovieCore] Play In
[MovieTDIF] Connect In
###########################################################################
VideoStreamId = 0x1011, AudioStreamId = 0x2
###########################################################################
[MovieTDIF] AVDecoderConnect In
[MovieTDIF] AVDecoderDisconnect In
>>[ERR:TDsChelseaMpeg.cpp] Disconnect():722 - SDAL ERROR [-1] !!!
### SdAVDec_DemuxAllocate, m_bPumping = 0, mContainerType = 4
Source : 4864 Video ID : 0
[MovieTDIF] InstallUnmuteCallback In
[MovieTDIF] InstallResChangeCallback In
>>[ERR:TDsChelseaAudioProcessor.cpp] Disconnect():536 - SDAL ERROR [-1] !!!
Source : 4864 Window Type : 0 Back End Decoder Type : 0
[MovieTDIF] Play In
[line : 542] Play Start
[Play, 559] TDiMpeg::StartAudioDecoding
[MovieTDIF] Play Out
[CMovieCore] CanSeek In
>>>>>>>> ResChangedCallback >>>>>>>>>>
@@@@[VideoInfo.hResolution = 1920, VideoInfo.vResolution = 1080, VideoInfo.bProgressScan = 0]
SetVideo_READING = 50!!!
>>>>>>>> UnmuteCallback >>>>>>>>>>
@@@@[VideoInfo.hResolution = 1920, VideoInfo.vResolution = 1080, VideoInfo.bProgressScan = 0], VideoInfo.frameRate = 25000
SetVideo_READING = 50!!!
##########################
SEEK = YES
### avdec trick mode = 1, feeder trick mode = 1
TRICK = YES
##########################
>>>>>>>> File End Callback >>>>>>>>>>
[CFileMovieCore] EndPlay In
[CMovieCore] CanSeek In
[CFileMovieCore] Stop In
[MovieTDIF] InstallResChangeCallback In
[MovieTDIF] Stop In
[MovieTDIF] Stop Out
[MovieTDIF] InstallUnmuteCallback In
[MovieTDIF] Disconnect In
[MovieTDIF] AVDecoderDisconnect In
[CFileMovieCore] Close In
[CMovieCore] Close In
[MovieTDIF] Close In
[MovieTDIF] Close Out
[CMovieCore] CleanParam In
Movie Connectsem Destory!!
Movie m_Alarm Destory!!
What could cause my audio problem? Is it possible to play AC3 audio usign the tv speakers?