首页 > 其他分享 >ffmpeg General Assembly

ffmpeg General Assembly

时间:2024-11-10 11:08:57浏览次数:1  
标签:Assembly ffmpeg contributors General members GA active

The ensemble of active members is called the General Assembly (GA).

The General Assembly is sovereign and legitimate for all its decisions regarding the FFmpeg project.

The General Assembly is made up of active contributors.

Contributors are considered "active contributors" if they have authored more than 20 patches in the last 36 months in the main FFmpeg repository, or if they have been voted in by the GA.

The list of active contributors is updated twice each year, on 1st January and 1st July, 0:00 UTC.

Additional members are added to the General Assembly through a vote after proposal by a member of the General Assembly. They are part of the GA for two years, after which they need a confirmation by the GA.

A script to generate the current members of the general assembly (minus members voted in) can be found in ‘tools/general_assembly.pl‘.

https://www.octfgroup.com/

标签:Assembly,ffmpeg,contributors,General,members,GA,active
From: https://www.cnblogs.com/sathcal/p/18537755

相关文章

  • ffmpeg Technical Committee
    TheTechnicalCommittee(TC)isheretoarbitrateandmakedecisionswhentechnicalconflictsoccurintheproject.Theywillconsiderthemeritsofallthepositions,judgethemandmakeadecision.TheTCresolvestechnicalconflictsbutisnotatechni......
  • ffmpeg Advanced options
    -map[-]input_file_id[:stream_specifier][:view_specifier][:?]|[linklabel](output)Createoneormorestreamsintheoutputfile.Thisoptionhastwoformsforspecifyingthedatasource(s):thefirstselectsoneormorestreamsfromsomeinputfile(spe......
  • ffmpeg Preset files
    Apresetfilecontainsasequenceofoption=valuepairs,oneforeachline,specifyingasequenceofoptionswhichwouldbeawkwardtospecifyonthecommandline.Linesstartingwiththehash(’#’)characterareignoredandareusedtoprovidecomments.......
  • FFmpeg Options
    Allthenumericaloptions,ifnotspecifiedotherwise,acceptastringrepresentinganumberasinput,whichmaybefollowedbyoneoftheSIunitprefixes,forexample:’K’,’M’,or’G’.If’i’isappendedtotheSIunitprefix,thecompleteprefixw......
  • FFmpeg Video Options
    -vframesnumber(output)Setthenumberofvideoframestooutput.Thisisanobsoletealiasfor-frames:v,whichyoushoulduseinstead.-r[:stream_specifier]fps(input/output,per-stream)Setframerate(Hzvalue,fractionorabbreviation).Asaninputop......
  • ffmpeg Detailed description
    ffmpeg buildsatranscodingpipelineoutofthecomponentslistedbelow.Theprogram’soperationthenconsistsofinputdatachunksflowingfromthesourcesdownthepipestowardsthesinks,whilebeingtransformedbythecomponentstheyencounteralongt......
  • ffmpeg Streamcopy
    Thesimplestpipelinein ffmpeg issingle-stream streamcopy,thatiscopyingone inputelementarystream’spacketswithoutdecoding,filtering,orencodingthem.Asanexample,consideraninputfilecalled INPUT.mkv with3elementarystreams,fromwhi......
  • ffmpeg Trancoding
    Transcoding istheprocessofdecodingastreamandthenencodingitagain.Sinceencodingtendstobecomputationallyexpensiveandinmostcasesdegradesthestreamquality(i.e.itis lossy),youshouldonlytranscodewhenyouneedtoandperformstrea......
  • FFmpeg Filtering
    Whentranscoding,audioandvideostreamscanbefilteredbeforeencoding,witheitherasimpleorcomplexfiltergraph.3.3.1SimplefiltergraphsSimplefiltergraphsarethosethathaveexactlyoneinputandoutput,bothofthesametype(audioorvideo).......
  • FFmpeg Stream selection
    ffmpegprovidesthe-mapoptionformanualcontrolofstreamselectionineachoutputfile.Userscanskip-mapandletffmpegperformautomaticstreamselectionasdescribedbelow.The-vn/-an/-sn/-dnoptionscanbeusedtoskipinclusionofvideo,......