Profile for NSZ-GT1 Sony Google TV Blu Ray Box
Ultimately I am very very interested in transcoding the m2t files that come from my home video camera into something the media player recognizes but before I get to that I wanted to learn the profile code on something I hoped to be easier. I have several movies which are mp4 with AAC 5.1 48kHz sound. The video plays great (thank you serviio programmers), problem is, the media player only sends my receiver 2 channel sound. However, I have a few other movies which are AC3 5.1 sound and the media player sends all 5.1 channels. So, I figured if I transcode just the audio to AC3, the picture would stay great and I would have my surround sound. Unfortunately, when I try this, Serviio never leaves the "initializing it's video library" screen.
<Profile id="11" name="Google TV" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mp4" targetACodec="ac3">
<Matches container="mp4" vCodec="h264" aCodec="aac"/>
</Video>
</Transcoding>
</Profile>
The goal was obviously trying to leave the video portion un-transcoded but I noticed none of the current examples show mp4 as a target codec so I figured I would try what all the examples seems to use (mpegts). This time the library would load but when I search to the directory using Serviio's folder option, it doesn't even show my movie.
<Profile id="11" name="Google TV" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="mp4" vCodec="h264" aCodec="aac"/>
</Video>
</Transcoding>
</Profile>
Obviously I am missing something. Can someone please help me get to the next step. I learn pretty quick and will gladly post my Sony Google TV profile when I get it figured out. Also, if there is some list of viable target codecs I would really appreciate it.
Thanks, CircusDad
FYI: ffmpeg -i info
Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 23.98 (24000/1001)
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/250GBServiio/CircusShare/Movies/Movie4/Movie4.mp4':
Duration: 02:50:56.98, start: 0.000000, bitrate: 2421 kb/s
Stream #0.0(und): Video: h264, yuv420p, 1280x544, PAR 1:1 DAR 40:17, 23.98 tbr, 23.98 tbn, 47.95 tbc
Stream #0.1(eng): Audio: aac, 48000 Hz, 5.1, s16
At least one output file must be specified