积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(56)Python(51)Django(16)Celery(14)PyMuPDF(4)ffmpeg(3)Swift(1)

语言

全部英语(50)中文(简体)(4)英语(1)

格式

全部PDF文档 PDF(36)其他文档 其他(20)
 
本次搜索耗时 0.063 秒,为您找到相关结果约 56 个.
  • 全部
  • 后端开发
  • Python
  • Django
  • Celery
  • PyMuPDF
  • ffmpeg
  • Swift
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 ffmpeg翻译文档

    ^ 4. |[tmp] [flip]| 5. +-----> crop --> vflip -------+ 在这个滤镜链图中,利用 split 滤镜把输入流分离成了两路流,其中一路通过 crop 滤镜 和 vfilp 滤镜的同一路级联应用,再同另外一路一起通过 overlay 滤镜处理的流合成进行输出。则 可以采用如下的命令行实现: "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=0:H/2" OUTPUT 这样最终输出将是视频上部是原始,下部是上部的镜像。(倒影效果) 同一路的滤镜间用逗号(‘,’)进行分割,不同路的滤镜间用分号(‘;’)进行分割。在这个例子里 面 crop 和 vflip 是在同一路中的滤镜, 处理输出的第二路流被命名为 [tmp] ,它又被 crop 滤镜处理裁去下半部视频,然 后通过 vflip 进行了水平镜像(垂直翻转,即把视频镜像到下半部了)。这是整个输出被命名 为 flip 。再把 [main] 与 flip 通过 overlay 进行覆盖合成,即把源输入通过 split 滤镜获 得的 [main] 的上半部分覆盖到由 crop 和 vflip 滤镜级联处理的输出(这里的
    0 码力 | 502 页 | 3.06 MB | 1 年前
    3
  • pdf文档 Celery 1.0 Documentation

    apply_async(args=[filename, selection], routing_key="image.crop") >>> UpdateReccomendationsTask.apply_async(routing_key="misc.recommend") Later, if the crop task is consuming a lot of resources, we can bind some some new workers to handle just the "image.crop" task, by creating a new queue that binds to "image.crop”. 2.2.5 AMQP options • mandatory This sets the delivery to be mandatory. An exception will be
    0 码力 | 123 页 | 400.69 KB | 1 年前
    3
  • epub文档 Celery 1.0 Documentation

    routing_key="image.crop") >>> UpdateReccomendationsTask.apply_async(routing_key="misc. recommend") Later, if the crop task is consuming a lot of resources, we can bind bind some new workers to handle just the "image.crop" task, by creating a new queue that binds to "image.crop”. AMQP options mandatory This sets the delivery to be mandatory. An exception will be raised
    0 码力 | 221 页 | 283.64 KB | 1 年前
    3
  • pdf文档 Faster iOS App - 周楷雯

    orientation: self.imageOrientation) } else { return nil } Crop In Background Crop let rect = CGRect(origin: CGPoint(x: 0, y: 0), size: self.size) UIGraphicsBeginIm
    0 码力 | 65 页 | 1.72 MB | 1 年前
    3
  • pdf文档 FFmpeg在Intel GPU上的硬件加速与优化

    Device Network Stream splitter Video ES 1 Video Filter (scale/frc/crop/ ..) Video ES 2 Video Filter (scale/frc/crop/..) Audio ES1 Audio Filter Video Encoder Video Renderer Audio Encoder
    0 码力 | 26 页 | 964.83 KB | 1 年前
    3
  • pdf文档 Celery 2.0 Documentation

    Documentation, Release 2.0.3 (stable) ... routing_key="image.crop") >>> UpdateReccomendationsTask.apply_async(routing_key="misc.recommend") Later, if the crop task is consuming a lot of resources, we can bind some some new workers to handle just the "image.crop" task, by creating a new queue that binds to "image.crop”. 2.2.6 AMQP options NOTE The mandatory and immediate flags are not supported by amqplib at this
    0 码力 | 165 页 | 492.43 KB | 1 年前
    3
  • epub文档 Celery 2.0 Documentation

    ... routing_key="image.crop") >>> UpdateReccomendationsTask.apply_async(routing_key="misc. recommend") Later, if the crop task is consuming a lot of resources, we can bind bind some new workers to handle just the "image.crop" task, by creating a new queue that binds to "image.crop”. AMQP options NOTE The mandatory and immediate flags are not supported by amqplib at this point
    0 码力 | 284 页 | 332.71 KB | 1 年前
    3
  • epub文档 django cms 3.4.x Documentation

    processor (filer.thumbnail_processors.scale_and_crop_with_subject_location) to be listed in settings.py in place of easy_thumbnails.processors.scale_and_crop: THUMBNAIL_PROCESSORS = ( 'easy_thumbnails processors.autocrop', # 'easy_thumbnails.processors.scale_and_crop', # disable this one 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters' processors.colorspace', 'easy_thumbnails.processors.autocrop', 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters' ) New database tables will need
    0 码力 | 395 页 | 1.64 MB | 1 年前
    3
  • pdf文档 django cms 3.6.x Documentation

    processor (filer.thumbnail_processors. scale_and_crop_with_subject_location) to be listed in settings.py in place of easy_thumbnails.processors.scale_and_crop: THUMBNAIL_PROCESSORS = ( 'easy_thumbnails.processors 'easy_thumbnails.processors.autocrop', # 'easy_thumbnails.processors.scale_and_crop', # disable this one 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters', ) from previous page) 'easy_thumbnails.processors.autocrop', 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters' ) New database tables will need to
    0 码力 | 278 页 | 1.63 MB | 1 年前
    3
  • epub文档 django cms 3.5.x Documentation

    processor (filer.thumbnail_processors.scale_and_crop_with_subject_location) to be listed in settings.py in place of easy_thumbnails.processors.scale_and_crop: THUMBNAIL_PROCESSORS = ( 'easy_thumbnails processors.autocrop', # 'easy_thumbnails.processors.scale_and_crop', # disable this one 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters' processors.colorspace', 'easy_thumbnails.processors.autocrop', 'filer.thumbnail_processors.scale_and_crop_with_subject_location', 'easy_thumbnails.processors.filters' ) New database tables will need
    0 码力 | 403 页 | 1.69 MB | 1 年前
    3
共 56 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
ffmpeg翻译文档Celery1.0DocumentationFasterOSiOSApp周楷雯FFmpegIntelGPU硬件加速硬件加速优化2.0djangocms3.43.63.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩