video call in xml

59 views
Skip to first unread message

Wes Hodges

unread,
Sep 11, 2014, 11:14:17 PM9/11/14
to cabrio...@googlegroups.com
can anyone share a piece of config.xml & gamelist.xml that has a correct call for a video snap?

is it <video>path/to/file.mp4</video> located under the <images> section?


here is a section of one of my lists if it helps:

(my config.xml)

<cabrio-config>
  <interface>
    <full-screen>true</full-screen>
    <video-loop>true</video-loop>
    <video-sound>false</video-sound>
    <frame-rate>60</frame-rate>
    <theme>tester</theme>
  </interface>


(list.xml)

      <game>
        <name>Asteroids</name>
        <platform>2600</platform>
        <rom-image>/home/gho5tlike5wayze/.cabrio/roms/2600/Asteroids.zip</rom-image>
        <images>
          <image>
            <type>logo</type>
            <image-file>/home/gho5tlike5wayze/.cabrio/logos/2600/Asteroids.png</image-file>
          </image>
          <image>
            <type>screenshot</type>
            <image-file>/home/gho5tlike5wayze/.cabrio/screenshots/2600/Asteroids.png</image-file>
          </image>
          <video>/home/gho5tlike5wayze/.cabrio/videos/2600/Asteroids.mp4</video>
        </images>
      </game>

Wes Hodges

unread,
Sep 11, 2014, 11:15:31 PM9/11/14
to cabrio...@googlegroups.com
also, i am using the latest fredbcode version of Cabrio

Miguel Gilabert

unread,
Sep 13, 2014, 3:06:27 PM9/13/14
to cabrio...@googlegroups.com
I just put a line in the lotaion section. Videos need to have de same name that roms.

 <locations>
  <location>
   <type>logo</type>
   <directory>/home/seru/artwork/logos/</directory>
  </location>
<location>
   <type>video</type>
   <directory>/home/seru/roms/snap/</directory>
  </location>
  <location>
   <type>screenshot</type>
   <directory>/home/seru/artwork/</directory>
  </location>
  <location>
   <type>background</type>
   <directory></directory>
  </location>
 </locations>

Jorge Aragao

unread,
Sep 14, 2014, 11:13:47 AM9/14/14
to cabrio...@googlegroups.com
Message has been deleted

Wes Hodges

unread,
Oct 28, 2014, 2:44:01 AM10/28/14
to cabrio...@googlegroups.com
Damn...so seems all I had to do was take standard .mp4 (EmuMovies) and convert them to .flv (i used curlew converter)
Reply all
Reply to author
Forward
0 new messages