请问谁能写个FFmpeg小程序
ffmpeg吧
全部回复
仅看楼主
level 1
sshiwenhuan 楼主
请问你能调用FFmpeg写个小程序吗 批量获取视频信息 生成xml格式
2022年06月14日 18点06分 1
level 1
要获取什么信息?需求很不清楚呀
2022年06月16日 05点06分 2
level 1
sshiwenhuan 楼主
用类似易语言的软件 调用fgmpeg 批量获取视频的时长 帧率 创建时间 等信息
2022年06月16日 16点06分 3
level 1
[呵呵]多少钱呢
2022年06月16日 17点06分 4
@969687200 需要多少钱
2022年06月17日 19点06分
有联系方系
2022年06月18日 03点06分
level 1
sshiwenhuan 楼主
需要多少钱
2022年06月17日 19点06分 5
level 1
用VideoEye、Elecard StreamEye等等,这类工具不是很多吗?
2022年06月18日 12点06分 6
我想要把获取的信息 可以批量存为xml格式的文件
2022年06月18日 13点06分
就是一个类似代理数据的文件
2022年06月18日 13点06分
level 1
sshiwenhuan 楼主
<?xml version="1.0" encoding="UTF-8"?>
<NonRealTimeMeta xmlns="urn:schemas-professionalDisc:nonRealTimeMeta:ver.2.00" xmlns:lib="urn:schemas-professionalDisc:lib:ver.2.00" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" lastUpdate="2022-01-14T17:53:09+08:00">
<TargetMaterial umidRef="060A2B340101010501010D4313000000E6FBC7BE939505D3D01769FFFE014AA3"/>
<Duration value="216"/>
<LtcChangeTable tcFps="25" halfStep="true">
<LtcChange frameCount="0" value="10423609" status="increment"/>
<LtcChange frameCount="215" value="17463689" status="end"/>
</LtcChangeTable>
<CreationDate value="2022-01-14T17:53:09+08:00"/>
<VideoFormat>
<VideoRecPort port="DIRECT"/>
<VideoFrame videoCodec="AVC_1920_1080_HP@L42" captureFps="50p" formatFps="50p"/>
<VideoLayout pixel="1920" numOfVerticalLine="1080" aspectRatio="16:9"/>
</VideoFormat>
<AudioFormat numOfChannel="2">
<AudioRecPort port="DIRECT" audioCodec="LPCM16" trackDst="CH1"/>
<AudioRecPort port="DIRECT" audioCodec="LPCM16" trackDst="CH2"/>
</AudioFormat>
<Device manufacturer="Sony" modelName="ILCE-7M3" serialNo="4294967295"/>
<RecordingMode type="normal" cacheRec="false"/>
<AcquisitionRecord>
<Group name="CameraUnitMetadataSet">
<Item name="CaptureGammaEquation" value="rec2100-hlg"/>
<Item name="CaptureColorPrimaries" value="rec2020"/>
<Item name="CodingEquations" value="rec2020ncl"/>
</Group>
</AcquisitionRecord>
</NonRealTimeMeta>
2022年06月18日 15点06分 7
1