
Recently I’ve been working on a tube site for streaming videos using Clipbucket. However I ran into one hell of a time trying to get ffmpeg to function correctly. I downloaded a git snapshop of ffmpeg and compiled the sources myself and everything seemed to go fine.
However upon trying to get ClipBucket to upload and convert a video properly it kept failing. Ultimately the FFmpeg presets files (*.ffpreset) were missing. This being really the first time I’d ever used ffmpeg, I was searching with a blind fold on. After a while I finally found out that I was missing the majority of the .ffpreset files on my server.
Not sure why they weren’t all there in the first place, but after more and more searching I found a download of all the needed .ffpreset files to make Clipbucket behave nicely.
Here’s what’s in the zip file…
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | libvpx-1080p.ffpreset libvpx-1080p50_60.ffpreset libvpx-360p.ffpreset libvpx-720p.ffpreset libvpx-720p50_60.ffpreset libx264-baseline.ffpreset libx264-default.ffpreset libx264-fast.ffpreset libx264-fast_firstpass.ffpreset libx264-faster.ffpreset libx264-faster_firstpass.ffpreset libx264-fastfirstpass.ffpreset libx264-hq.ffpreset libx264-ipod320.ffpreset libx264-ipod640.ffpreset libx264-lossless_fast.ffpreset libx264-lossless_max.ffpreset libx264-lossless_medium.ffpreset libx264-lossless_slow.ffpreset libx264-lossless_slower.ffpreset libx264-lossless_ultrafast.ffpreset libx264-main.ffpreset libx264-max.ffpreset libx264-medium.ffpreset libx264-medium_firstpass.ffpreset libx264-normal.ffpreset libx264-placebo.ffpreset libx264-placebo_firstpass.ffpreset libx264-slow.ffpreset libx264-slow_firstpass.ffpreset libx264-slower.ffpreset libx264-slower_firstpass.ffpreset libx264-slowfirstpass.ffpreset libx264-ultrafast.ffpreset libx264-ultrafast_firstpass.ffpreset libx264-veryfast.ffpreset libx264-veryfast_firstpass.ffpreset libx264-veryslow.ffpreset libx264-veryslow_firstpass.ffpreset |























0 Comments
You can be the first one to leave a comment.