Displaying 1 result from an estimated 1 matches for "65i".
Did you mean:
65
2011 Jul 11
0
stuck with permissions in using FileUtils
...ile, File.extname(@clip_file))
# => NickFaldo
the ffmpeg transcoding process, is writing an output file into the tmp
dir , without any problem
@tmp_dir = FileUtils.mkdir_p(Rails.root.join("tmp", "converted",
"#{clip[:id]}")) # => ( "../clips/tmp/65i" )
@tmp_file = File.join(@tmp_dir, "#{basename}.mp4") # =>
( "../clips/tmp/65/NickFaldo.mp4" )
until then everything works as expected ...
then I want to bring back the transcoded clip in place of the original
one ... with the same base name but with an .mp4...