Re: [FFmpeg-user] multiple flat videos in a equirectangular projection - v360 filter

2022-07-17 Thread morgan holly via ffmpeg-user
> On Jul 17, 2022, at 5:49 PM, Carl Zwanzig wrote: > > Please don't top-post. > >> On 7/17/2022 4:26 PM, Jim Hollingsworth wrote: >> SPAM > > What's spammy about the response? > > >> To unsubscribe, visit link above, or email >> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe". >

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread morgan holly via ffmpeg-user
> On Apr 20, 2022, at 12:13 PM, morgan holly via ffmpeg-user > wrote: > > >> On Apr 20, 2022, at 12:04 PM, Shubham Tiwari >> wrote: >> >> Thanks Bouke for the opinion. >> Help from any other person is appreciated!! >> >> Regards,

Re: [FFmpeg-user] Large Sized output files recieved while encoding the audio

2022-04-20 Thread morgan holly via ffmpeg-user
> On Apr 20, 2022, at 12:04 PM, Shubham Tiwari > wrote: > > Thanks Bouke for the opinion. > Help from any other person is appreciated!! > > Regards, > Shubham > I have not read the entire thread, but it looks like your source is highly compressed, your output is uncompressed. So yes, in

Re: [FFmpeg-user] Audio automatically resampled to 8bit from 24bit when using concat and lavfi nullsrc

2022-04-09 Thread morgan holly via ffmpeg-user
>> >> >> > On Sat, Apr 9, 2022 at 5:22 PM morgan holly via ffmpeg-user >> > mailto:ffmpeg-user@ffmpeg.org>> wrote: >> > this is part question and part warning. When I run the cmd below FFMPEG >> > automatically knocks my 24bit sou

Re: [FFmpeg-user] Audio automatically resampled to 8bit from 24bit when using concat and lavfi nullsrc

2022-04-09 Thread morgan holly via ffmpeg-user
> On Apr 9, 2022, at 11:10 AM, Paul B Mahol wrote: > > > > On Sat, Apr 9, 2022 at 5:22 PM morgan holly via ffmpeg-user > mailto:ffmpeg-user@ffmpeg.org>> wrote: > this is part question and part warning. When I run the cmd below FFMPEG > automatically kno

[FFmpeg-user] Audio automatically resampled to 8bit from 24bit when using concat and lavfi nullsrc

2022-04-09 Thread morgan holly via ffmpeg-user
this is part question and part warning. When I run the cmd below FFMPEG automatically knocks my 24bit source audio down to 8bits(!). I was able to change that by adding 'aformat=sample_fmts=s32' into the filterchain for the anullsrc inputs. The warning is: make sure you check your output

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread morgan holly via ffmpeg-user
> On Mar 8, 2022, at 12:07 PM, Paul B Mahol wrote: > > On 3/8/22, morgan holly via ffmpeg-user <mailto:ffmpeg-user@ffmpeg.org>> wrote: >> Hi, >> >> I’m trying to remove telecine from a prores mov file using the pullup >> filter: >> >&g

[FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread morgan holly via ffmpeg-user
Hi, I’m trying to remove telecine from a prores mov file using the pullup filter: Source file: Video: prores (LT), top coded first (swapped)), 720x480, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc (default) Command: ffmpeg -i pullup_test.mov -an -vf pullup -r 24000/1001 -pix_fmt yuv420p -y