From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1933E402C8 for ; Tue, 14 Nov 2023 22:51:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D217D68CAC6; Wed, 15 Nov 2023 00:51:33 +0200 (EET) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 72A5968CAC6 for ; Wed, 15 Nov 2023 00:51:27 +0200 (EET) Received: by mail-ej1-f53.google.com with SMTP id a640c23a62f3a-9e1fb7faa9dso921199266b.2 for ; Tue, 14 Nov 2023 14:51:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1700002286; x=1700607086; darn=ffmpeg.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=OUZLy84+K/aIscg9SvI3ogWNpgKRi7G+KHvCciVo6Sg=; b=N5M/t0TiSPomEa5RNE7dQiyUS/tfQBpaKbJ1wKR/wpMiVWpR9sSh75bok5SPf49mdj +Ksh8DQakzHEHnsJ7EqGWz7CA8TWX019K2yLyiCcpqkixQthFPFxYum8ngdVI28bDpKE i2G8a3P+FtdzXG+ktMZXEnvV6jjwwEqZG8ikifY15CxGi9HyutONujUK1AppdYHGRkoo mH1LVYhKgvNn+BwRaIbTmhYmd0hstKp2uFclGlmhxW6/xuZxepJPEWfmnCFzefmkP/ba f0eB6DXKO23Cbe9NyjVKKiZslpzjtCooChkTrSptS1UoF201lLBXy0+WsPEYTEHWqugm FqwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1700002286; x=1700607086; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=OUZLy84+K/aIscg9SvI3ogWNpgKRi7G+KHvCciVo6Sg=; b=lDXUu3nys829hWetXXzER5/xtEXqdo97ArlYX+mSoTQfiJSpYoUKkxh8tHwUklKRjU JRwmlUo/ZDEbEix/jW518rWdzRnJhM/D6HBVMBW+0aSq8c49utLAG/r5LjxAZk7+LQ+r 2bv1Kiez5E7VtWoFTz8tBcs5vupAOAkc9EBCmgkzGltnco9DrOrPruBS4JstZbh3BMaK xzuDllPJK+BPV5vodBRwJFPgfd+0J9eXwImC6e6L3rnxb7rQ6IVi8oCaf+s+H0qnwl+R 7U4Y2cLJNzrrDT9rKUv+9mmoAkpLCtM02x6C6Zva5bPq/TV/MFTGpUX2fpsoQcg7JWjE Pu0g== X-Gm-Message-State: AOJu0YyC4cFVqx0l+QwSvZOJhP9DVvI82ZXeXGVZwuQDQZxLOV8lqC7G gAc4i1XmCKfwU6ud8C7ldtWPFPXwslUtpijaRD4w59ps X-Google-Smtp-Source: AGHT+IFBB3z+zxpWOZ0arOANMTk/O1rGodv8DeDzAHgF1EO2+GfoUqSKCbtwrnd+Xc1oEW5R+OWbsmw+wJspuwyFLSw= X-Received: by 2002:a17:906:4087:b0:9e4:b664:baa8 with SMTP id u7-20020a170906408700b009e4b664baa8mr7661182ejj.7.1700002286209; Tue, 14 Nov 2023 14:51:26 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Sean McGovern Date: Tue, 14 Nov 2023 17:51:14 -0500 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: "Kumar, Rahul" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hi, On Tue, Nov 14, 2023, 17:27 Kumar, Rahul via ffmpeg-devel < ffmpeg-devel@ffmpeg.org> wrote: > Hi All, > > I am trying to reduce the size of ffmpeg.exe for using it to convert RTSP > streams to HLS. > > I used the below command to configure : > > ./configure --prefix=ffmpeg_64/ --enable-shared --disable-everything > --enable-protocol=rtsp --enable-protocol=http --enable-demuxer=rtsp > --enable-muxer=hls --enable-muxer=segment --enable-muxer=mpegts > --enable-encoder=mpeg2video --enable-encoder=aac --enable-decoder=h264 > --enable-decoder=aac --enable-parser=h264 --enable-parser=aac > --enable-filter=copy --enable-filter=aformat --enable-filter=aresample > --enable-bsf=h264_mp4toannexb --enable-bsf=aac_adtstoasc --enable-gpl > --enable-version3 --enable-nonfree --enable-small > --yasmexe='C:/c99/yasm-1.3.0-win64.exe' --target-os=win64 --arch=x86_64 > --toolchain=msvc > > > After this I ran "make" and "make install" command which created 1.2 mb > ffmpeg.exe in bin folder. This ffmpeg.exe is not working for me. Can > somebody guide me if I am missing anything here? > > > Regards, > Rahul > Honeywell > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". > Saying it doesn't work is decidedly nebulous. Also, ffmpeg-devel is a development-centered list and not the correct forum for CLI usage help. -- Sean McGovern > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".