Various DCI naming tweaks and a subtitle bug fix.
[dcpomatic.git] / src / lib / imagemagick_encoder.cc
index d0feb18934e7b8b8d8ff27f661af2a061c072a75..2518f8dc5885987cfe74505c884eca3096c11b67 100644 (file)
@@ -85,7 +85,7 @@ ImageMagickEncoder::process_video (shared_ptr<Image> image, int frame, shared_pt
                         << "y " << sub->position().y << "\n";
 
                metadata.close ();
-               filesystem::rename (tmp_metadata_file, _opt->frame_out_path (frame, false, ".sub.png"));
+               filesystem::rename (tmp_metadata_file, _opt->frame_out_path (frame, false, ".sub"));
        }
        
        frame_done (frame);