12,297
edits
No edit summary |
|||
Line 6: | Line 6: | ||
# open the shotcut .mlt document in Visual Studio Code. | # open the shotcut .mlt document in Visual Studio Code. | ||
# find the playlist section in the xml document, it should look like this: | # find the playlist section in the xml document, it should look like this: | ||
<syntaxhighlight lang="xml"> | |||
<playlist id="playlist0"> | <playlist id="playlist0"> | ||
<property name="shotcut:video">1</property> | <property name="shotcut:video">1</property> | ||
Line 13: | Line 14: | ||
<entry producer="producer3" in="00:38:06.600" out="00:39:34.800"/> | <entry producer="producer3" in="00:38:06.600" out="00:39:34.800"/> | ||
</playlist> | </playlist> | ||
</syntaxhighlight> | |||
# now you can edit the movie by copying in- and outpoints from the .srt subtitle file. Beware: in the .srt the frame number is separated by a comma, in the .mlt it is a point. | # now you can edit the movie by copying in- and outpoints from the .srt subtitle file. Beware: in the .srt the frame number is separated by a comma, in the .mlt it is a point. | ||
# save the file under a different name. | # save the file under a different name. |