Re: [FFmpeg-user] how to encode 10bit

2017-12-10 Thread Carl Eugen Hoyos
2017-12-08 18:44 GMT+01:00 George Nistor : > I am still a little bit confused > Does Zeranoe static build support x265 (HEVC) 10 bit encoding? I don't know. > or I have to build myself to support it? This is always an alternative. > If so can you provide me with the option for configure? No, b

Re: [FFmpeg-user] how to encode 10bit

2017-12-08 Thread George Nistor
I am still a little bit confused Does Zeranoe static build support x265 (HEVC) 10 bit encoding? or I have to build myself to support it? If so can you provide me with the option for configure? I would like to build with mingw, looks more simple. George Nistor On 12/8/2017 02:26, Carl Eugen Hoyos

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread George Nistor
is any way to get a ffmpeg static with 10bit support? Thanks George On 12/8/2017 02:26, Carl Eugen Hoyos wrote: > 2017-12-07 21:41 GMT+01:00 George Nistor : > >> How should be done 10 bit encoding? >> 1. By selecting -profile main10 or others like >> >> * main10, main10-intra >> * main422-10, ma

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread Carl Eugen Hoyos
2017-12-07 22:30 GMT+01:00 George Nistor : > Incompatible pixel format 'yuv420p10le' for codec 'libx265', > auto-selecting format 'yuv420p' Your x265 encoding library was compiled without 10-bit support, this cannot be fixed within FFmpeg. Carl Eugen _

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread Carl Eugen Hoyos
2017-12-07 21:41 GMT+01:00 George Nistor : > How should be done 10 bit encoding? > 1. By selecting -profile main10 or others like > > * main10, main10-intra > * main422-10, main422-10-intra > * main444-10, main444-10-intra > > or by selecting > 2. pixel profile as yuv422 10le etc.. The second opt

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread George Nistor
and here is the log when I have selected YUV420p10le see Incompatible pixel format 'yuv420p10le' for codec 'libx265', auto-selecting format 'yuv420p' [libx265 @ 0175d59c4220] Unknown option: profile.

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread George Nistor
see [libx265 @ 01b5d6f11480] Unknown option: profile. here is my log: "C:\Users\georg\AppData\Roaming\myFFmpeg\ffmpeg.exe"  -probesize 50M -analyzeduration 100M -i "E:\iso\m2ts\Risen\Video\RISEN\RISEN.theatrical.m2ts" -map 0:0 -map 0:1 -c:a copy -async 1 -c:v libx265 -b:v 4500k -minrate 4

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread George Nistor
Ok , I will put text log in few minutes. George On 12/7/2017 23:17, Lou Logan wrote: > On Thu, Dec 7, 2017, at 12:13 PM, George Nistor wrote: >> I am using x265, >> here is my log: >> [Inline image] >> + onhefpdkecjhpigp.png >>442k (image/png) > For future reference please copy and paste the

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread Lou Logan
On Thu, Dec 7, 2017, at 12:13 PM, George Nistor wrote: > I am using x265, > here is my log: > [Inline image] > + onhefpdkecjhpigp.png > 442k (image/png) For future reference please copy and paste the text of your command and the console output instead of making an image of the text.

Re: [FFmpeg-user] how to encode 10bit

2017-12-07 Thread Moritz Barsnick
On Thu, Dec 07, 2017 at 20:41:01 +, George Nistor wrote: > In either way it does not work. That's not a very descriptive error. What did you try, what did you expect, what was the actual result? We kindly ask you to provide the actual command line and its complete, uncut console output. > H

[FFmpeg-user] how to encode 10bit

2017-12-07 Thread George Nistor
Hello, How should be done 10 bit encoding? 1. By selecting -profile main10 or others like * main10, main10-intra * main422-10, main422-10-intra * main444-10, main444-10-intra or by selecting 2. pixel profile as yuv422 10le etc.. In either way it does not work. best regards, George Nistor __