Difference between revisions of "User talk:Tasnad"

From LNTwww
Line 1: Line 1:
* Flash Video neu konvertieren
 
 
* Videos Links statt "Please insert link here"
 
* Videos Links statt "Please insert link here"
 
* Update links which refer to swf
 
* Update links which refer to swf
* convert flash animations to html5
+
* convert flash animations to html5: Theorie weglassen, das kommt in den Text
* Aufgaben: rechte Seite & SignDar: 5.4Z 5.5Z  &  Infotheorie Kap. 4
 
 
* Bilder ab http://en.lntwww.de/Beispiele_von_Nachrichtensystemen/xDSL%E2%80%93Systeme
 
* Bilder ab http://en.lntwww.de/Beispiele_von_Nachrichtensystemen/xDSL%E2%80%93Systeme
 
* Bilder korrekt? In allen Kapiteln außer Digitalsignalübertragung, Mobile Kommunikation, und Kanalcodierung (die sind von Ayush und passen)
 
* Bilder korrekt? In allen Kapiteln außer Digitalsignalübertragung, Mobile Kommunikation, und Kanalcodierung (die sind von Ayush und passen)
 
* Rauschen bei AM und WM -> ist nicht wirklich ein Video, sondern interaktiv
 
* Rauschen bei AM und WM -> ist nicht wirklich ein Video, sondern interaktiv
 
* Videos zurechtschneiden:  
 
* Videos zurechtschneiden:  
** ffmpeg -i Pulscodemodulation_3.mp4 -ss 00:00:00.0 -c copy -t 00:22:13.0 a.mp4
+
  ** ffmpeg -i Pulscodemodulation_3.mp4 -ss 00:00:00.0 -c copy -t 00:22:13.0 a.mp4
** ffmpeg -i a.mp4 -ss 00:00:00.0 -t 00:03:46.0 -filter:v "crop=608:438:0:0" b.mp4
+
  ** ffmpeg -i a.mp4 -ss 00:00:00.0 -t 00:03:46.0 -filter:v "crop=608:438:0:0" b.mp4

Revision as of 15:19, 25 April 2017

  • Videos Links statt "Please insert link here"
  • Update links which refer to swf
  • convert flash animations to html5: Theorie weglassen, das kommt in den Text
  • Bilder ab http://en.lntwww.de/Beispiele_von_Nachrichtensystemen/xDSL%E2%80%93Systeme
  • Bilder korrekt? In allen Kapiteln außer Digitalsignalübertragung, Mobile Kommunikation, und Kanalcodierung (die sind von Ayush und passen)
  • Rauschen bei AM und WM -> ist nicht wirklich ein Video, sondern interaktiv
  • Videos zurechtschneiden:
  ** ffmpeg -i Pulscodemodulation_3.mp4 -ss 00:00:00.0 -c copy -t 00:22:13.0 a.mp4
  ** ffmpeg -i a.mp4 -ss 00:00:00.0 -t 00:03:46.0 -filter:v "crop=608:438:0:0" b.mp4