View Single Post
Old 31st October 2015, 11:48   #665  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
I agree that there is a lot of useless info in the x264 log. I have added it at the request of wiggaz. And the log may be useful if you encode during the night and you have enabled the option to shut the PC down. In that case, you cannot see the log in the command prompt window.

There is currently no option to disable it, but I can add it in the next version. In the meantime, just delete the end of the command in __ENCODE_3D.cmd (in red below):
Code:
"D:\Tcl\work\BD3D2MK3D\toolset\avs2yuv.exe" ^
  "__ENCODE_3D_MOVIE.avs" -frames 139243 -o - ^
  | "D:\Tcl\work\BD3D2MK3D\toolset\x264_x64.exe" ^
  --crf 21 --preset slower --level 4.1 --vbv-bufsize 78125 --vbv-maxrate 62500 ^
  --threads 4 ^
  --sar 1:1 ^
  --frame-packing 3 --qpfile chapters_3D.qpfile --frames 139243 --fps 24000/1001 ^
  --output "00801_3D.264" --demuxer y4m --stdin y4m - ^
  2>&1 | "D:\Tcl\work\BD3D2MK3D\toolset\tee.exe" ENCODE_3D.log
Don't forget to delete also the tailing ^ of the previous line!
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV
r0lZ is offline