文件名称:transcoder:使用 ffmpeg 的 Ruby on Rails 视频上传器和转码器
文件大小:35KB
文件格式:ZIP
更新时间:2024-08-01 11:04:36
Ruby
Ruby on Rails 视频转码器 Ruby on Rails 应用程序、视频上传器和转码器。 它使用 ffmpeg 和 Resque 后台作业进行转码过程。 使用: 安装redis 从源代码构建 ffmpeg $ 捆绑安装 $ rake db:migrate(使用sqlite) $工头开始 发送 POST 请求到 {"input":"/home/vlatko/Videos/Testing/1.mp4", "outputs":[{"url":"/home/vlatko/test/video/hi/hi.mp4", "width" :"1280", "height":"720", "audio_codec":"aac", "video_codec":"h264", "single_thread":false}, {"url":"/home/vlatko/test/vide
【文件预览】:
transcoder-master
----log()
--------.keep(0B)
----bin()
--------rake(164B)
--------spring(510B)
--------rails(220B)
--------bundle(129B)
----vendor()
--------assets()
----config()
--------locales()
--------database.yml(552B)
--------initializers()
--------application.rb(1KB)
--------routes.rb(209B)
--------boot.rb(170B)
--------secrets.yml(964B)
--------environment.rb(150B)
--------environments()
----db()
--------seeds.rb(343B)
--------migrate()
--------schema.rb(1KB)
----Rakefile(273B)
----test()
--------models()
--------test_helper.rb(312B)
--------controllers()
--------mailers()
--------integration()
--------fixtures()
--------helpers()
----Procfile(244B)
----app()
--------uploaders()
--------models()
--------jobs()
--------assets()
--------controllers()
--------views()
--------mailers()
--------helpers()
----README.rdoc(478B)
----Gemfile(1KB)
----Gemfile.lock(4KB)
----.gitignore(484B)
----lib()
--------tasks()
--------assets()
----public()
--------404.html(2KB)
--------robots.txt(202B)
--------500.html(1KB)
--------422.html(2KB)
--------favicon.ico(0B)
----README.md(1KB)
----config.ru(154B)