We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133bcab commit 26f90dfCopy full SHA for 26f90df
lib/ffmpeg/transcoder.rb
@@ -47,7 +47,6 @@ def initialize(movie, output_file, options = EncodingOptions.new, transcoder_opt
47
end
48
# Example output: /tmp/rlovelett/interim/test_gv6Hw86ryqklKNiYCu9a8w.mp4
49
interim_path = "#{dirname}#{File.basename(path, File.extname(path))}_#{SecureRandom.urlsafe_base64}.mp4"
50
- puts "|| rlovelett interim path #{interim_path}"
51
@movie.interim_paths << interim_path
52
53
else
0 commit comments