|
|
|
|
|
by iainmerrick
2603 days ago
|
|
Here’s another completely different use case (I came across this while googling unsuccessfully for a way to make videos loop): You’re setting up a booth at a convention. You want to have a video playing on a TV. It should play forever in a loop. Apparently, with any normal “smart” TV, that’s very hard to do! You can put a video file on an SD card or something, but you probably can’t persuade the built-in video player to loop it (edit: seamlessly, anyway). You can’t just set a loop flag on the file like you can with a GIF, because proper video formats don’t have any such flag. I guess you could set up a web page with a looping video on it? That’s more of a hassle than just putting a file on an SD card, and less reliable if the net connection is spotty. There are companies that will literally sell you a hardware dongle just to loop videos. It’s ludicrous. |
|