Scenes where girls walk around looking bored/annoyed
신회원 코너
September 3, 2017, 13 답변
There is another way to watch selected transition clips. You can make a playlist containing the clips you want to see. To do this you must understand how playlists are formatted and you must know the file names of the clips you want to see.
Playlist format:
A playlist file is a binary file consisting of an 8 byte header followed by a data block for each desired card or clip. The first 4 bytes of the header contain the ASCII characters for 0, 0, 0, 1 in other words its a long integer with a value of 1. The second 4 bytes is a long integer with a value of the number of entries in the play list. e.g A play list with 12 entries would be 0, 0, 0, 12.
Each card/clip block consists of a long integer with a value equal to the number of bytes in the card/clip file name expressed in unicode followed by the card or clip file name as unicode. In unicode each character requires 2 bytes. So, the code for card e0762 would be 0, 0, 0, 10, 0, 101, 0, 48, 0, 55, 0, 54, 0, 50