Youtube Videos: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
Zeile 15: Zeile 15:
 
  ffmpeg -i file.mts  -vcodec mjpeg -qscale 1 -an file.avi
 
  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
 
  ffmpeg -i file.avi -acodec mp3 -ar 22050 -s 320×240 -f flv file.flv
 +
 +
== 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

Version vom 3. September 2010, 22:37 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