Sony 2011/2012 avi+ac3 problem
Hi,
I'm testing sony profiles (2011 and 2012, EU) on my TVs.
TVs support AVI with limitations, but I've found a problem with some AVI with MPEG4 video and AC3 audio: some play well, others give error about file not supported.
Now, i'm pretty sure that the problem is that audio bitrate is too high, because after a lot of testing and manually transcoding them to a lower bitrate (AVI container, copy video mpeg4, transcode ac3 audio) they play well.
The problem is how to configure profile.xml to automatically transcode avi+ac3 (if it's possible).
I tried with the following lines:
But now the TV doesn't show AVI+AC3 files at all.. maybe because they are not supported (mpegts container with mpeg4 video), is it right?
Adding "targetVCodec="mpeg2video" works well.
There is an alternative to transcode audio only to a lower bitrate, copying video?
Here's one of the files that can't be played:
Thanks in advance
I'm testing sony profiles (2011 and 2012, EU) on my TVs.
TVs support AVI with limitations, but I've found a problem with some AVI with MPEG4 video and AC3 audio: some play well, others give error about file not supported.
Now, i'm pretty sure that the problem is that audio bitrate is too high, because after a lot of testing and manually transcoding them to a lower bitrate (AVI container, copy video mpeg4, transcode ac3 audio) they play well.
The problem is how to configure profile.xml to automatically transcode avi+ac3 (if it's possible).
I tried with the following lines:
But now the TV doesn't show AVI+AC3 files at all.. maybe because they are not supported (mpegts container with mpeg4 video), is it right?
Adding "targetVCodec="mpeg2video" works well.
There is an alternative to transcode audio only to a lower bitrate, copying video?
Here's one of the files that can't be played:
- Code:
ffmpeg version git-2014-02-19-3734c3e Copyright (c) 2000-2014 the FFmpeg developers
built on Feb 19 2014 19:44:07 with gcc 4.4.5 (Debian 4.4.5-8)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 52. 64.100 / 52. 64.100
libavcodec 55. 52.102 / 55. 52.102
libavformat 55. 33.100 / 55. 33.100
libavdevice 55. 10.100 / 55. 10.100
libavfilter 4. 1.103 / 4. 1.103
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, avi, from 'part1/film.avi':
Metadata:
encoder : VirtualDubMod 1.5.4.1 (build 2178/release)
IAS1 : Italiano
Duration: 01:12:05.40, start: 0.000000, bitrate: 1358 kb/s
Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 688x288 [SAR 1:1 DAR 43:18], 25 tbr, 25 tbn, 25 tbc
Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 448 kb/s
Thanks in advance