Jump to content

Coding

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2409:40e4:104d:e07f:2424:f3ff:fe8a:fc3a (talk) at 07:21, 30 April 2025 (Lyrics video editing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xmeml> <xmeml version="5">

   <project>
       <name>Instagram_Lyrics_Reel</name>
       <sequence>
           <duration>900</duration> 
           <rate>
               <timebase>30</timebase> 
               <ntsc>FALSE</ntsc>
           </rate>
           <media>
               <video>
                   <track>
                       <clipitem id="background">
                           <name>Background Video</name>
                           <start>0</start>
                           <end>900</end> 
                           <file id="background_file">
                               <path>video/background.mp4</path>
                               <media>
                                   <video>
                                       <samplecharacteristics>
                                           <width>1080</width>
                                           <height>1920</height>
                                           <pixelaspectratio>1</pixelaspectratio>
                                       </samplecharacteristics>
                                   </video>
                               </media>
                           </file>
                       </clipitem>
                       <clipitem id="lyrics1">
                           <name>Lyrics: Line 1</name>
                           <start>0</start>
                           <end>150</end> 
                           <file id="text_layer_1">
                               <path>text_layer_1</path>
                               <media>
                                   <video>
                                       <samplecharacteristics>
                                           <width>1080</width>
                                           <height>1920</height>
                                           <pixelaspectratio>1</pixelaspectratio>
                                       </samplecharacteristics>
                                   </video>
                               </media>
                           </file>
                       </clipitem>
                       <clipitem id="lyrics2">
                           <name>Lyrics: Line 2</name>
                           <start>150</start>
                           <end>300</end> 
                           <file id="text_layer_2">
                               <path>text_layer_2</path>
                               <media>
                                   <video>
                                       <samplecharacteristics>
                                           <width>1080</width>
                                           <height>1920</height>
                                           <pixelaspectratio>1</pixelaspectratio>
                                       </samplecharacteristics>
                                   </video>
                               </media>
                           </file>
                           </clipitem>
                       <clipitem id="lyrics3">
                           <name>Lyrics: Line 3</name>
                           <start>300</start>
                           <end>450</end> 
                           <file id="text_layer_3">
                               <path>text_layer_3</path>
                               <media>
                                   <video>
                                       <samplecharacteristics>
                                           <width>1080</width>
                                           <height>1920</height>
                                           <pixelaspectratio>1</pixelaspectratio>
                                       </samplecharacteristics>
                                   </video>
                               </media>
                           </file>
                       </clipitem>
                       <clipitem id="lyrics4">
                           <name>Lyrics: Line 4</name>
                           <start>450</start>
                           <end>600</end> 
                           <file id="text_layer_4">
                               <path>text_layer_4</path>
                               <media>
                                   <video>
                                       <samplecharacteristics>
                                           <width>1080</width>
                                           <height>1920</height>
                                           <pixelaspectratio>1</pixelaspectratio>
                                       </samplecharacteristics>
                                   </video>
                               </media>
                           </file>
                       </clipitem>
                   </track>
               </video>
               <audio>
                   <track>
                       <clipitem id="song">
                           <name>Song Track</name>
                           <start>0</start>
                           <end>900</end> 
                           <file id="song_file">
                               <path>audio/song.mp3</path>
                               <media>
                                   <audio>
                                       <samplecharacteristics>
                                           <samplerate>44100</samplerate>
                                           <depth>16</depth>

Computer science

Other uses

See also