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 4DF2C4426A for ; Tue, 4 Oct 2022 10:21:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF70C68BB95; Tue, 4 Oct 2022 13:20:56 +0300 (EEST) Received: from mail-yw1-f176.google.com (mail-yw1-f176.google.com [209.85.128.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8029B68B378 for ; Tue, 4 Oct 2022 13:20:50 +0300 (EEST) Received: by mail-yw1-f176.google.com with SMTP id 00721157ae682-35711e5a5ceso91432037b3.13 for ; Tue, 04 Oct 2022 03:20:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date; bh=cUmqBSHnbVxtfb6ikAUapUvJF6La3N9M4aW346cPVG8=; b=Mp+AAspv4RdpeSLRgL8igL2k2wyB8KkebRzSDOgRllnyGVZk3FtXP81FYUwdo5sCHx dnRnxMqOHiOZk/kk3HIk/Sdrm0y+E9lGT7lPAxp12LOA46yi3rXvE6H1258UPrp0a2c/ ybW7CjUcMx496xd2gsw/kUXvo1d+V9rmT2+UPON0wJqUX3rff82E0A2ThqNYTT0EpyfG 7KiFXjgPSTnw1K9fcCAsNkuI5MXYRWeqQwM+fCgcFQYk+oodj+iosIZQ1hU38hD6jYBQ bT6x7wPOsPb9dYOGpfmzEA3cd7qEV274IeFCdWqjNNNbUWvemMy3MheUPBsBF8gsd9Bo 12Ow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date; bh=cUmqBSHnbVxtfb6ikAUapUvJF6La3N9M4aW346cPVG8=; b=mxdNb70d20wI8v3BJgoXGGie+6f4buYjtWdo0YoMvzsPeN7Y8ZVlkF+Ckj4nUHpxju 38yd1I+5b9cp4g7jJzj1QVGa5RpzcK9b59caqgMqDAiLPM9wwppJF1837UsyOmnSLl7M Zd1fIHxv5FSfloz7d/b5ZTCCYqeQ5NjEzPDRgct2DKV4JBrkUkE3j2SQVNR3YNkPD0ax DfMluOkjfwd/tqMR+n8T5OpZaYIIYwwYGb+mx39KniFE8WhYJUmxkQp+EqdqCCqrX8z3 ShA4f7CDeK99M39lB5ST7Lg5qXZvdlR6llKRYnioYxnGoEc+hEhOH6UwHcgCz3qIvkf9 qutA== X-Gm-Message-State: ACrzQf0ud6d8PHvt3pVVPwxXufMYbNPX5Cp6ca+U80+he2tRZvFu0mbQ yE8HQF6e7BEh1H2w8b4n7TDCFmP5GBq07BeMKdqKUTMw5GE= X-Google-Smtp-Source: AMsMyM627HlwxnlbPmAxwGDBD9W5L5t7IDgz/bkE1fe+F+NYzc/yUCeJuTikFwSXWh9I8JNTc0xEqxLORvOTEeO8fTQ= X-Received: by 2002:a81:1c07:0:b0:358:6e7d:5118 with SMTP id c7-20020a811c07000000b003586e7d5118mr13225529ywc.255.1664878848971; Tue, 04 Oct 2022 03:20:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Martijn van Beurden Date: Tue, 4 Oct 2022 12:20:38 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] Need to reduce size of ffmpeg.exe for version 5.0.1 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: "T H, Chaitra" 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: Op ma 3 okt. 2022 om 22:14 schreef Kumar, Rahul : > Can somebody help me answering below questions : > > 1. Can we reduce the size of ffmpeg.exe ? Any idea how can we create a smaller ffmpeg.exe which should be able to run only above command to convert RTSP to HLS? (as its size is 110 mb+ so it is difficult to ship it with our product). > 2. Is there a way to run above ffmpeg command using "dll files" or other alternative instead of using "ffmpeg.exe" > I sent you an answer to a similar question the 13th of July, but you didn't reply: http://ffmpeg.org/pipermail/ffmpeg-devel/2022-June/297489.html 1) You can compile ffmpeg from sources yourself. You can disable components you won't use and use --enable-small in the configuration. 2) You can use the dll files by writing a program using them. _______________________________________________ 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".