User Tools

Site Tools


tutorial:create_video_from_still_image_and_from_audio_file

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
tutorial:create_video_from_still_image_and_from_audio_file [2011/11/15 18:58]
agent_007 [Part 4. Set encoders, and save file]
tutorial:create_video_from_still_image_and_from_audio_file [2011/12/06 18:47]
agent_007 fix typos
Line 66: Line 66:
  
 ===== AVIsynth+AVIdemux ===== ===== AVIsynth+AVIdemux =====
-This method is little harder, since you have to write stuff and install AVIsynth in case you don't have that already installed. Basic plan is quite simple, open AVproxy ​GUI, select AVIsynth input, write few lines of script, create proxy and save the video.+This method is little harder, since you have to write stuff and install AVIsynth in case you don't have that already installed. Basic plan is quite simple, open AVSproxy ​GUI, select AVIsynth input, write few lines of script, create proxy and save the video.
  
 **In nutshell:** **In nutshell:**
Line 74: Line 74:
   - Set video and audio encoder (if needed), select output format then use **File -> Save -> Save video...**   - Set video and audio encoder (if needed), select output format then use **File -> Save -> Save video...**
  
-==== Part 1. Open AVproxy====+==== Part 1. Open AVSproxy====
 This is the easy part, just head to the AVIdemux install folder and start **avsproxy_gui.exe** This is the easy part, just head to the AVIdemux install folder and start **avsproxy_gui.exe**
 \\  \\ 
Line 84: Line 84:
 If you want one image and audio track for that, you use [[http://​avisynth.org/​mediawiki/​ImageSource|ImageSource]] + [[http://​avisynth.org/​mediawiki/​DirectShowSource|DirectShowSource]] + [[http://​avisynth.org/​mediawiki/​AudioDub|AudioDub]]. ​ If you want one image and audio track for that, you use [[http://​avisynth.org/​mediawiki/​ImageSource|ImageSource]] + [[http://​avisynth.org/​mediawiki/​DirectShowSource|DirectShowSource]] + [[http://​avisynth.org/​mediawiki/​AudioDub|AudioDub]]. ​
  
-For Imagesource you define the image file (inside ""​),​ and how many frames you want (end=), and the FPS (fps=). For DirectShowSource you set the audio file name, and force it to audio only mode. AudioDub just joins the video and the audio together,+For Imagesource you define the image file (inside ""​),​ and how many frames you want (end=), and the FPS (fps=). For DirectShowSource you set the audio file name, and force it to audio only mode. AudioDub just joins (muxes) ​the video and the audio together.
  
 For example, following script would use ie_logo.png as still image input (1500/25=60 so duration is 60 seconds), and teaser.mp3 for audio For example, following script would use ie_logo.png as still image input (1500/25=60 so duration is 60 seconds), and teaser.mp3 for audio
Line 111: Line 111:
   * Video: MPEG-4 ASP (Xvid), Audio: MP3 (lame), Format: AVI   * Video: MPEG-4 ASP (Xvid), Audio: MP3 (lame), Format: AVI
  
-You shouldn'​t leave the audio or the video part to Copy since AVIsynth passes forward only uncompressed audio and video (output ​filesize ​will be huge with uncompressed raw video).+You shouldn'​t leave the audio or the video part to Copy since AVIsynth passes forward only uncompressed audio and video (output ​file size will be huge with uncompressed raw video).
  
 //(you can apply filters at this point if you need them via Video -> Filters or Audio -> Filters)// //(you can apply filters at this point if you need them via Video -> Filters or Audio -> Filters)//
tutorial/create_video_from_still_image_and_from_audio_file.txt ยท Last modified: 2012/11/11 08:51 (external edit)