|
|
(One intermediate revision not shown) |
Line 1: |
Line 1: |
- | ==About==
| |
- | <b>Watch2Convert</b> is frontent for <b>ffmpeg</b> that provide watch-folder functionality. <b>Watch2Convert</b> monitor folder for files that must be converted, convert them and send to another folder or upload to ftp server.
| |
| | | |
- | ==Running==
| |
- |
| |
- | All paramters submitted to <b>watch2conver</b> from command line argument:
| |
- | <pre>
| |
- | bin\watch2convert.exe -conf <config> -ffmpeg <ffmpeg.exe> -ncftpput <ncftpput.exe> -ncftpget <ncftpget.exe>
| |
- | </pre>
| |
- | where:
| |
- | *<code><config></code> - full name of configuration file
| |
- | *<code><ffmpeg.exe></code> - full name off ffmpeg.exe executable
| |
- | *<code><ncftpput.exe></code> - full name off ncftpput.exe executable
| |
- | *<code><ncftpget.exe></code> - full name off ncftpget.exe executable
| |
- | Program started minimized as tray icon, double click on icon or use context menu to open window.
| |
- |
| |
- | It's possible to run multiple instances of <b>watch2convert</b> (with different config files of course).
| |
- |
| |
- | ==Configuration==
| |
- |
| |
- | ==Download==
| |
- |
| |
- | ==Links==
| |
- |
| |
- | ==Licence==
| |
- | <pre>
| |
- | Watch2Convert
| |
- | (Watch-folder ffmpeg frontend)
| |
- |
| |
- | Copyright (C) 2007 Maksym Veremeyenko.
| |
- | This file is part of Watch2Convert (Watch-folder ffmpeg frontend).
| |
- | Contributed by Maksym Veremeyenko, verem@m1.tv, 2007.
| |
- |
| |
- | Watch2Convert is free software; you can redistribute it and/or modify
| |
- | it under the terms of the GNU General Public License as published by
| |
- | the Free Software Foundation; either version 2 of the License, or
| |
- | (at your option) any later version.
| |
- |
| |
- | Watch2Convert is distributed in the hope that it will be useful,
| |
- | but WITHOUT ANY WARRANTY; without even the implied warranty of
| |
- | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| |
- | GNU General Public License for more details.
| |
- |
| |
- | You should have received a copy of the GNU General Public License
| |
- | along with Watch2Convert; if not, write to the Free Software
| |
- | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
| |
- | </pre>
| |