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 Both sides next revision
howto_win_ffmpeg [2012/01/11 09:39]
cerberus
howto_win_ffmpeg [2012/01/31 08:51]
illico
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
  
Line 53: Line 56:
  
  
 +====== Batch method ======
 +
 +**1.** With notepad editor, create a "Info.bat" and save it into "C:\Program Files\Serviio\lib>":
 +
 +<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.txt ยท Last modified: 2012/09/24 18:50 by illico