|
|
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==
| |
- |
| |
- | Configuration file is simple text file used ':' to split paramter name from value, i.e.:
| |
- | <pre>
| |
- | title: avi+wav TO dvcam avi on ftp
| |
- | watch_path :c:\temp\w2c\mjpg2avi
| |
- | put_path: /
| |
- | put_ftphost: dvplayout
| |
- | put_ftpuser: video
| |
- | put_ftppassw: video
| |
- | exts : avi wav
| |
- | del: 0
| |
- | avisynth_template: C:\projects\watch2convert\conf\wav+avi+12dB.avs
| |
- | avisynth_args: avi wav
| |
- | temp: c:\temp
| |
- | threads: 2
| |
- | ffmpeg_cmd: -threads 1 -f avi -vcodec dvvideo -r 25 -acodec pcm_s16le -ac 2 -pix_fmt yuv420p
| |
- | ffmpeg_args: avs
| |
- | ffmpeg_ext: avi
| |
- | </pre>
| |
- |
| |
- | ==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>
| |