<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.billyrondon.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.billyrondon.com/feed.php">
        <title>WIKI de apuntes de Billy Rondón - desorden</title>
        <description></description>
        <link>http://wiki.billyrondon.com/</link>
        <image rdf:resource="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-06-04T19:23:56+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/desorden:ffmpeg?rev=1764903579&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/desorden:yt-dlp?rev=1759811439&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>WIKI de apuntes de Billy Rondón</title>
        <link>http://wiki.billyrondon.com/</link>
        <url>http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/desorden:ffmpeg?rev=1764903579&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-12-05T02:59:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ffmpeg</title>
        <link>http://wiki.billyrondon.com/doku.php/desorden:ffmpeg?rev=1764903579&amp;do=diff</link>
        <description>FFMPEG

Ejemplo de como aplicarlos

Cortar videos en Segmentos (chunk)

Cuando quiero digamos subir un video en reels en whats app pero el video dura más de 30 segundos, entonces lo tengo que cortar en segmentos de 30 segundos, lo uso así:



ffmpeg -i input.mp4 -c copy -map 0 -segment_time 00:00:30 -f segment -reset_timestamps 1 output%03d.mp4</description>
    </item>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/desorden:yt-dlp?rev=1759811439&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-07T04:30:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>yt-dlp</title>
        <link>http://wiki.billyrondon.com/doku.php/desorden:yt-dlp?rev=1759811439&amp;do=diff</link>
        <description>yt-dlp

	*  &lt;https://github.com/yt-dlp/yt-dlp&gt;
	*  &lt;https://ostechnix.com/yt-dlp-tutorial/&gt;

Ejecutable que permite descargar vídeos de youtube y otras páginas de vídeos usando linea de comandos.

Ojo: en la instalación debe contar con ffmpeg para poder descargarlo en la más alta calidad.

Descargar una calidad especifica</description>
    </item>
</rdf:RDF>
