>If I do go with this design, however, it will probably have to be A-Z. What do people think about that? Unless, like Ryssen suggest before, I list them by dominant genre and just list the other genres alongside.
Sounds good.
brok3n butterfly wrote...
[size=10]Too much Hitagi.[/h] I like your layout. Three gif's would make the whole list take too long to load. If Jacob does not provide embedded webm support, the pictures could be linked to webm's.
Those images are jpgs. And yea webms are really just gifs but much better and with audio.
>You can encode any regular video file to webm. Its visually superior with a smaller file size (compared to gif with same data) and, depending on who you ask, easier to make than a gif. The file size part I'm not 100% on.
Nah I think it's easier to make webms. All you need is a code and ffmpeg. There's even gui called webms for retards. And you're correct about the size part. You get longer and better looking videos with webm compard to gif.
If anyone else is interested in webms then go
here and download the windows build of ffmpeg. Start up the batch file and use the code I use. I'm using it right now to make the Nichijou opening as example. I messed up a little bit but meh. http://a.pomf.se/euqpir.webm
ffmpeg -i input.mkv -ss start time -t length -b:v 2M -crf 4 -sn -bufsize 99M -auto-alt-ref 1 -lag-in-frames 16 -quality good -cpu-used 0 -threads 0 output.webm
-an for mute
Time should be written as hours:minutes:seconds.
Change -b:v according to the outcome of your video.
Or use
Webms for retards. It's the same thing but with a gui.