Hi all,
I have a problem when trying to play some videos. I have:
- a Sony Bravia EX500 TV
- PS3 media server 1.20.412
- wired with 100Mb ethernet
and it fails to read my Panasonic TZ5 camera movies (other movies from my PC work fine)
Sorry if answers provided elsewhere is that forum, looked around, nothing working yet. I'd need help for 2 things:
1- my TZ5 MJPG MOV films do not play on the TV (starts, black screen then pause immediatly with the first conf, and tell me "lecture non disponible" ie can't play movie message with the second conf file.
2- those videos transcoded to H264 + MP3 AVIs play but behavior is annoying: first time I select the movie, the TV display (MPEG2) as type in the grey box next to it. Reading it fails over and over with the first conf and works with second. When I go up 1 level in the folder structure on the TV and come back to the movie, it appears as AVC type and plays well with both conf files.
Can someone help me either to:
- get TZ5 MOV movie to play to avoid transcoding
- explain the weird behavior with the first conf file (try to play, go up 1 level, come back then play again)
Thx!
Erwan
----------------------------------------------------------------------------------------
here is what FFmpeg has to say on my Panasonic TZ5 720p MJPEG MOV
- Code: Select all
FFmpeg version SVN-r26251, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 7 2011 04:13:44 with gcc 4.4.2
configuration: --enable-gpl --enable-version3 --enable-libgsm --enable-libvorb
is --enable-libtheora --enable-libspeex --enable-libmp3lame --enable-libopenjpeg
--enable-libschroedinger --enable-libopencore_amrwb --enable-libopencore_amrnb
--enable-libvpx --disable-decoder=libvpx --arch=x86 --enable-runtime-cpudetect -
-enable-libxvid --enable-libx264 --enable-librtmp --extra-libs='-lrtmp -lpolarss
l -lws2_32 -lwinmm' --target-os=mingw32 --enable-avisynth --enable-w32threads --
cross-prefix=i686-mingw32- --cc='ccache i686-mingw32-gcc' --enable-memalign-hack
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.103. 1 / 52.103. 1
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D:\photos\1_a\P1080361.MOV':
Metadata:
creation_time : 2010-12-03 20:21:09
Duration: 00:00:13.00, start: 0.000000, bitrate: 26208 kb/s
Stream #0.0(eng): Video: mjpeg, yuvj420p, 1280x720, 26142 kb/s, 30 fps, 30 t
br, 30 tbn, 30 tbc
Metadata:
creation_time : 2010-12-03 20:21:09
Stream #0.1(eng): Audio: pcm_u8, 8000 Hz, 1 channels, u8, 64 kb/s
Metadata:
creation_time : 2010-12-03 20:21:09
[buffer @ 01eae030] w:1280 h:720 pixfmt:yuvj420p
[hqdn3d @ 01eae3b0] ls:0.000000 cs:0.000000 lt:0.000000 ct:-0.000000
----------------------------------------------------------------------------------------
here is the batch I use to convert my TZ5 MOV to H264 + MP3 AVIs
- Code: Select all
ffmpeg -i %1 -b 4096k -vcodec libx264 -vpre libx264-slow_firstpass -vpre baseline -g 100 -s 1280x720 -an -pass 1 -threads 2 %1_pass1.avi
ffmpeg -i %1 -b 4096k -vcodec libx264 -vpre libx264-slow -vpre baseline -g 100 -s 1280x720 -acodec libmp3lame -ar 16000 -ab 16k -ac 1 -pass 2 -threads 2 %1.avi
----------------------------------------------------------------------------------------
here the first renderer file (picked somewhere in this forum)
- Code: Select all
# ps3mediaserver renderer profile for Sony Bravia EX500/EX700 series
# Refer to PS3.conf for help
RendererName=Sony Bravia EX Series
RendererIcon=bravia.png
UserAgentSearch=notusedhere
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(BRAVIA KDL.+EX5)|(BRAVIA KDL.+EX7)|(BRAVIA KDL.+NX7)
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
DLNALocalizationRequired=true
TranscodeExtensions=dvr-ms,dvr,mkv,dv,ty,mov,ogm,hdmov,hdm,rmv,rmvb,rm,asf,evo,asx,flv,m2v,mpe,mod,tivo,ty,tmf,ts,tp,m2p,mp4,m4v,avi,wmv,wm,divx,div,flac,mlp,fla,wma,m4a,aac,dts,mka,ape,ogg,shn,mpc,ra,mp2,wv,oma,aa3,gif,png,arw,cr2,crw,dng,raf,mrw,nef,pef,tif,tiff
StreamExtensions=
MediaInfo=true
# [Supported video formats]:
# Here we declare support (or lack) of DTS (here, none of the entries declare dts as a supported audio codec)
Supported = f:mpegps|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac|mpa m:video/mpeg
# No H264 for AVI files, plus specific mediainfo attributes, for better auto detection (qpel and gmc are not supported here)
Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
Supported = f:mp4 v:mp4|h264 a:ac3|aac m:video/mp4
# WMV files are supported, but not with 5.1 audio: (hence the n:2)
Supported = f:wmv v:wmv|vc1 a:wma n:2 m:video/x-ms-wmv
# [Supported audio formats]:
Supported = f:wav a:dts|lpcm n:6 s:48000 m:audio/wav
Supported = f:wav n:2 s:48000 m:audio/wav
Supported = f:mp3 n:2 m:audio/mpeg
# Apple lossless not supported
Supported = f:aac n:2 a:(?!alac).+ m:audio/x-m4a
Supported = f:wma n:2 m:audio/x-ms-wma
Supported = f:atrac n:2 m:audio/x-oma
# [Supported image formats]
Supported = f:jpg m:image/jpeg
Supported = f:png m:image/png
Supported = f:gif m:image/gif
Supported = f:tiff m:image/tiff
----------------------------------------------------------------------------------------
and the second picked in that thread
- Code: Select all
# ps3mediaserver renderer profile for Sony Bravia 2010 series
# Refer to PS3.conf for help
RendererName=Sony Bravia 2010 Series
RendererIcon=bravia.png
UserAgentSearch=notusedhere
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=(BRAVIA KDL.+EX4)|(BRAVIA KDL.+EX5)|(BRAVIA KDL.+EX7)|(BRAVIA KDL.+HX7)|(BRAVIA KDL.+NX5)|(BRAVIA KDL.+NX7)
Video=true
Audio=true
Image=true
SeekByTime=true
TranscodeVideo=MPEGTSAC3
TranscodeAudio=MP3
DefaultVBVBufSize=true
MuxH264ToMpegTS=true
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
H264Level41Limited=true
MimeTypesChanges=audio/wav=audio/L16|video/mp4=video/mpeg
DLNALocalizationRequired=true
#TranscodeExtensions=
#StreamExtensions=
#Required to be true for Bravia TVs and Sony Bluray players
ForceJPGThumbnails=true
MediaParserV2_ThumbnailGeneration=false
MediaInfo=true
# [Supported video formats]:
Supported = f:mpegps v:mpeg2 a:ac3|lpcm|mpa m:video/mpeg
Supported = f:mpegts v:mpeg2|h264 a:ac3|mpa m:video/mpeg
Supported = f:mpegts v:mpeg2|h264 a:ac3|aac|mpa m:video/vnd.dlna.mpeg-tts
# [Supported audio formats]:
Supported = f:mp3 n:2 m:audio/mpeg
Supported = f:wav n:2 m:audio/L16
# [Supported image formats]
Supported = f:jpg m:image/jpeg