AVCHD and YouTube

More a memo for me than anything else:

To convert an MTS file which is what I get from my video camera (Canon HF S10) to something else which is playable on a normal machine or which can be send to someone or uploaded to YouTube, ffpmeg is your friend:

ffmpeg -i MOVIE.MTS -vcodec libxvid -vb 800k -aspect 16:9 -acodec libmp3lame -ab 128k -s 720x540 MOVIE.AVI

This AVI can then be uploaded to YouTube. I could not seem to make sound able to work with AC3 when uploading. All I got was deadly silence. However mplayer had no issues playing a movie encoded via
ffmpeg -i MOVIE.MTS -vcodec mpeg4 -vb 800k -aspect 16:9 -acodec copy -s 720x540 MOVIE.AVI

I will have to see what the PS3 via ps3mediaserver can play.

Update: 2-pass encoding not only adds quality, but keeps the file size better to where it should be:

ffmpeg -i MOVIE.MTS -vcodec libxvid -vb 800k -aspect 16:9 -s 720x540 -pass 1 -an -f rawvideo -y /dev/null
ffmpeg -i MOVIE.MTS -vcodec libxvid -vb 800k -aspect 16:9 -pass 2 -acodec libmp3lame -ab 128k -s 720x540 MOVIE.avi

 
Voice Synthesizer Vocaloid2

Stuff I’ve never seen (or in this case: heard) before. Hatsune Miku  (初音ミク), which is actually a voice synthesizer software which can sing. And with another voice of Megurine Luka. And more. And different. And here an original video from Loituma:  and here acapella.

That song is now stuck in my head for a while…

And here something different: “Die Kleine Fuge in G-Minor” from J.S. Bach: Hatsune Miku singing and more traditional for comparison.

Squarely fits into “odd but fun” juts like this.

Kleine Fuge in G-Minor (J.S. Bach)

Feb 182009
 
Analog, Digital, 480i and 720p

If you ever wondered whether you will see a big improvement when going from analog TV to digital and to high definition: the answer is yes.

The difference between analog 480i and digital 480i is simple: all the noise is gone. Picture looks nice and clean on digital. That was expected.
When switching to a channel with 1080i (resp. 720p), details increase a lot. Everything looks crisp. Expected too.
When switching back to digital 480i the picture does not look nice any more. Everything is a bit fuzzy. And going back to analog 480i it is getting close to unwatchable: fuzzy and lots of visible noise. I did not expect this step back to be that harsh.

It’s easy to get spoiled. Did not take more than one afternoon.

© 2011 Harald's Random Stuff Suffusion theme by Sayontan Sinha