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 info on how to run ffmpeg command using dll file
@ 2022-06-07  7:29 Kumar, Rahul
  2022-06-13  9:09 ` Kumar, Rahul
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar, Rahul @ 2022-06-07  7:29 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: T H, Chaitra, Antony, Retty

Hi Team,

We are working on a prototype which converts RTSP streams to HLS using ffmpeg transcoder.


We are using below ffmpeg command to convert RTSP to HLS :

cmd:-
ffmpeg.exe -rtsp_transport tcp -re -i rtsp://<username>:<rtsp://root:><password>@172.31.67.223<mailto:root@172.31.67.223>:554/axis-media/media.amp?videocodec=h264 -c:v libx264 -crf 21 -preset veryfast -c:a aac -ac 2 -f hls -hls_flags delete_segments -hls_list_size 4 -hls_time 1 -g 5 -sc_threshold 0 -hls_playlist_type event C:\Users\Niagara4.13\tridium\stations\HLSTest\shared\vids\-514225936\stream.m3u8


We downloaded "ffmpeg.exe(5.0)" from https://www.videohelp.com/software/ffmpeg .  We are also using FFmpeg 5.0.1 "Lorentz" (https://ffmpeg.org/download.html) libraries in our project.
Just wanted to check if there is a way to run above ffmpeg command using "dll files" or other alternative instead of using "ffmpeg.exe" (as its size is 110 mb+ and we want to avoid shipping it with our product). ?
Any suggestions would be helpful.


Thanks  & Regards,
Rahul Kumar
Software Engineer, 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 info on how to run ffmpeg command using dll file
  2022-06-07  7:29 [FFmpeg-devel] Need info on how to run ffmpeg command using dll file Kumar, Rahul
@ 2022-06-13  9:09 ` Kumar, Rahul
  2022-06-13 13:10   ` Martijn van Beurden
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar, Rahul @ 2022-06-13  9:09 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: T H, Chaitra, Antony, Retty

Hi Team,

This is is a reminder. It would be helpful to us if you could respond to my below query. We are looking for other alternatives (apart from using ffmpeg.exe) to execute ffmpeg command (cmd to convert RTSP streams to .ts files). Any leads to native methods performing RTSP->.ts file transcoding would also be helpful.


Thanks,
Rahul

From: Kumar, Rahul
Sent: Tuesday, June 7, 2022 1:00 PM
To: ffmpeg-devel@ffmpeg.org
Cc: Antony, Retty <Retty.Antony@honeywell.com>; T H, Chaitra <Chaitra.TH@Honeywell.com>
Subject: Need info on how to run ffmpeg command using dll file

Hi Team,

We are working on a prototype which converts RTSP streams to HLS using ffmpeg transcoder.


We are using below ffmpeg command to convert RTSP to HLS :

cmd:-
ffmpeg.exe -rtsp_transport tcp -re -i rtsp://<username>:<rtsp://root:><password>@172.31.67.223<mailto:root@172.31.67.223>:554/axis-media/media.amp?videocodec=h264 -c:v libx264 -crf 21 -preset veryfast -c:a aac -ac 2 -f hls -hls_flags delete_segments -hls_list_size 4 -hls_time 1 -g 5 -sc_threshold 0 -hls_playlist_type event C:\Users\Niagara4.13\tridium\stations\HLSTest\shared\vids\-514225936\stream.m3u8


We downloaded "ffmpeg.exe(5.0)" from https://www.videohelp.com/software/ffmpeg .  We are also using FFmpeg 5.0.1 "Lorentz" (https://ffmpeg.org/download.html) libraries in our project.
Just wanted to check if there is a way to run above ffmpeg command using "dll files" or other alternative instead of using "ffmpeg.exe" (as its size is 110 mb+ and we want to avoid shipping it with our product). ?
Any suggestions would be helpful.


Thanks  & Regards,
Rahul Kumar
Software Engineer, 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 info on how to run ffmpeg command using dll file
  2022-06-13  9:09 ` Kumar, Rahul
@ 2022-06-13 13:10   ` Martijn van Beurden
  0 siblings, 0 replies; 3+ messages in thread
From: Martijn van Beurden @ 2022-06-13 13:10 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: T H, Chaitra, Antony, Retty

Op ma 13 jun. 2022 om 11:09 schreef Kumar, Rahul <Rahul.Kumar8@honeywell.com
>:

> alternative instead of using "ffmpeg.exe" (as its size is 110 mb+ and we
> want to avoid shipping it with our product). ?
>

Questions about use of ffmpeg are better posted at the user mailinglist,
see https://ffmpeg.org/mailman/listinfo/ffmpeg-user

If you want a smaller executable, you can simply compile ffmpeg yourself,
during build configuration you can disable all parts you don't need.
_______________________________________________
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:[~2022-06-13 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07  7:29 [FFmpeg-devel] Need info on how to run ffmpeg command using dll file Kumar, Rahul
2022-06-13  9:09 ` Kumar, Rahul
2022-06-13 13:10   ` Martijn van Beurden

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