Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
![]() |
#1 | Link |
Registered User
Join Date: Nov 2009
Posts: 4
|
How to autosave x264info when using bat?
I encode using bat files.
I wonder how to autosave x264info when using bat? I know that megui can save jobs' x264info automatically in log files. Is there any way to save x264info in bat automatially when encoding complete? If so, pls tell me how can I do that. Thanks a lot. |
![]() |
![]() |
![]() |
#2 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
x264.exe [options] 2> logfile.txt
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#4 | Link | |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Quote:
http://forum.doom9.org/showthread.ph...96#post1417496 Code:
stdout/stderr logging utility [2010-07-14] Written by LoRd_MuldeR Usage: logger.exe [<logfile> [<mode>] :] program.exe [<arg_1> <arg_2> ... <arg_n>] Parameters: <logfile> Save application output to log file (default: "Logfile.txt") <mode> Write 'stdout' or 'stderr' or 'both' to log file (default: 'both') <arg_1...n> Parameters for child application (optional) Examples: logger.exe x264.exe --crf 22 --output outfile.mkv infile.avs logger.exe mylogfile.txt : x264.exe --crf 22 --output outfile.mkv infile.avs logger.exe log.txt stderr : x264.exe --output - infile.avs > outfile.264
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 14th July 2010 at 14:09. Reason: Small update |
|
![]() |
![]() |
![]() |
#5 | Link |
Registered User
Join Date: Oct 2007
Location: Forest of the Trufulas
Posts: 37
|
Right click top bar of command line window... EDIT -> SELECT ALL.
Right click top bar of command line window... EDIT -> COPY. Paste into the document of your choice. I mention clicking the top bar of the window because if you just click anywhere, it will deselect your selection. Edit: if your window is closing on you, put "pause" as the last line in your batch file. Last edited by Lorax2161; 13th July 2010 at 21:57. Reason: Didn't account for "Closing Window Syndrome." |
![]() |
![]() |
![]() |
#9 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Yet another small update:
![]()
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 24th March 2013 at 22:03. Reason: Update |
![]() |
![]() |
![]() |
#11 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Problems with the server
![]() In the meantime find the download on my Google Code mirror: http://code.google.com/p/mulder/downloads/
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ Last edited by LoRd_MuldeR; 24th March 2013 at 22:03. |
![]() |
![]() |
![]() |
#12 | Link |
Registered User
Join Date: Feb 2005
Posts: 585
|
I love this utility and am wondering if there's any chance to update it so the -filter allows the use of regular expressions? So e.g.,
Code:
logger.exe -filter "^Progress:.*%$" ...
__________________
Chumbo Last edited by LoRd_MuldeR; 24th March 2013 at 22:02. |
![]() |
![]() |
![]() |
#13 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Support for RegExp would certainly be desirable.
But as this tool was written in Delphi 7, I cannot use QRegExp from Qt framework, which normally would be my choice. I will probably re-write this tool in proper C++ with some Qt stuff in a not too distant future ![]()
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#14 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Added a few more options. Download link in previous post updated...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#15 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
One more update. Tool should be 100% Unicode-aware now. Download link in previous post updated...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#16 | Link |
Registered User
Join Date: Aug 2008
Location: The Land Of Dracula (Romania - EU)
Posts: 934
|
thanks a lot...
_
__________________
if you ask a question and somebody give you the correct answer don't forget to leave a "thank you" note... Visit The Land Of Dracula (Romania - EU)! |
![]() |
![]() |
![]() |
#18 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
Negligible, really...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
#19 | Link |
Software Developer
![]() Join Date: Jun 2005
Location: Last House on Slunk Street
Posts: 13,244
|
More improvements and fixes. Download link in previous post updated...
__________________
Go to https://standforukraine.com/ to find legitimate Ukrainian Charities 🇺🇦✊ |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|