[FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0

Sean McGovern gseanmcg at gmail.com
Wed Nov 15 00:51:14 EET 2023


Hi,

On Tue, Nov 14, 2023, 17:27 Kumar, Rahul via ffmpeg-devel <
ffmpeg-devel at 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 at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at 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

>


More information about the ffmpeg-devel mailing list