Code Monkey home page Code Monkey logo

Comments (15)

Anime4000 avatar Anime4000 commented on August 18, 2024

Next time put error message in ``` for example:

```

aaa

```

become:

aaa

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

Check syntax are like this:

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfQueue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>D:\Users\Anime4000\Videos\Game\001.mp4</FilePath>
    <General>
      <Duration>320.768</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <IsCFR>true</IsCFR>
      <FrameCount>19245</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>26</Value>
      <Command>--dither</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>D:\Users\Anime4000\Videos\Game\001.mp4</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
</ArrayOfQueue>

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

yeah xml structure is the same. i told you it was made by v6.
That problem happens if i skip update. Otherwise everything seem to work fine.

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfQueue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</FilePath>
    <General>
      <Duration>1524.267</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>jpn</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
        <Args>-w -s -c 24000</Args>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>ass</Codec>
        <Format>ass</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Id>3</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

you wrong... missing </ArrayOfQueue> after </Queue>

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

Nope nope nope... actually there are more files in queue. I wanted to paste sth short. I just pasted the beginning, v5x xml format is already different from the beginning of file, wanted you ro see that. This is full version, since you don't believe me:

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfQueue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</FilePath>
    <General>
      <Duration>1524.267</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>jpn</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
        <Args>-w -s -c 24000</Args>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>ass</Codec>
        <Format>ass</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\Final_Fantasy_VII_-_Last_Order.mkv</File>
        <Id>3</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Centurion_(2010)\Ctn(2010)_BRRip_500MB.mkv</FilePath>
    <General>
      <Duration>5849.942</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>eng</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Centurion_(2010)\Ctn(2010)_BRRip_500MB.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Centurion_(2010)\Ctn(2010)_BRRip_500MB.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Matrix_Trilogy\The_Matrix_(1999)\The_Matrix_(1999)_m720p.mkv</FilePath>
    <General>
      <Duration>8178.006</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Matrix_Trilogy\The_Matrix_(1999)\The_Matrix_(1999)_m720p.mkv</File>
        <Embedded>true</Embedded>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Matrix_Trilogy\The_Matrix_(1999)\The_Matrix_(1999)_m720p.mkv</File>
        <Id>0</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Matrix_Trilogy\The_Matrix_Reloaded_(2003)\The_Matrix_Reloaded_(2003)_m720p.mkv</FilePath>
    <General>
      <Duration>8295.51</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Matrix_Trilogy\The_Matrix_Reloaded_(2003)\The_Matrix_Reloaded_(2003)_m720p.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Matrix_Trilogy\The_Matrix_Reloaded_(2003)\The_Matrix_Reloaded_(2003)_m720p.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\RoboCop_1987.mkv</FilePath>
    <General>
      <Duration>6166.87</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\RoboCop_1987.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\RoboCop_1987.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\TheDictator2012.mkv</FilePath>
    <General>
      <Duration>5927.079</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\TheDictator2012.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>44100</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\TheDictator2012.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\TheDictator2012.mkv</File>
        <Id>3</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Final_Fantasy\[Rumi]_Final_Fantasy_VII_On_The_Way_To_A_Smile_Denzel_[H264_1280x720_AC3][D3C0DD3F].mkv</FilePath>
    <General>
      <Duration>1686.208</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Final_Fantasy\[Rumi]_Final_Fantasy_VII_On_The_Way_To_A_Smile_Denzel_[H264_1280x720_AC3][D3C0DD3F].mkv</File>
        <Embedded>true</Embedded>
        <Id>0</Id>
        <Lang>jpn</Lang>
        <Codec>ac3</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\[Rumi]_Final_Fantasy_VII_On_The_Way_To_A_Smile_Denzel_[H264_1280x720_AC3][D3C0DD3F].mkv</File>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>ass</Codec>
        <Format>ass</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Lincoln-2012.mkv</FilePath>
    <General>
      <Duration>8997.098</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Lincoln-2012.mkv</File>
        <Embedded>true</Embedded>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Lincoln-2012.mkv</File>
        <Id>0</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Despicable.Me.720p.Bluray..x264-CBGB\cbgb-despicableme720.mkv</FilePath>
    <General>
      <Duration>5688.683</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>eng</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Despicable.Me.720p.Bluray..x264-CBGB\cbgb-despicableme720.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>dca</Codec>
        <Format>dca</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\PlanetoftheApes\1972-Conquest_of_The_Planet_of_The_Apes.mkv</FilePath>
    <General>
      <Duration>5201.947</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\PlanetoftheApes\1972-Conquest_of_The_Planet_of_The_Apes.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\PlanetoftheApes\1972-Conquest_of_The_Planet_of_The_Apes.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\PlanetoftheApes\1973-Battle_For_The_Planet_of_The_Apes.mkv</FilePath>
    <General>
      <Duration>5192.146</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\PlanetoftheApes\1973-Battle_For_The_Planet_of_The_Apes.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\PlanetoftheApes\1973-Battle_For_The_Planet_of_The_Apes.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Street_Fighter-Assassins_Fist.mkv</FilePath>
    <General>
      <Duration>8390.591</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Street_Fighter-Assassins_Fist.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Street_Fighter-Assassins_Fist.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\9-2009.mkv</FilePath>
    <General>
      <Duration>4754.25</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\9-2009.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\9-2009.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\PlanetoftheApes\1970-Beneath_the_Planet_of_the_Apes.mkv</FilePath>
    <General>
      <Duration>5682.135</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\PlanetoftheApes\1970-Beneath_the_Planet_of_the_Apes.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\PlanetoftheApes\1970-Beneath_the_Planet_of_the_Apes.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\PlanetoftheApes\1971-Escape_From_The_Planet_of_the_Apes.mkv</FilePath>
    <General>
      <Duration>5852.806</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\PlanetoftheApes\1971-Escape_From_The_Planet_of_the_Apes.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\PlanetoftheApes\1971-Escape_From_The_Planet_of_the_Apes.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Crank-2006.mkv</FilePath>
    <General>
      <Duration>5650.752</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Crank-2006.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Crank-2006.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Bleach_Movie_4\[Sedra]_Bleach_The_Movie_4_-The_Hell_Verse_(720p_DVDrip)_[96D7D6A4].mkv</FilePath>
    <General>
      <Duration>5636.708</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>jpn</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Bleach_Movie_4\[Sedra]_Bleach_The_Movie_4_-The_Hell_Verse_(720p_DVDrip)_[96D7D6A4].mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>jpn</Lang>
        <Codec>ac3</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\PlanetoftheApes\1968-Planet_Of_The_Apes.mkv</FilePath>
    <General>
      <Duration>6722.967</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\PlanetoftheApes\1968-Planet_Of_The_Apes.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\PlanetoftheApes\1968-Planet_Of_The_Apes.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\The Lion King Trilogy\Lion King 1 1994.mkv</FilePath>
    <General>
      <Duration>5303.632</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 1 1994.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 1 1994.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\The Lion King Trilogy\Lion King 2 1998.mkv</FilePath>
    <General>
      <Duration>4849.92</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 2 1998.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 2 1998.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\The Lion King Trilogy\Lion King 3 2004.mkv</FilePath>
    <General>
      <Duration>4574.677</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 3 2004.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\The Lion King Trilogy\Lion King 3 2004.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\TheHumanCentipede\TheHumanCentipede.mkv</FilePath>
    <General>
      <Duration>5283.616</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\TheHumanCentipede\TheHumanCentipede.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>ac3</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\TheHumanCentipede\TheHumanCentipede.mkv</File>
        <Id>2</Id>
        <Lang>ita</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\TheHumanCentipede\TheHumanCentipede.mkv</File>
        <Id>3</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Chinese_Zodiac-2012.mkv</FilePath>
    <General>
      <Duration>6951.392</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Chinese_Zodiac-2012.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>und</Lang>
        <Codec>ac3</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Avatar-2009.mkv</FilePath>
    <General>
      <Duration>10689.5762</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>eng</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Avatar-2009.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Avatar-2009.mkv</File>
        <Id>2</Id>
        <Lang>und</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\WALL-E.720p.BluRay.x264-iNFAMOUS\inf-walle.mkv</FilePath>
    <General>
      <Duration>5845.61</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\WALL-E.720p.BluRay.x264-iNFAMOUS\inf-walle.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>dca</Codec>
        <Format>dca</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\WALL-E.720p.BluRay.x264-iNFAMOUS\inf-walle.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\WALL-E.720p.BluRay.x264-iNFAMOUS\inf-walle.mkv</File>
        <Id>3</Id>
        <Lang>rum</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</FilePath>
    <General>
      <Duration>7593.728</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>pgssub</Codec>
        <Format>pgssub</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</File>
        <Id>3</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</File>
        <Id>4</Id>
        <Lang>eng</Lang>
        <Codec>ass</Codec>
        <Format>ass</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Final_Fantasy\AdventChildrenComplete\Final_Fantasy_VII_Advent_Children_Complete-720p-h264-AAC-EN.mkv</File>
        <Id>5</Id>
        <Lang>tur</Lang>
        <Codec>pgssub</Codec>
        <Format>pgssub</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\IronMan2012.mkv</FilePath>
    <General>
      <Duration>7490.483</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\IronMan2012.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>aac</Codec>
        <Format>mp4</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>2</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Don2\Don_2.mkv</FilePath>
    <General>
      <Duration>8858.944</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>eng</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Don2\Don_2.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>hin</Lang>
        <Codec>dca</Codec>
        <Format>dca</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>false</SubtitleEnable>
    <Subtitle />
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</FilePath>
    <General>
      <Duration>6409.13</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>eng</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>dca</Codec>
        <Format>dca</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>2</Id>
        <Lang>eng</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>3</Id>
        <Lang>tur</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>4</Id>
        <Lang>spa</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>5</Id>
        <Lang>gre</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>6</Id>
        <Lang>pol</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>7</Id>
        <Lang>chi</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>8</Id>
        <Lang>chi</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
      <subtitle>
        <File>E:\MOVIE\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3\Solomon.Kane.2009.1080p.BluRay.DTS.dxva.x264.D-Z0N3.mkv</File>
        <Id>9</Id>
        <Lang>vie</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
  <Queue>
    <IsEnable>true</IsEnable>
    <FilePath>E:\MOVIE\Starship.Troopers.Invasion.2012.mkv</FilePath>
    <General>
      <Duration>5328.331</Duration>
      <IsAviSynth>false</IsAviSynth>
      <IsOutputMKV>true</IsOutputMKV>
    </General>
    <Picture>
      <Lang>und</Lang>
      <FrameCount>0</FrameCount>
      <Resolution>auto</Resolution>
      <FrameRate>auto</FrameRate>
      <BitDepth>8</BitDepth>
      <Chroma>420</Chroma>
      <YadifEnable>false</YadifEnable>
      <YadifMode>0</YadifMode>
      <YadifField>0</YadifField>
      <YadifFlag>0</YadifFlag>
    </Picture>
    <Video>
      <Preset>medium</Preset>
      <Tune>off</Tune>
      <Type>0</Type>
      <Value>23.0</Value>
      <Command>--dither --keyint 300 --rc-lookahead 250 --frame-threads 8</Command>
    </Video>
    <AudioMerge>false</AudioMerge>
    <Audio>
      <audio>
        <Enable>true</Enable>
        <File>E:\MOVIE\Starship.Troopers.Invasion.2012.mkv</File>
        <Embedded>true</Embedded>
        <Id>1</Id>
        <Lang>eng</Lang>
        <Codec>dca</Codec>
        <Format>dca</Format>
        <RawBit>16</RawBit>
        <RawFreq>48000</RawFreq>
        <RawChan>6</RawChan>
        <Encoder>ffffffff-ffff-ffff-ffff-ffffffffffff</Encoder>
        <BitRate>256</BitRate>
        <Freq>auto</Freq>
        <Chan>auto</Chan>
      </audio>
    </Audio>
    <SubtitleEnable>true</SubtitleEnable>
    <Subtitle>
      <subtitle>
        <File>E:\MOVIE\Starship.Troopers.Invasion.2012.mkv</File>
        <Id>2</Id>
        <Lang>rus</Lang>
        <Codec>srt</Codec>
        <Format>srt</Format>
      </subtitle>
    </Subtitle>
    <AttachEnable>false</AttachEnable>
    <Attach />
  </Queue>
</ArrayOfQueue>

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

what are you trying to achieve? converting from edit v5 queue file into v6?
This long text better put on pastebin.com

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

I am telling this is not v5 format xml. I made this with v6 and I get error loading, if I skip update.

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

Anyway, V6 won't load its own queue file if I skip update with "-s" or disconnect internet.
It gives root element missing error.
Also I am sure this is not old queue file because I made it and saved it with Archangel Descending.

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

do you use -i file.xml ?

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

??? CLI?
ifme -s -i queue.xml
?

I only tried GUI.
I use skip.bat

ifme.exe -s

and try to open xml from gui, then i get that error.

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

I tried so many time at my end, it just working fine... It didn't print any error.

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

scroll so deep, you still didn't put outside like pastebin

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

I don't know, I keep testing, just working fine to me, are you sure not wrong file & version?

from ifme.

SailorOnDaTea avatar SailorOnDaTea commented on August 18, 2024

I deleted files in folder (it was portable mode) and reinstalled. Then I ran it as different user (with -s)and tried to open them. it didn't open. Thenmade a new list. saved, closed and ran again(as different user with -s) and it loaded this time.

Then I opened all xml in browser and compared. only difference is
<Args>-w -s -c 24000</Args>
weird thing is, xml file with this tag also made by the same version.

could it be because i installed other version with this account before?
could it be because when i first installed v6, i didn't use -s so it might be corrupted by update?

from ifme.

Anime4000 avatar Anime4000 commented on August 18, 2024

no, update noting to do with saved list

from ifme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.