[FFmpeg-user] converting apple pro res 422 to H.265 pushes red/changes color

2019-08-07 Thread Uwe Gross (BLOOMBERG/ FRANKFURT)
Hi, im trying to convert an exported .mov file thats Prores 420 10 bit LE, 709 color space with the H.265 main preset in ffworks. When I encode the file with h.264 all is good and gives me great quality. When I do the same for h.265 (didnt pick 10 or 12 bit preset) using no profile (like

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Phat Nguyentan
Hi Micael Silva, Thank you for your reply, 1> There are some codec in ffmpeg in openwrt, but no h264 or libx264. Maybe there is a way to compile for openwrt but it's complicated. 2> codec flv1 for flv but not for nginx rtmp, like Moritz Barsnick said: nginx rtmp only support h246 and h263(not for

[FFmpeg-user] how to add two libx264 libs into ffmpeg without changing two much code

2019-08-07 Thread qw
Hi, I want to add two libx264 libs into ffmpeg, where one libx264 is original one, and another will be changed by myself. How to add two libx264 libs into ffmpeg without changing two much code? Thanks! Regards Andrew ___ ffmpeg-user mailing

Re: [FFmpeg-user] ffmpeg convert audio noise.how to improve the command?

2019-08-07 Thread Carl Eugen Hoyos
> Am 07.08.2019 um 16:48 schrieb 张凯 : > > the input file is Linux named pipe file.so it is not a regular file. Then please write the content of the pipe in a regular file and provide it. Please do not top-post here, Carl Eugen ___ ffmpeg-user

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Marton Balint
On Wed, 7 Aug 2019, Rik Roukens wrote: Thanks for your reply Marton, Probably this can be worked around from software, so ffmpeg could be smart enough to enable half duplex mode even if the specified input is the "slave" connector. I agree, it feels like it should set the duplex mode by

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Rik Roukens
Thanks for your reply Marton, > Probably this can be worked around from software, so ffmpeg could be smart > enough to enable half duplex mode even if the specified input is the > "slave" connector. I agree, it feels like it should set the duplex mode by default when you choose to output on

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Micael Silva
On Wed, 7 Aug 2019, 12:07 Phat Nguyentan, wrote: > Hi Moritz Barsnick, > I appreciate your help, I tried with h263, it's not support flv, but nerver > mind, I just want to ask you 1 question about hardware. > Can you recommend 1 development board to good use with ffmpeg? Now I use > linkit 7688

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Micael Silva
On Wed, 7 Aug 2019, 03:29 Phat Nguyentan, wrote: > Hi ffmpeg, > Please help me on this case: > I use openwrt and ffmpeg without h264 and libx264. try to create m3u8 file > on nginx. I run command: > ffmpeg -loglevel verbose -re -i /dev/video0 -acodec libmp3lame -ar 44100 > -ac 1 -f flv

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Marton Balint
On Wed, 7 Aug 2019, Rik Roukens wrote: Thanks for your response Mustafa, the cards are definitely capable of it, as I've done it in windows. perhaps you need to set the duplex mode on 1 and 2, which then opens up sdi 3&4 to be individually programmed. Yeah, I think that is how I use all 4

Re: [FFmpeg-user] Change filters in runtime

2019-08-07 Thread Rik Roukens
Hi Music Br, What have you tried so far? when you say while running ffmpeg, do you want to change the image overlay somewhere in the middle? or just in general? Cheers, Rik On Wed, Aug 7, 2019 at 8:13 PM Music Br wrote: > I need to change an overlay image on the video and resize the video

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Rik Roukens
I couldn't help myself and just tried remotely, it appears I might have gotten some part to work. In one terminal, i run: ffmpeg -format_code Hp25 -f Decklink -duplex_mode half -i 'DeckLink Duo (1)' -c:v libx264 -preset ultrafast -map 0 -segment_time 20s -f segment

[FFmpeg-user] Change filters in runtime

2019-08-07 Thread Music Br
I need to change an overlay image on the video and resize the video while running ffmpeg. It is possible? If so, how to proceed? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Rik Roukens
Thanks for your response Mustafa, the cards are definitely capable of it, as I've done it in windows. perhaps you need to set the duplex mode on 1 and 2, which then opens up sdi 3&4 to be individually programmed. I'll give that a go tomorrow, it sounds a bit strange, as it would mean that you

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Mustafa Al Ani
Hi Rik, I think the duplex mode is only supported in ports 1&2. Apart from that, I have never been able to enable video input on 3&4, I spoke with Blackmagic support but never got a useful answer. Never trust what they write in their products descriptions. Please let me know if you got video

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Rik Roukens
Hi Moritz, Thanks for the swift response. Great observation, thanks! I had actually already tried that before, but have just tried it again, it comes back with a unsupported error. ffmpeg -format_code Hp25 -f Decklink -duplex_mode half -i 'DeckLink Duo (3)' -c:v libx264 -preset ultrafast -map 0

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Phat Nguyentan
Hi Moritz Barsnick, I appreciate your help, I tried with h263, it's not support flv, but nerver mind, I just want to ask you 1 question about hardware. Can you recommend 1 development board to good use with ffmpeg? Now I use linkit 7688 dou, It's not good to use ffmpeg (encoding video). Thanks On

Re: [FFmpeg-user] ffmpeg convert audio noise.how to improve the command?

2019-08-07 Thread 张凯
Hi Carl, I will recompile ffmpeg,the input file is Linux named pipe file.so it is not a regular file. the content is the device's audio stream(codec is g722).Let me show how this work:many device report there stream to a public tcp address (222.222.210.52: eg) then my software put those

Re: [FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Moritz Barsnick
Hi Rik, I don't have Decklink experience, but: On Wed, Aug 07, 2019 at 15:04:32 +0200, Rik Roukens wrote: > However, when I try to run the following recording command on DeckLink Duo > (3) or (4), it doesn't work: > > ffmpeg -format_code Hp25 -f Decklink -i 'DeckLink Duo (3)' -duplex_mode > half

Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-07 Thread Moritz Barsnick
On Wed, Aug 07, 2019 at 15:10:06 +0200, Peter B. wrote: > > I'll try to rework it to give the "hash" muxer a "-per_stream" boolean > > option, then I can (and must) reuse all the code. > > Wooow! > That'd be awesome! I sent a non-hackish implementation to Peter privately. I'll clean it up and

[FFmpeg-user] DeckLink Duo 2 duplex_mode doesn't work

2019-08-07 Thread Rik Roukens
Hi All, I'm using a DeckLink Duo 2 card which supports 4 individual in or outputs, but by default is set to Full duplex mode (input from sdi 1 is output on sdi 3, input from sdi 2 is output on sdi 4). I'm running Ubuntu Server 18.04 with the following ffmpeg build: ffmpeg version 4.1.4

Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-07 Thread Peter B.
On 06/08/2019 13:31, Moritz Barsnick wrote: > Yeah, too obvious. I was looking for "0:1", but the first digit is > meaningless, and the second one is just the stream index (which I use > to iterate anyway). > I'll try to rework it to give the "hash" muxer a "-per_stream" boolean > option, then I

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Moritz Barsnick
On Wed, Aug 07, 2019 at 15:50:32 +0700, Phat Nguyentan wrote: > Hi Moritz Barsnick, > Thank you so much to help me. Please check this link: > https://drive.google.com/open?id=1KpIVkt9WA0O2CDU3E9BjuSxPhcik8gto A friendly hint: Instead of creating 12 MB of videos, you could have just copied the

Re: [FFmpeg-user] ffmpeg convert audio noise.how to improve the command?

2019-08-07 Thread Carl Eugen Hoyos
> Am 07.08.2019 um 10:36 schrieb 张凯 : > >I have a server to access the audio stream(fmt g722).When I use ffmpeg to > convert the stream to aac( ffmpeg -thread_queue_size 128 -f g722 -i > test/01334516771/1/alive -acodec aac -f flv > rtmp://127.0.0.1:8080/myapp/01334516771_1_live) I only

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Phat Nguyentan
Hi Moritz Barsnick, Thank you so much to help me. Please check this link: https://drive.google.com/open?id=1KpIVkt9WA0O2CDU3E9BjuSxPhcik8gto (2 clips, and log ffmpeg -codecs) Clip 1> Run ffmpeg on ubuntu and nginx server on ubuntu: - command: ffmpeg -loglevel verbose -re -i /dev/video0 -vcodec

[FFmpeg-user] ffmpeg convert audio noise.how to improve the command?

2019-08-07 Thread 张凯
Hi, I have a server to access the audio stream(fmt g722).When I use ffmpeg to convert the stream to aac( ffmpeg -thread_queue_size 128 -f g722 -i test/01334516771/1/alive -acodec aac -f flv rtmp://127.0.0.1:8080/myapp/01334516771_1_live) I only get noise.below is the ffmpeg's output

Re: [FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Moritz Barsnick
On Wed, Aug 07, 2019 at 13:29:06 +0700, Phat Nguyentan wrote: > I use openwrt and ffmpeg without h264 and libx264. try to create m3u8 file > on nginx. I run command: > ffmpeg -loglevel verbose -re -i /dev/video0 -acodec libmp3lame -ar 44100 > -ac 1 -f flv rtmp://localhost:1935/hls/movi > It's not

[FFmpeg-user] Please streaming over nginx

2019-08-07 Thread Phat Nguyentan
Hi ffmpeg, Please help me on this case: I use openwrt and ffmpeg without h264 and libx264. try to create m3u8 file on nginx. I run command: ffmpeg -loglevel verbose -re -i /dev/video0 -acodec libmp3lame -ar 44100 -ac 1 -f flv rtmp://localhost:1935/hls/movi It's not working, can't create m3u8