View Single Post
Old 29th July 2019, 03:01   #1612  |  Link
xiai
Registered User
 
Join Date: Oct 2014
Posts: 7
when i encode with x265 10bit,There was a mistake.
Quote:
can't read "bitrate": no such variable
can't read "bitrate": no such variable
while executing
"set x264args2d " --bitrate $bitrate --pass 1 --stats "${basename}_2D.stats" ^\n ""
("2-pass" arm line 2)
invoked from within
"switch $::x264mode {
"CRF" {
set x264args2d " --crf $::x264crf"
set x264info12d "CRF $::x264crf"
}
"CQ" {
set x264args2d " --qp $::x264..."
(procedure "GenerateAvs" line 2493)
invoked from within
"GenerateAvs"
invoked from within
".nbf5.gf.gen invoke "
invoked from within
".nbf5.gf.gen instate {pressed !disabled} { .nbf5.gf.gen state !pressed; .nbf5.gf.gen invoke } "
(command bound to event)
xiai is offline