User Tools

Site Tools


howto_win_ffmpeg

Differences

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

Link to this comparison view

Next revision
Previous revision
howto_win_ffmpeg [2011/12/28 23:51]
cerberus created
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 |}}
 +
 +
  
 **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 23: Line 33:
 Copyright (c) 2009 Microsoft Corporation. All rights reserved. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  
-C:\Users\smithy>cd "\Program Files (x86)\Serviio\lib+C:\Users\johndoe>cd "\Program Files\Serviio\lib
  
-C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\Users\smithy\Documents\green+C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\Users\johndoe\Documents\green
 zone.avi" zone.avi"
 FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
Line 38: Line 48:
 libswscale 0.10. 0 / 0.10. 0 libswscale 0.10. 0 / 0.10. 0
 [mpeg4 @ 02a208c0]Invalid and inefficient vfw-avi packed B frames detected [mpeg4 @ 02a208c0]Invalid and inefficient vfw-avi packed B frames detected
-Input #0, avi, from 'C:\Users\smithy\Documents\green zone.avi':+Input #0, avi, from 'C:\Users\johndoe\Documents\green zone.avi':
 Duration: 01:54:10.30, start: 0.000000, bitrate: 858 kb/s Duration: 01:54:10.30, start: 0.000000, bitrate: 858 kb/s
 Stream #0.0: Video: mpeg4, yuv420p, 640x272 [PAR 1:1 DAR 40:17], 23.98 tbr, Stream #0.0: Video: mpeg4, yuv420p, 640x272 [PAR 1:1 DAR 40:17], 23.98 tbr,
Line 45: Line 55:
 At least one output file must be specified At least one output file must be specified
  
-C:\Program Files (x86)\Serviio\lib></code>+C:\Program Files\Serviio\lib></code> 
 + 
 + 
 + 
 +**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.
  
  
-**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.+====== 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.1325116298.txt.gz · Last modified: 2011/12/28 23:51 by cerberus