YouTube – You need to get off facebook‬‏

Although I think this clip is wonderful, I would like quite a lot of people to stay on Facebook… That’ll keep the internet cleaner I guess.

How to split flash (.flv) file to upload to youtube

Say, you have a huge flv flash file you want to upload to youtube.
You’ll find yourself in trouble as there is a limit to the filesize you can upload.
Where you needed to download and install bloatware in Windows to accomplish this,
it’s super easy in Linux.

ffmpeg will do the trick.
Say you want to cut the flash movie in pieces of 10 minutes, you can do this like this:

ffmpeg -i filename.flv -ss "00:00:00" -t "00:10:00" filename_chunk.flv
ffmpeg -i filename.flv -ss "00:10:00" -t "00:20:00" filename_chunk2.flv
ffmpeg -i filename.flv -ss "00:20:00" -t "00:30:00" filename_chunk3.flv
...

Now you’re ready to upload your video’s.

Youtube to become your default online Radio

Youtube has created a new interface to its original one that meets the needs of people who used Youtube as some internetradio.

Make sure you don’t miss out on the “Mix Tape” tab.
It’s not only handy, but it gives you the opportunity to find some other awesome artists.