Difference between revisions of "Video"

From Mesopoly 3.0
Jump to navigation Jump to search
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===How to create DVD from .dv file===
 
===How to create DVD from .dv file===
*convert DV file to AVI with MPEG_Streamclip.exe (need to have Quick Time or Quick Time Alternative installed)
+
====PC====
 +
*convert DV file to AVI with MPEG_Streamclip.exe (need to have Quick Time or Quick Time Alternative installed) Windows and OSX version | [http://www.squared5.com/ download]
 
*convert to .mpg with TPGEnc DVD Source Creator
 
*convert to .mpg with TPGEnc DVD Source Creator
 
*create DVD folder structure with TMPGEnc DVD Author
 
*create DVD folder structure with TMPGEnc DVD Author
 
*rip raw audio with VirtualDub
 
*rip raw audio with VirtualDub
 +
====OSX====
 +
*[http://homepage.mac.com/major4/ ffmpegX]
  
===Linux tweaks===
+
===Linux google video tweaks===
  
 
*install mencoder
 
*install mencoder
Line 57: Line 60:
  
 
*[http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide description at gentoo wiki]
 
*[http://gentoo-wiki.com/HOWTO_Mencoder_Introduction_Guide description at gentoo wiki]
 +
 +
==Links==
 +
*http://www.vimeo.com/butrakovic
 
[[Category:Technical]]
 
[[Category:Technical]]

Latest revision as of 09:08, 16 November 2009

How to create DVD from .dv file

PC

  • convert DV file to AVI with MPEG_Streamclip.exe (need to have Quick Time or Quick Time Alternative installed) Windows and OSX version | download
  • convert to .mpg with TPGEnc DVD Source Creator
  • create DVD folder structure with TMPGEnc DVD Author
  • rip raw audio with VirtualDub

OSX

Linux google video tweaks

  • install mencoder
    • added the following file (freshrpms.repo) to Fedora 3 /etc/yum.repos.d/
# $Id$
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
tolerant=1
exactarch=1

[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core
gpgcheck=1

[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates
gpgcheck=1

[freshrpms]
name=Fedora Linux $releasever - $basearch - freshrpms
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms
gpgcheck=1

#[tupdates]
#name=Fedora Linux $releasever - $basearch - testing updates
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/tupdates

  • run 'yum install mencoder' and followed dialogue
  • run mencoder
  • what works for me mencoder dscf5780.avi -o test.avi -ovc lavc -oac mp3lame -ffourcc DX50
  • google video preferrs
 Here are our preferred video specs:
NTSC (4:3) size and framerate, deinterlaced
Video Codec: MPEG2 or MPEG4 (MPEG4 preferred)
Video Bitrate: at least 260Kbps (750kbps preferred)
Audio Codec: MP3 vbr
Audio Bitrate: at least 70Kbps (128 Kbps preferred) 


Links