User Tools

Site Tools


howto_win_ffmpeg

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
Previous revision
howto_win_ffmpeg [2011/12/28 23:56]
cerberus
howto_win_ffmpeg [2012/09/24 18:50] (current)
illico [Command line method]
Line 1: Line 1:
 +====== Command line method ======
 +
 +
 **1.** type cmd in the search programmes and files box,(located in the windows start button ) it should bring up a black screen with a flashing tab **1.** type cmd in the search programmes and files box,(located in the windows start button ) it should bring up a black screen with a flashing tab
  
 {{ :cmd.jpg?nolink&400 |}} {{ :cmd.jpg?nolink&400 |}}
 +
 +
  
 **2.** type in the following... The following assumes serviio is located in c drive, programme files. and windows is being used. type  **2.** type in the following... The following assumes serviio is located in c drive, programme files. and windows is being used. type 
  
  
-<code>cd "\Program Files\Serviio\lib</code>+<code>cd "\Program Files\Serviio\lib"</code> 
 +or 
 +<code>cd "\Program Files (x86)\Serviio\lib"</code> 
  
  
Line 50: Line 58:
  
  
-**4.** click in the black box anywhere on the info, right click and select, select all. You will see everything turn white, press ctrl and v, which will copy all the info ready for you to paste into a post on here. 
  
 +**4.** click in the black box anywhere on the info, right click and select, select all. You will see everything turn white, Again right click, which will copy all the info ready for you to paste into a post on here.
 +
 +
 +====== Batch method ======
 +
 +**1.** With notepad editor, create a "Info.bat" and save it into "C:\Program Files\Serviio\lib>":
 +Info.bat:
 +<code>
 +@echo off
 +C:\Program Files\Serviio\lib\ffmpeg.exe -i "%1"
 +pause
 +</code>
  
 +**2.** Drag&Drop the movie file over the Info.bat batch will automatically open the windows terminal with ffmpeg result.
 +**3.** Click in the black box anywhere on the info, right click and select, select all. You will see everything turn white. Again right click, which will copy all the info ready for you to paste into a post on here. 
howto_win_ffmpeg.1325116590.txt.gz · Last modified: 2011/12/28 23:56 by cerberus