Re: [FFmpeg-user] ALAC only 6 channels

2019-12-06 Thread Paul B Mahol
Aformat filter will not get you new channels in channel layout, you will need channelmap filter instead. On 12/6/19, Felix Muster via ffmpeg-user wrote: > Thank you for your fast reply. > > I replaced -ac 8 with -filter:a "aformat=channel_layouts=7.1(wide)". > > ffmpeg -i test.mkv -map 0:0 -map

Re: [FFmpeg-user] Converting pictures to video

2019-12-06 Thread gga
On 6/12/19 13:19, Anwuli Okwuashi wrote: I renamed the images and used the full path in the command line but it still doesn't work. See attached the error report and below my code. Thank you, . winexec "C:\FFmpeg\bin\ffmpeg.exe" -report -i

Re: [FFmpeg-user] ALAC only 6 channels

2019-12-06 Thread Felix Muster via ffmpeg-user
That works. Thank you. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] Converting pictures to video

2019-12-06 Thread Moritz Barsnick
On Fri, Dec 06, 2019 at 10:19:19 -0600, Anwuli Okwuashi wrote: > I renamed the images and used the full path in the command line but it > still doesn't work. See attached the error report and below my code. > Thank you, > . winexec "C:\FFmpeg\bin\ffmpeg.exe" -report -i >

Re: [FFmpeg-user] Converting pictures to video

2019-12-06 Thread Anwuli Okwuashi
gt; https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe". ffmpeg started on 2019-12-06 at 10:08:51 Report written to "ffmpeg-20191206-100851.log" Log level: 48 Command line: &

[FFmpeg-user] ALAC only 6 channels

2019-12-06 Thread Felix Muster via ffmpeg-user
Hello I'm trying to convert 8 channel DTS-HD MA to 8 channel ALAC but it doesn't work: ffmpeg -i test.mkv -map 0:0 -map 0:1 -c:v copy -c:a alac -ac 8 test.m4v ffmpeg version git-2019-12-06-b66a800 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 9.2.1 (GCC) 20191125

[FFmpeg-user] reference FFmpeg in a peer-reviewed manuscript

2019-12-06 Thread Dylan Gomes
Hello, I cannot find any information as to how to reference FFmpeg (in a manuscript), other than using a generic website URL reference. Does anyone know of a preferred reference or have seen a reference used for FFmpeg in some literature? Cheers, Dylan Gomes

Re: [FFmpeg-user] ALAC only 6 channels

2019-12-06 Thread Paul B Mahol
On 12/6/19, Felix Muster via ffmpeg-user wrote: > Hello > > I'm trying to convert 8 channel DTS-HD MA to 8 channel ALAC but it doesn't > work: > > ffmpeg -i test.mkv -map 0:0 -map 0:1 -c:v copy -c:a alac -ac 8 test.m4v > ffmpeg version git-2019-12-06-b66a800 Copyright (c) 2000-2019 the FFmpeg >

Re: [FFmpeg-user] ALAC only 6 channels

2019-12-06 Thread Felix Muster via ffmpeg-user
Thank you for your fast reply. I replaced -ac 8 with -filter:a "aformat=channel_layouts=7.1(wide)". ffmpeg -i test.mkv -map 0:0 -map 0:1 -c:v copy -c:a alac -filter:a "aformat=channel_layouts=7.1(wide)" test.m4v ffmpeg version git-2019-12-06-b66a800 Copyright (c) 2000-2019 the FFmpeg

[FFmpeg-user] Help using find_rect

2019-12-06 Thread Mike Petersen
Hi, i am trying to use the feature find_rect. I have a video with a single colored area which i would like to detect. I have tested different colors (white, black, blue) without success. The box is never replaced in the video. The ffmpeg command i use is: ffmpeg -i input.mp4 -loglevel debug

[FFmpeg-user] FFMpeg stream audio problem

2019-12-06 Thread Csaba
Hi, I have Debian Buster Stable and I installed the FFMpeg program. I would like to stream audio from the microphone of the soundcard to the local IP of this computer LAN card and other computer can connect through LAN to play the stream. My goal is to stream audio with lowest latency as

Re: [FFmpeg-user] Converting pictures to video

2019-12-06 Thread Dan Bridges
On 7/12/2019 11:49 am, Anwuli Okwuashi wrote: > [image2 @ 01d077c4a440] Could find no file with path > 'C:\Users\analyst\Desktop\STATA\projects\animation3\graph%02d.png' and > index in the range 0-4 I created a 1500x1000 1000-image set: Sequence_000.png -> Sequence_999.png. This loads fine