Can you attach a zip containing your whatever.groovy+debug.log+pmsencoder.log+WEB.conf+PMS.conf? Without that it's difficult to know what the precise problem might be. PMSEncoder is in a constant state of flux thanks to chocolateboy's ongoing improvements, so it may just be due to version incompatibility. Or of course it could be the the commandline itself.
grolschie wrote:Hello. The new version of pmsencoder doesn't work for me. Well it does, but I suspect that the format being sent to my blu-ray player isn't recognised. The logs seem fine, and running the ffmpeg command from the commandline works. Is there any way to set the output format in pmsencoder?
$TRANSCODER = "$MENCODER -o $TRANSCODER_OUT -msglevel all=2 -quiet -prefer-ipv4 -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:threads=1:acodec=ac3:abitrate=128 -ofps 25 -cache 16384 -vf harddup $DOWNLOADER_OUT"dushashi wrote:How do I modify this code for so I don't lose the quality?
vcodec=mpeg2video:vbitrate=4096:threads=1:acodec=ac3:abitrate=128grolschie wrote:I suspect that the format being sent to my blu-ray player isn't recognised.
mencoder -oac lavc -of lavf -lavfopts format=dvd -ovc lavc -lavcopts vcodec=mpeg2video:vbitrate=4096:acodec=ac3:abitrate=128 -ofps 25 -o deleteme.tmp input.vid
ffmpeg -i input.vid -target pal-dvd deleteme.tmp
Return to General Help and Support
Users browsing this forum: Bing [Bot] and 28 guests