<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; CMD/BAT: Исключить расширение из имени файла]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=18312</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=18312&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «CMD/BAT: Исключить расширение из имени файла».]]></description>
		<lastBuildDate>Sat, 12 Oct 2024 13:15:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: CMD/BAT: Исключить расширение из имени файла]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=161673#p161673</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, спасибо за подсказку! ChatGPT справился!</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Sat, 12 Oct 2024 13:15:42 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=161673#p161673</guid>
		</item>
		<item>
			<title><![CDATA[Re: CMD/BAT: Исключить расширение из имени файла]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=161671#p161671</link>
			<description><![CDATA[<p>На виндовом cmd.exe такое не работает. Я бы просто спросил у нейросети.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 11 Oct 2024 17:52:48 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=161671#p161671</guid>
		</item>
		<item>
			<title><![CDATA[Re: CMD/BAT: Исключить расширение из имени файла]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=161670#p161670</link>
			<description><![CDATA[<p><strong>teadrinker</strong>, могу ошибаться. В работе Automator на macOS этот блок значится Shell-скриптом, но такую ветку здесь не обнаружил.</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Fri, 11 Oct 2024 17:14:24 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=161670#p161670</guid>
		</item>
		<item>
			<title><![CDATA[Re: CMD/BAT: Исключить расширение из имени файла]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=161668#p161668</link>
			<description><![CDATA[<p>А вы уверены, что это код для cmd.exe?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 11 Oct 2024 14:42:20 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=161668#p161668</guid>
		</item>
		<item>
			<title><![CDATA[CMD/BAT: Исключить расширение из имени файла]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=161667#p161667</link>
			<description><![CDATA[<div class="codebox"><pre><code>for f in &quot;$@&quot;; do
	/opt/homebrew/bin/ffmpeg -i &quot;$f&quot; -c:v libx265 -vtag hvc1 &quot;$f&quot;.mp4
	/bin/rm &quot;$f&quot;
done;</code></pre></div><p>Здравствуйте! Сценарий конвертирует видео и удаляет исходный файл. На выходе получаю файл с двойным расширением (<em>~mp4.mp4</em>). Как исключить расширение из названия исходного файла? На выходе файл должен иметь расширение .mp4, но на входе может быть .mov, .ts, .braw и т.д. Спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (becauseim)]]></author>
			<pubDate>Fri, 11 Oct 2024 13:36:36 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=161667#p161667</guid>
		</item>
	</channel>
</rss>
