View Single Post
Old 12th October 2009, 19:35   #274  |  Link
twazerty
AVCHDCoder developer
 
Join Date: Feb 2009
Location: Oss, Netherlands
Posts: 266
Panasonic problems

I am getting more and more reports that are related with Panasonic blu-ray players. FF, REW, Next and previous doesn't work. It doesn't work on at least the following 2 players:

Panasonic BD60
Panasonic DMR-BW850

This is the commandline for the encode:

Code:
x264.exe --pass 1 --vbv-bufsize 18000 --vbv-maxrate 18000 --bitrate 8000 --level 4.1 --stats [Statsfile] --keyint 24 --min-keyint 2 --ipratio 1.1 --pbratio 1.1 --sar 1:1 --output NUL [input.avs]


x264.exe --pass 2 --vbv-bufsize 18000 --vbv-maxrate 18000 --bitrate 8000 --level 4.1 --stats [Statsfile] --keyint 24 --min-keyint 2 --me umh --direct auto --psy-rd 1:0.25 --ipratio 1.1 --pbratio 1.1 --sar 1:1 --output [output.h264] [input.avs]
Also problems with the other 2 x264 commandlines. But first this one.

Using x264.exe r1271 and tsMuxeR_1.10.6 in avchd mode. (I only use the playlist and clipinfo. The rest of the structure will be replaced with my own structure.)

Can somebody help me to solve this problem?
twazerty is offline   Reply With Quote