Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0
@ 2023-11-14 22:27 Kumar, Rahul via ffmpeg-devel
  2023-11-14 22:51 ` Sean McGovern
  2023-11-15  6:36 ` Rémi Denis-Courmont
  0 siblings, 2 replies; 3+ messages in thread
From: Kumar, Rahul via ffmpeg-devel @ 2023-11-14 22:27 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Kumar, Rahul

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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0
  2023-11-14 22:27 [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0 Kumar, Rahul via ffmpeg-devel
@ 2023-11-14 22:51 ` Sean McGovern
  2023-11-15  6:36 ` Rémi Denis-Courmont
  1 sibling, 0 replies; 3+ messages in thread
From: Sean McGovern @ 2023-11-14 22:51 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Kumar, Rahul

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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0
  2023-11-14 22:27 [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0 Kumar, Rahul via ffmpeg-devel
  2023-11-14 22:51 ` Sean McGovern
@ 2023-11-15  6:36 ` Rémi Denis-Courmont
  1 sibling, 0 replies; 3+ messages in thread
From: Rémi Denis-Courmont @ 2023-11-15  6:36 UTC (permalink / raw)
  To: FFmpeg development discussions and patches, Kumar,
	Rahul via ffmpeg-devel
  Cc: Kumar, Rahul



Le 15 novembre 2023 00:27:29 GMT+02:00, "Kumar, Rahul via ffmpeg-devel" <ffmpeg-devel@ffmpeg.org> a écrit :
>Hi All,
>
>I am trying to reduce the size of ffmpeg.exe for using it to convert RTSP streams to HLS.

That is a complex matter that requires professional support. So please consider hiring a consultant. You can't reasonably expect volunteers to assist with that sort of problem, especially not whilst undersigning as a large commercial electronic vendor.

Br,
_______________________________________________
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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-15  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 22:27 [FFmpeg-devel] Need to reduce ffmpeg.exe size in n6.0 Kumar, Rahul via ffmpeg-devel
2023-11-14 22:51 ` Sean McGovern
2023-11-15  6:36 ` Rémi Denis-Courmont

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git