Youtube Videos: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
Zeile 8: Zeile 8:
 
* [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]
 
* [http://www.youtube.com/watch?v=jzU-36mhf9w UKW Tagung Weinheim / Bensheim 2010]
 +
* [http://www.youtube.com/watch?v=4m38bx5ujfA Internationale Packet Radio Tagung (IPRT) 2010 Darmstadt]
 +
 
== Self hosted ==
 
== Self hosted ==
* [http://www.dl8rds.de/~markus/iprt2010.flv Internationale Packet Radio Tagung 2010 in Darmstadt]
+
* none
 
 
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
 
  
== Movies for DB0MHB ==
+
== Technical Hints ==
 +
=== Movies for DB0MHB ===
 
Videos recorded with my Canon HG21 camcorder need to be converted with the following command:
 
Videos recorded with my Canon HG21 camcorder need to be converted with the following command:
  
 
  ffmpeg -i infile.MTS -s ega  outfile.mpg
 
  ffmpeg -i infile.MTS -s ega  outfile.mpg
  
== Movies for Youtube ==
+
=== Movies for Youtube ===
  
 
  ffmpeg -i infile.MTS -ab 56 -ar 22050 -b 500 -s 480x272 -aspect 16:9 outfile.flv
 
  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.
 
The video can be uploaded to Youtube right away.

Version vom 19. September 2010, 21: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

  • none

3 Technical Hints

3.1 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

3.2 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.