Transcoding FLV/h264 on LG55LW5600
I cannot play .FLV files on the TV, and I have tried modifying my profiles.xml file, but nothing seems to work ?
The files are .FLV (downloaded from Youtube). Pretty standard file types.
HERE IS THE STRANGE PART.
- I can manually convert the .flv files using this command
"avconv -i infile.flv outfile.mp4"
And then I can play the .mp4 file perfectly fine on the TV, however I have 1000's of them, and serviio -SHOULD- work to transcode them.
Why can I manually convert each file in seconds with that basic command line, but Serviio doesn't have a clue what to do with them ????????. <<-- to me this is very frustrating
HERE IS THE ORIGINAL .FLV FILE PROPERTIES
Demuxer - lavfpref
Video Resolution 300 x 240
Aspect ratio 1.25
Format H264
Bitrate 128 kbps
Frames per second 25.000
Selected codec ffh264
Initial Audio Stream Format MP4A
Bitrate 53 kbps
Rate 22050 Hz
Channels 2
Selected codec ffaac
HERE IS MY PROFILE.XML file for section 8 - LG TV
<Profile id="8" name="LG TV / player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
</HttpHeaders>
</Detection>
<!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<!--
Transcoding doesn't seem to work and some files can be played natively:
viewtopic.php?f=12&t=3914#p26273
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" aCodec="dca" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="flv" vCodec="h264" />
<Matches container="rm" />
<Matches container="wtv" />
</Video>
</Transcoding>-->
<GenericTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
</GenericTranscoding>
</Profile>
Please help me to understand why such a simple thing as this fails miserably ?
