Re: [FFmpeg-user] Zeroing 'top_field_first' & 'repeat_pict' -- Possible?

2020-04-25 Thread Monex

On 4/25/20, Mark Filipak  wrote:
> ffprobe reports: frames.frame.0.interlaced_frame=0 
> frames.frame.0.top_field_first=1 frames.frame.0.repeat_pict=1 
> frames.frame.1.interlaced_frame=0 frames.frame.1.top_field_first=0 
> frames.frame.1.repeat_pict=0 frames.frame.2.interlaced_frame=0 
> frames.frame.2.top_field_first=0 frames.frame.2.repeat_pict=1 
> frames.frame.3.interlaced_frame=0 frames.frame.3.top_field_first=1 
> frames.frame.3.repeat_pict=0
> 
> Is there an ffmpeg way to zero those metadata flags in the input
> prior to the decoder so that the decoder thinks that the input is
> solely progressive?
> 
> frames.frame.0.interlaced_frame=0 frames.frame.0.top_field_first=0 
> frames.frame.0.repeat_pict=0 frames.frame.1.interlaced_frame=0 
> frames.frame.1.top_field_first=0 frames.frame.1.repeat_pict=0 
> frames.frame.2.interlaced_frame=0 frames.frame.2.top_field_first=0 
> frames.frame.2.repeat_pict=0 frames.frame.3.interlaced_frame=0 
> frames.frame.3.top_field_first=0 frames.frame.3.repeat_pict=0
> 
> Alternatively, is there a way to simply force the decoder to ignore
> the flags?
> 
> Thanks, Mark.
> 
> -- COVID-19 facts: The United States is 4% of world population, 32%
> of cases, 25% of deaths. The U.S. & S.Korea reported 1st cases on the
> same day. In March, week 2, S.Korea did 10,000 tests per day, 4 hour
> results. In March, week 2, The U.S. did 400 tests per day, 7 day
> results.
> 
> 
So now you are an epidemiologist too? Please don't further embarrass yourself 
by joining the growing mass of amateur pandemicsplainers. Email sigs, like 
top-posting, are discouraged here. 
___
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] ffmpeg architecture question

2020-04-17 Thread Monex
On 17/04/2020 11:52, Mark Filipak wrote:
> On 04/17/2020 05:48 AM, Paul B Mahol wrote:
>> On 4/17/20, Mark Filipak  wrote:
>>> On 04/17/2020 05:38 AM, Paul B Mahol wrote:
 On 4/17/20, Mark Filipak  wrote:
> On 04/17/2020 05:03 AM, Paul B Mahol wrote:
> -snip-
>> That is not filter graph. It is your wrong interpretation of it.
>> I can not dechiper it at all, because your removed crucial info like ','
>
> My filtergraph is slightly abbreviated to keep within a 70 character line
> limit.
>
> The important thing is to portray the logic of the filter chain.
>
> I think you may be the only person who "can not dec_ip[h]er it".

 Haha, you are kind of person that never admits own mistakes.
>>>
>>> You apparently aren't monitoring other threads. Just a couple of minutes ago
>>> I acknowledged that I
>>> was wrong about DTS.
>>>
>>> The difference between us, Paul, is that you engage in character
>>> assassination. If you stopped
>>> trying to assign motives and looked purely at behavior, I think you'd find
>>> more joy.
>>>
>>
>> So when you will admit mistake in this thread?
> 
> When it's pointed out to me. By the way, the filter graph sketch I posted is 
> not even complete. I left some stuff out that is not germane (again, to stay 
> within 70 characters).
>
>
It is often requested on this list NOT to cut your command lines and/or console 
output. Most technical people are capable of following a line that is wrapped 
after 70 characters. Escape your long lines (backslash) if necessary.

Please do not use complicated phrases or words like "germane" - many 
ffmpeg-users are not native English speakers and you are causing confusion; it 
is not necessary on a technical list.

You are too verbose (noisy) in your posts. Verbosity is only useful in commands 
and console outputs, or when telling someone to stfu.
___
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".