Translations:Archive:Kdenlive/Manual/ShootingHints/13/da: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
 
m (FuzzyBot moved page Translations:Kdenlive/Manual/ShootingHints/13/da to Translations:Archive:Kdenlive/Manual/ShootingHints/13/da without leaving a redirect: Part of translatable page "Kdenlive/Manual/ShootingHints")
 
(No difference)

Latest revision as of 13:48, 11 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Archive:Kdenlive/Manual/ShootingHints)
{{Input|1=<nowiki>cd ""
for i in *.*
do
ffmpeg -threads 2 -i $i -acodec libmp3lame -aq 192 -vcodec libx264 -vpre slow converted$i.mp4
done
</nowiki>}}
cd ""
for i in *.*
do
ffmpeg -threads 2 -i $i -acodec libmp3lame -aq 192 -vcodec libx264 -vpre slow converted$i.mp4
done