Post Sat Sep 27, 2025 9:11 am

Invalid file form - avi with mpeg4 divx 4

Hello,
my LG TV (LG OLED55B46LA) is reporting an error Invalid file form.
I attached files in the ZIP.

I did a nasty thing in the transcoding profile settings and it works for now, but I'd be happy if we could find a better solution together
I set it to transcode all files. I didn't want to deal with what formats each file has.

  Code:
      <Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3">
               <Matches container="*" />
            <Matches container="matroska" aCodec="dca" />
         </Video>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
            <Matches container="flv" />
               <Matches container="asf" vCodec="wmv2"/>
               <Matches container="rm" />
               <Matches container="wtv" />
         </Video>
      </Transcoding>
Attachments
files.zip
(6.68 KiB) Downloaded 7 times