嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#获取视频文件信息及视频转码操作,补充之前的压缩分卷的不完整,此为完整版
.
├── vobceshi
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form2.Designer.cs
│ ├── Form2.cs
│ ├── Form2.resx
│ ├── Lib
│ │ ├── MediaInfo.dll
│ │ ├── dsnative.dll
│ │ ├── ffmpeg.exe
│ │ ├── libfaac.dll
│ │ ├── log4net.dll
│ │ ├── mencoder.exe
│ │ ├── mplayer.exe
│ │ ├── qt-faststart.exe
│ │ └── vfw2menc.exe
│ ├── MediaInfoDLL.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Service References
│ ├── Video.cs
│ ├── VideoHelper.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Lib
│ │ │ │ ├── MediaInfo.dll
│ │ │ │ ├── dsnative.dll
│ │ │ │ ├── ffmpeg.exe
│ │ │ │ ├── libfaac.dll
│ │ │ │ ├── mencoder.exe
│ │ │ │ ├── mplayer.exe
│ │ │ │ ├── qt-faststart.exe
│ │ │ │ └── vfw2menc.exe
│ │ │ ├── MediaInfo.dll
│ │ │ ├── ffmpeg2pass-0.log
│ │ │ ├── vobceshi.exe
│ │ │ ├── vobceshi.pdb
│ │ │ ├── vobceshi.vshost.exe
│ │ │ ├── vobceshi.vshost.exe.manifest
│ │ │ ├── x264_2pass.log
│ │ │ └── x264_2pass.log.mbtree
│ │ └── Release
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource.read.1.tlog
│ │ ├── GenerateResource.write.1.tlog
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ ├── vobceshi.Form1.resources
│ │ ├── vobceshi.Form2.resources
│ │ ├── vobceshi.Properties.Resources.resources
│ │ ├── vobceshi.csproj.FileListAbsolute.txt
│ │ ├── vobceshi.exe
│ │ └── vobceshi.pdb
│ ├── vobceshi.csproj
│ ├── vobceshi.csproj.user
│ ├── vobceshi.sln
│ └── vobceshi.suo
└── 好例子网_C#获取视频文件信息及视频转码操作.zip
12 directories, 56 files