Skip to main content

All Questions

Tagged with
1 vote
0 answers
40 views

compiling ffmpeg with fixed arguments? [closed]

I would like to compile ffmpeg with fixed arguments, ie: ffmpeg -i rtsp://localhost/live -vcodec copy -acodec copy -f flv rtmp://remotehost/live I can't for security reasons call it from an external ...
netlink netlink's user avatar
2 votes
2 answers
179 views

Use default options when compiling ports

I am compiling a few ports on FreeBSD, however during the compiling process I am often greeted with options for the dependencies of the port. This causes the compiling process to pause until I select (...
Ben's user avatar
  • 135