[SOLVED] Humax FOX T2 - MP4 transcoding question
I'm using 1.0.1. The following profile works for MKV files with no problems :
<User-Agent>POSIX DLNADOC.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="matroska" vCodec="h264" aCodec="dca" />
</Video>
Tried to add support for some MP4 files using :
<Matches container="mp4" vCodec="h264" /> but it doesn't play them at all.
Here's the output from FFMPEG against one of them and also the DEBUG.LOG
Any thoughts on what's required ? Something to do with the sound ?
Thanks