]> cat aescling's git repositories - mastodon.git/commit
Fix media processing getting stuck on too much stdin/stderr (#16136)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 5 May 2021 17:44:01 +0000 (19:44 +0200)
committerGitHub <noreply@github.com>
Wed, 5 May 2021 17:44:01 +0000 (19:44 +0200)
commit036556d3509fac5fa487a0d5ff3cf95767e8d84f
treef3435a4f1a5cbb999fde3118e9d17e62a889a59d
parentdfa002932d660656792a78887264dd00820f2dda
Fix media processing getting stuck on too much stdin/stderr (#16136)

* Fix media processing getting stuck on too much stdin/stderr

See thoughtbot/terrapin#5

* Remove dependency on paperclip-av-transcoder gem

* Remove dependency on streamio-ffmpeg gem

* Disable stdin on ffmpeg process
12 files changed:
Gemfile
Gemfile.lock
app/lib/video_metadata_extractor.rb [new file with mode: 0644]
app/models/media_attachment.rb
config/application.rb
lib/paperclip/attachment_extensions.rb
lib/paperclip/gif_transcoder.rb
lib/paperclip/image_extractor.rb
lib/paperclip/transcoder.rb [new file with mode: 0644]
lib/paperclip/transcoder_extensions.rb [deleted file]
lib/paperclip/video_transcoder.rb [deleted file]
lib/terrapin/multi_pipe_extensions.rb [new file with mode: 0644]