I'm working on running an Electron Linux App on FreeBSD, namly lbry-desktop,
https://github.com/lbryio/lbry-desktop/.
I did this
1. download https://github.com/mrclksr/linux-browser-installer
2. run from FreeBSD
> sudo ./linux-browser-installer chroot create
> sudo chroot /compat/ubuntu/...
Hello to everyone.
The last command that I've been able to issue on my FreeBSD 13 installation has been "pkg install ffmpeg" ; after this,during the FreeBSD booting process I see a lot of error messages like this : "eval:sort not found" and when the desktop managers (I tried with xfce and kde...
Hello friends,
I have a TrueNAS 12.0 server which runs with no GUI. I plugged in Nvidia GTX 1050Ti to it in order to use in ffmpeg. After plugging in pciconf -vl gave me the following output
vgapci0@pci0:2:0:0: class=0x030000 card=0x85d11043 chip=0x1c8210de rev=0xa1 hdr=0x00
vendor...
HiI need to increase my buffer size for UDP video streaming
My current buffer size is
kern.ipc.maxsockbuf: 2097152
When I use ffmpeg to capture my desktop and send the stream over udp to another computer to record, the maximum bit rate and buffer size I can use is 500k with this command...
I written a script called overlay-pip
to create a picture in picture with ffmpeg
You can overlay a clip over the base video
which then goes in to a pip window for the duration of the overlay clip
convert a video to grayscale
ffmpeg -i infile -filter:v "hue=s=0" outfile.mp4
cropping a video, converting to grayscale and padding
ffmpeg -i infile.mp4 -filter:v "crop=1440:1080:240:0,hue=s=0,pad=1920:ih:(ow-iw)/2" outfile.mp4
example of big buck bunny cropped, converted to grayscale and...
create thumbnails from a video and tile into an image like a contact sheet or film strip
tile-thumbnails github
Note that you can use two different time unit formats: sexagesimal (HOURS:MM:SS.MILLISECONDS, as in 01:23:45.678), or in seconds. If a fraction is used, such as 02:30.05, this is...
Hi
Heres how to extract the audio from a single video file
ffmpeg -i infile.mp4 -vn -c:a copy outfile.m4a
batch extract audio from video files
find -s . -type f -name "*.mp4" -exec sh -c \
'ffmpeg -i "${0}" -vn -c:a copy "${0%.*}.m4a"' \
"{}" \;
Hi
I have written some shell scripts (bourne shell not bash)
for basic video and audio editing tasks with ffmpeg
A lot of the open source video editors dont really compare to Final Cut Pro or Davinci Resolve,
and can be difficult to get hardware encoding working
Thats why i decided to write...
I have written some ffmpeg shell scripts to process audio and video,
and perform some tasks you would normally need to use a video editor for.
If anyone has a free moment for some peer review or feedback that would be great,
i have already used shellcheck on all the scripts but if anyone can...
When you install the ffmpeg package ffplay isnt installed
Looking at the ffmpeg freshports page there is a comment for ffplay
@comment bin/ffplay
I may be wrong but i think ffplay requires sdl which is off by default in the config options
SDL=off: Simple Direct Media Layer support
Can anyone...
Using ffmpeg to fade and cross fade audio and video
ffmpeg can be used to fade and cross fade audio and video in a single clip,
or between 2 or more clips which is handy if you dont wont to open a video editor
Combine audio and video files into a new file
Sometimes you need to extract the...
Hi! It's the first time I'm using FreeBSD, I'm a Linux user since 2005.
I'd like to have FFmpeg with screencast capability and other options, so I decided to create a Jail (zfs) with Poudriere.
The problem is that some packages (cmake, protobuf, xcb first of all) fail on build.
Is it possible...
I'm using binary packages (not ports) and the default ffmpeg has lame disabled so I can't work with mp3's.
I tried compiling ffmpeg in poudriere with lame enabled, then reinstall from the poudriere repo but lame is still disabled for some unknown reason.
Can anyone explain how to get this...
Hi,
could somebody tell me what is the difference beween these 2 packages ?
AFAI coud understand ffmpeg0 still provides ffserver0 where ffmpeg does not.
Are there other differences ?
Bye.
Hi,
Yesterday i tried to install ffmpeg in a FreeBSD-11.1 in a BeagleBone Black.
The package is missing, this is a bit of a problem because BBB are very small manchines.
Anyhow, I am tring to compile it from ports.
Now, the question is, supposing the compilation of the port will succeed how...
Hi all,
is anyone aware if it's possible to build ffmpeg with support for Nvidia's NVENC/NVDEC? It doesn't appear on the configure options, nor does libav or CUDA.
I *think* the API is made available in x11/nvidia-driver.
Thanks,
Scott
I compiled ffmpeg in poudriere because I need x11grab for screencasting but I already have the default pkg installed.
How do I force an upgrade from poudriere of the same version package (without removing all its dependencies)?
If there's an easier way to get ffmpeg to screencast, I'd love to...
Good day!
I have a ffserver instance for rtsp broadcasting. And after ney year port upgrades, ffserver segfaults on client rtsp connection.
I'm google about that issue, and it already known: https://trac.ffmpeg.org/ticket/5869
Is it possible to fix version in ports please?
uname -a
FreeBSD...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.