嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
视频处理软件(视频倍增)
.
├── 视频处理
│ ├── AssemblyInfo.cs
│ ├── Global.cs
│ ├── PlayVideoTest
│ │ ├── InfoFileOptions.cs
│ │ ├── InfoKind.cs
│ │ ├── InfoOptions.cs
│ │ ├── MediaInfo.cs
│ │ ├── MediaInfoList.cs
│ │ └── StreamKind.cs
│ ├── Program.cs
│ ├── Tools
│ │ ├── AssemblyInfo.cs
│ │ ├── Global.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── tools.dll
│ │ │ └── tools.pdb
│ │ ├── obj
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── tools.csproj.CopyComplete
│ │ │ ├── tools.csproj.CoreCompileInputs.cache
│ │ │ ├── tools.csproj.FileListAbsolute.txt
│ │ │ ├── tools.csprojAssemblyReference.cache
│ │ │ ├── tools.dll
│ │ │ └── tools.pdb
│ │ ├── tools
│ │ │ └── tudou.cs
│ │ └── tools.csproj
│ ├── ZYXDNGuarder.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Interop.MSScriptControl.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── create
│ │ │ │ ├── 002.gif
│ │ │ │ ├── 21.mp4
│ │ │ │ ├── aa.png
│ │ │ │ ├── 默认LOGO.jpg
│ │ │ │ └── 默认背景.mp4
│ │ │ ├── guan
│ │ │ │ ├── README.txt
│ │ │ │ ├── bin
│ │ │ │ │ └── ffmpeg.exe
│ │ │ │ ├── bin.zip
│ │ │ │ ├── doc
│ │ │ │ │ ├── developer.html
│ │ │ │ │ ├── examples
│ │ │ │ │ │ ├── Makefile
│ │ │ │ │ │ ├── README
│ │ │ │ │ │ ├── avio_dir_cmd.c
│ │ │ │ │ │ ├── avio_reading.c
│ │ │ │ │ │ ├── decoding_encoding.c
│ │ │ │ │ │ ├── demuxing_decoding.c
│ │ │ │ │ │ ├── extract_mvs.c
│ │ │ │ │ │ ├── filter_audio.c
│ │ │ │ │ │ ├── filtering_audio.c
│ │ │ │ │ │ ├── filtering_video.c
│ │ │ │ │ │ ├── http_multiclient.c
│ │ │ │ │ │ ├── metadata.c
│ │ │ │ │ │ ├── muxing.c
│ │ │ │ │ │ ├── qsvdec.c
│ │ │ │ │ │ ├── remuxing.c
│ │ │ │ │ │ ├── resampling_audio.c
│ │ │ │ │ │ ├── scaling_video.c
│ │ │ │ │ │ ├── transcode_aac.c
│ │ │ │ │ │ └── transcoding.c
│ │ │ │ │ ├── faq.html
│ │ │ │ │ ├── fate.html
│ │ │ │ │ ├── ffmpeg-all.html
│ │ │ │ │ ├── ffmpeg-bitstream-filters.html
│ │ │ │ │ ├── ffmpeg-codecs.html
│ │ │ │ │ ├── ffmpeg-devices.html
│ │ │ │ │ ├── ffmpeg-filters.html
│ │ │ │ │ ├── ffmpeg-formats.html
│ │ │ │ │ ├── ffmpeg-protocols.html
│ │ │ │ │ ├── ffmpeg-resampler.html
│ │ │ │ │ ├── ffmpeg-scaler.html
│ │ │ │ │ ├── ffmpeg-utils.html
│ │ │ │ │ ├── ffmpeg.html
│ │ │ │ │ ├── ffplay-all.html
│ │ │ │ │ ├── ffplay.html
│ │ │ │ │ ├── ffprobe-all.html
│ │ │ │ │ ├── ffprobe.html
│ │ │ │ │ ├── general.html
│ │ │ │ │ ├── git-howto.html
│ │ │ │ │ ├── libavcodec.html
│ │ │ │ │ ├── libavdevice.html
│ │ │ │ │ ├── libavfilter.html
│ │ │ │ │ ├── libavformat.html
│ │ │ │ │ ├── libavutil.html
│ │ │ │ │ ├── libswresample.html
│ │ │ │ │ ├── libswscale.html
│ │ │ │ │ ├── nut.html
│ │ │ │ │ └── platform.html
│ │ │ │ ├── ff-prompt.bat
│ │ │ │ ├── licenses
│ │ │ │ │ ├── bzip2.txt
│ │ │ │ │ ├── fontconfig.txt
│ │ │ │ │ ├── freetype.txt
│ │ │ │ │ ├── frei0r.txt
│ │ │ │ │ ├── gme.txt
│ │ │ │ │ ├── gnutls.txt
│ │ │ │ │ ├── lame.txt
│ │ │ │ │ ├── libass.txt
│ │ │ │ │ ├── libbluray.txt
│ │ │ │ │ ├── libbs2b.txt
│ │ │ │ │ ├── libcaca.txt
│ │ │ │ │ ├── libebur128.txt
│ │ │ │ │ ├── libgsm.txt
│ │ │ │ │ ├── libiconv.txt
│ │ │ │ │ ├── libilbc.txt
│ │ │ │ │ ├── libmfx.txt
│ │ │ │ │ ├── libmodplug.txt
│ │ │ │ │ ├── libtheora.txt
│ │ │ │ │ ├── libvorbis.txt
│ │ │ │ │ ├── libvpx.txt
│ │ │ │ │ ├── libwebp.txt
│ │ │ │ │ ├── opencore-amr.txt
│ │ │ │ │ ├── openh264.txt
│ │ │ │ │ ├── openjpeg.txt
│ │ │ │ │ ├── opus.txt
│ │ │ │ │ ├── rtmpdump.txt
│ │ │ │ │ ├── schroedinger.txt
│ │ │ │ │ ├── snappy.txt
│ │ │ │ │ ├── soxr.txt
│ │ │ │ │ ├── speex.txt
│ │ │ │ │ ├── twolame.txt
│ │ │ │ │ ├── vid.stab.txt
│ │ │ │ │ ├── vo-amrwbenc.txt
│ │ │ │ │ ├── wavpack.txt
│ │ │ │ │ ├── x264.txt
│ │ │ │ │ ├── x265.txt
│ │ │ │ │ ├── xavs.txt
│ │ │ │ │ ├── xvid.txt
│ │ │ │ │ ├── xz.txt
│ │ │ │ │ ├── zimg.txt
│ │ │ │ │ └── zlib.txt
│ │ │ │ ├── presets
│ │ │ │ │ ├── ffprobe.xsd
│ │ │ │ │ ├── libvpx-1080p.ffpreset
│ │ │ │ │ ├── libvpx-1080p50_60.ffpreset
│ │ │ │ │ ├── libvpx-360p.ffpreset
│ │ │ │ │ ├── libvpx-720p.ffpreset
│ │ │ │ │ └── libvpx-720p50_60.ffpreset
│ │ │ │ ├── tools.dll
│ │ │ │ ├── txt.txt
│ │ │ │ └── word.txt
│ │ │ ├── tools.dll
│ │ │ ├── video
│ │ │ ├── 视频倍增.exe
│ │ │ └── 视频倍增.pdb
│ │ └── Release
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ ├── 视频倍增.csproj.CopyComplete
│ │ ├── 视频倍增.csproj.CoreCompileInputs.cache
│ │ ├── 视频倍增.csproj.FileListAbsolute.txt
│ │ ├── 视频倍增.csprojAssemblyReference.cache
│ │ ├── 视频倍增.exe
│ │ └── 视频倍增.pdb
│ ├── uploadVideo
│ │ ├── Class1.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── Resources.cs
│ │ │ └── Settings.cs
│ │ ├── convertv.cs
│ │ ├── js.cs
│ │ ├── tishi.cs
│ │ └── zhanshi.cs
│ ├── uploadVideo.Form1.resources
│ ├── uploadVideo.Properties.Resources.resources
│ ├── uploadVideo.tishi.resources
│ └── 视频倍增.csproj
└── 视频处理软件(视频倍增).zip
27 directories, 159 files