Youtube Videos: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
Zeile 7: Zeile 7:
 
== Youtube ==
 
== Youtube ==
 
* [http://www.youtube.com/watch?v=vFAGkh8exvM R140 ASG7 in operation]
 
* [http://www.youtube.com/watch?v=vFAGkh8exvM R140 ASG7 in operation]
 
+
* [http://www.youtube.com/watch?v=jzU-36mhf9w UKW Tagung Weinheim / Bensheim 2010]
 
== Self hosted ==
 
== Self hosted ==
 
* [http://www.dl8rds.de/~markus/iprt2010.flv Internationale Packet Radio Tagung 2010 in Darmstadt]
 
* [http://www.dl8rds.de/~markus/iprt2010.flv Internationale Packet Radio Tagung 2010 in Darmstadt]
Zeile 20: Zeile 20:
  
 
  ffmpeg -i infile.MTS -s ega  outfile.mpg
 
  ffmpeg -i infile.MTS -s ega  outfile.mpg
 +
 +
== Movies for Youtube ==
 +
 +
ffmpeg -i infile.MTS -ab 56 -ar 22050 -b 500 -s 480x272 -aspect 16:9 outfile.flv
 +
 +
The video can be uploaded to Youtube right away.

Version vom 13. September 2010, 00:10 Uhr

Here's a number of videos on amateur Radio topics. The movies may be copied and used non-commercially and unmodified after prior notification to:

dl8rds@darc.de

Usage on ATV is encouraged.

1 Youtube

2 Self hosted

How I generated the self hosted streams? In two steps:

ffmpeg -i file.mts  -vcodec mjpeg -qscale 1 -an file.avi
ffmpeg -i file.avi -acodec mp3 -ar 22050 -s 320×240 -f flv file.flv

3 Movies for DB0MHB

Videos recorded with my Canon HG21 camcorder need to be converted with the following command:

ffmpeg -i infile.MTS -s ega  outfile.mpg

4 Movies for Youtube

ffmpeg -i infile.MTS -ab 56 -ar 22050 -b 500 -s 480x272 -aspect 16:9 outfile.flv

The video can be uploaded to Youtube right away.