Hi
Please send me in the right direction or help here, much appreciated.
Im making files for Brightsign media players in x265 but I cannot find a clear list of the ffmpeg settings.
Adobe AME cbr output is anything but constant so Im jumping in the deep end with ffmpeg
I need to create files with
cbr: 35mbit or vbr 35min and max
level 5.1
tier : main
fps 60
ffmpeg -i T:/temp/frameserver.avs -i T:/temp/audio.mp4 -c:v libx265 -cbr 35 -c:a copy -fastest T:/temp/output.mp4
I dont know how to set the main and level and all my tests so far are unplayable with VLC!
Any help much appreciated
thanks remainz
+ Reply to Thread
Results 1 to 2 of 2
-
-
First try to learn roper ffmpeg syntax - this is crucial as ffmpeg is extremely sensitive for every character in command line - follow bellow guide and use information provided in ffmpeg documentation .
https://trac.ffmpeg.org/wiki/Encode/H.265
Code:libx265 AVOptions: -crf <float> E..V.... set the x265 crf (from -1 to FLT_MAX) (default -1) -preset <string> E..V.... set the x265 preset -tune <string> E..V.... set the x265 tune parameter -x265-params <string> E..V.... set the x265 configuration using a :-separated list of key=value parameters
Be aware that ffmpeg have some issues and lot of x265 parameters is ignored... it may be better to use x265 directly by pipe from ffmpeg to x265...
Similar Threads
-
FFMPEG Compand settings suggestions please...
By VideoGuruDude in forum AudioReplies: 12Last Post: 24th Dec 2022, 16:54 -
FFMPEG gop settings.
By Prathamesh in forum Video ConversionReplies: 2Last Post: 20th Jul 2015, 10:17 -
FFmpeg best settings to encode Blu-Ray
By MvL in forum Video ConversionReplies: 3Last Post: 8th Jul 2014, 16:55 -
Avanti, FFMPEG and h265, VP9 and other "experimental" codecs
By veggiet in forum Video ConversionReplies: 6Last Post: 6th Mar 2014, 16:25 -
Settings TMPGEnc to FFMpeg
By Nologic in forum Video ConversionReplies: 0Last Post: 5th Apr 2012, 22:15