Differences between revisions 3 and 12 (spanning 9 versions)
Revision 3 as of 2007-11-22 00:51:20
Size: 888
Comment: Lagt til hvor rå filmen skal bli flyttet
Revision 12 as of 2015-11-29 21:27:02
Size: 1492
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
The following scripts are located in nerdhaven.nuug.no:~ftp/pub/video/bin/
|| [[http://www.nuug.no/pub/video/bin/extract-thumbnail|extract-thumbnail]] || Extract thumbnail image from MPEG video stream. ||
|| [[http://www.nuug.no/pub/video/bin/nuug-video-rss|nuug-video-rss]] || Generate "videocast" RSS file based on the mpeg video files available from NUUG. ||
|| [[http://www.nuug.no/pub/video/bin/process-dv|process-dv]] || Convert DV files (.avi) to the files NUUG publish. ||
|| [[http://www.nuug.no/pub/video/bin/update-rss|update-rss]] || Generate RSS feeds ||
|| [[http://www.nuug.no/pub/video/bin/stream-dvswitch.sh|stream-dvswitch.sh]] || Stream script for streaming dvswitch live med ffmpeg2theoara og oggfwd ||
|| [[http://www.nuug.no/pub/video/bin/stream-dvswitch-with-gstreamer.sh|stream-dvswitch-with-gstreamer.sh]] || Stream script for streaming dvswitch live med gstreamer||
Line 3: Line 10:
The following scripts are located in nerdhaven.nuug.no:~ftp/pub/video/bin/
Line 5: Line 11:
|| [http://www.nuug.no/pub/video/bin/extract-thumbnail extract-thumbnail] || Extract thumbnail image from MPEG video stream. ||
|| [http://www.nuug.no/pub/video/bin/nuug-video-rss nuug-video-rss] || Generate "videocast" RSS file based on the mpeg video files available from NUUG. ||
|| [http://www.nuug.no/pub/video/bin/process-dv process-dv] || Convert DV files (.avi) to the files NUUG publish. ||
|| [http://www.nuug.no/pub/video/bin/update-rss update-rss] || Generate RSS feeds ||
Line 11: Line 13:

 1. Rename the video to YYYYMMDD-title.avi
 1. Run process-dv YYYYMMDD-title.avi
 1. Run extract-thumbnail YYYYMMDD-title.mpeg
 1. Move the generated files into ~ftp/pub/video/published/
 1. Run update-rss.
 1. Move the raw video to ~ftp/pub/video/raw/
 1. Rename the video to /data/video/raw/YYYYMMDD-title.dv (dvswitch=.dv, dvgrab=.avi). Use the same title as the directory name used in the info web page about the event.
 1. Change dir to to /data/video/published
 1. Run ~ftp/pub/video/bin/process-dv /data/video/raw/YYYYMMDD-title.avi (output is put in current dir)
 1. Run ~ftp/pub/video/bin/extract-thumbnail YYYYMMDD-title.mpeg (output is put in current dir)
 1. Run ~ftp/pub/video/bin/update-rss. (accept override ownerhip of other user that generated the previous file)

VIDEO RECORDING SCRIPTS

The following scripts are located in nerdhaven.nuug.no:~ftp/pub/video/bin/

extract-thumbnail

Extract thumbnail image from MPEG video stream.

nuug-video-rss

Generate "videocast" RSS file based on the mpeg video files available from NUUG.

process-dv

Convert DV files (.avi) to the files NUUG publish.

update-rss

Generate RSS feeds

stream-dvswitch.sh

Stream script for streaming dvswitch live med ffmpeg2theoara og oggfwd

stream-dvswitch-with-gstreamer.sh

Stream script for streaming dvswitch live med gstreamer

Script Usage Steps

  1. Rename the video to /data/video/raw/YYYYMMDD-title.dv (dvswitch=.dv, dvgrab=.avi). Use the same title as the directory name used in the info web page about the event.
  2. Change dir to to /data/video/published
  3. Run ~ftp/pub/video/bin/process-dv /data/video/raw/YYYYMMDD-title.avi (output is put in current dir)
  4. Run ~ftp/pub/video/bin/extract-thumbnail YYYYMMDD-title.mpeg (output is put in current dir)
  5. Run ~ftp/pub/video/bin/update-rss. (accept override ownerhip of other user that generated the previous file)

grupper/video/scripts (last edited 2015-11-29 21:27:02 by localhost)