View Single Post
Old 9th February 2018, 20:41   #21  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Argh,... I give up all the following calls:
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "H:/sequence/ED-360-png/%05d.png" -frames:v 15691 -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 18 -explicit-encoder-settings "aqp_strength 16" -output-file h:\elephantsDream_360.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "H:/sequence/ED-1080-png/%05d.png" -frames:v 15691 -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 18 -explicit-encoder-settings "aqp_strength 16" -output-file h:\elephantsDream_1080.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "H:/sequence/tearsofsteel-4k.y4m" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 18 -explicit-encoder-settings "aqp_strength 16" -output-file h:\tearsofsteel-4k.xvc
ended with xvcenc crashing after running 2days or so,.. (got another call running, but I won't test this again until an new release,..)
Using another encoder like x264 or x265 instead of xvcenc didn't crash.

Cu Selur

Ps.: I also reencoded a 8bit console lagaringth capture using:
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 18 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 24 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_24.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 30 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_30.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 34 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_34.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 40 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_40.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 50 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_50.xvc
Code:
ffmpeg -y -loglevel fatal -threads 8  -i "F:\TestClips&Co\files\Console 8bit\ng2.avi" -an -sn  -vsync 0 -pix_fmt yuv420p  -f yuv4mpegpipe - | xvcenc.exe -input-file - -verbose 1 -qp 60 -explicit-encoder-settings "aqp_strength 16" -output-file h:\ng2_60.xvc
uploaded the files (source&reencodes) to: https://drive.google.com/drive/folde...kp?usp=sharing
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 9th February 2018 at 23:34.
Selur is offline   Reply With Quote