Youtube Videos: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
Here's a number of youtube videos on amateur Radio topics:
+
Here's a number of videos on amateur Radio topics:
  
 +
== Youtube ==
 
* [http://www.youtube.com/watch?v=vFAGkh8exvM R140 ASG7 in operation]
 
* [http://www.youtube.com/watch?v=vFAGkh8exvM R140 ASG7 in operation]
 +
 +
== Self hosted ==
 
* [[Media:iprt2010.flv]]
 
* [[Media:iprt2010.flv]]
 +
 +
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

Version vom 5. April 2010, 06:39 Uhr

Here's a number of videos on amateur Radio topics:

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