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] Sending Patches to the Dev List

2017-12-07 Thread Carl Eugen Hoyos
2017-12-07 9:08 GMT+01:00 Jon bae : > on Monday I send a little patch for the *vf_blackdetect.c* filter to the > dev list, but I don't got any response. I don't wanted to sound impatient, > I just want to know that I did everything right. > > One thing is to, that my patch is not shown here: > htt

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] Capturing video using ffmpeg in source format

2017-12-07 Thread Carl Eugen Hoyos
2017-12-07 16:25 GMT+01:00 Moritz Barsnick : > I'm not sure what to do for the mpeg4 codec, Google > or others on this list should help you. The default of 200 kb/s is > probably the issue, I'm guessing that the codec many be trying really > hard to compress the hell out of your HD images (and won

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] FFmpeg - C compiler test failed

2017-12-07 Thread Moritz Barsnick
On Thu, Dec 07, 2017 at 07:03:29 -0700, sujaypatil0055 wrote: > --cpu=arm7 \ > --arch=arm \ [...] > --extra-ldflags='-L../x264 -Wl,--fix-cortex-a8 -L../android-libs "--cpu=arm7" is wrong according to google. You probably don't even need to set it. (The armv7 architecture is not the arm7 CPU. Thank

Re: [FFmpeg-user] Can I repair with ffmpeg a mp4 file where the moov atom is not found ?

2017-12-07 Thread Rob Hallam
On 27 November 2017 at 22:37, Steve Boyer wrote: > Yes, it is possible. The linux program is untrunc, and you might have to > compile it yourself. http://vcg.isti.cnr.it/~ponchio/untrunc.php. > Essentially, it reconstructs it the best it can using the information to go > by off of another MP4 file

[FFmpeg-user] FFmpeg - C compiler test failed

2017-12-07 Thread sujaypatil0055
I have been trying to build ffmpeg 3.4 from 3-4 days but i am not able to create shared libraries (.so) files. 1.When i run shell script build file it gets end up with saying "C Compiler test failed" My build_ffmpeg.sh file-- ./configure --prefix=$(pwd)/android/arm \ --cross-prefix=$NDK/toolchain

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 __

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Lou Logan
On Wed, Dec 6, 2017, at 11:08 PM, Jon bae wrote: > Hello, > > on Monday I send a little patch for the *vf_blackdetect.c* filter to the > dev list, but I don't got any response. I don't wanted to sound > impatient, > I just want to know that I did everything right. My only suggestion is to use a m

Re: [FFmpeg-user] Capturing video using ffmpeg in source format

2017-12-07 Thread Moritz Barsnick
On Wed, Dec 06, 2017 at 15:58:28 +, Dhananjay Umap wrote: > ffmpeg -f video4linux2 -i /dev/video0 -start_number 1 -vframes 250 -c:v mpeg4 > -qscale:v 1 test1.avi > As I can see below the rawvideo is at 1920x1080 format, but the input to the > card is 4K as well as the card is 4K capable. >

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Jon bae
2017-12-07 10:03 GMT+01:00 Jim DeLaHunt : > On 2017-12-07 00:08, Jon bae wrote: > > Hello, >> >> on Monday I send a little patch for the *vf_blackdetect.c* filter to the >> dev list, but I don't got any response. I don't wanted to sound impatient, >> I just want to know that I did everything right

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Jim DeLaHunt
On 2017-12-07 00:08, Jon bae wrote: Hello, on Monday I send a little patch for the *vf_blackdetect.c* filter to the dev list, but I don't got any response. I don't wanted to sound impatient, I just want to know that I did everything right. One thing is to, that my patch is not shown here: http

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Jon bae
2017-12-07 9:41 GMT+01:00 Gyan Doshi : > On 12/7/2017 1:38 PM, Jon bae wrote: > >> >> One thing is to, that my patch is not shown here: >> https://patchwork.ffmpeg.org/project/ffmpeg/list/ so I though maybe I did >> something wrong. >> > > Patches sent via Gmail web show up as attachments* and don

Re: [FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Gyan Doshi
On 12/7/2017 1:38 PM, Jon bae wrote: One thing is to, that my patch is not shown here: https://patchwork.ffmpeg.org/project/ffmpeg/list/ so I though maybe I did something wrong. Patches sent via Gmail web show up as attachments* and don't get listed at Patchwork. Doesn't happen if sent throug

[FFmpeg-user] Sending Patches to the Dev List

2017-12-07 Thread Jon bae
Hello, on Monday I send a little patch for the *vf_blackdetect.c* filter to the dev list, but I don't got any response. I don't wanted to sound impatient, I just want to know that I did everything right. One thing is to, that my patch is not shown here: https://patchwork.ffmpeg.org/project/ffmpeg