I've got a webcam working via webcamd and chromium. Today, I tried "piping" video through a virtual camera in OBS and almost got there but got stuck chrome not detecting the virtual camera.
Basically, I get a /dev/video5 device, vlc successfully connects and displays the stream. I figured, this...
I installed multimedia/avidemux to try it out as a video editor via pkg install avidemux. It installed successfully, but it is nowhere to be found in my applications menu (in other words, there's not a .desktop file) and running avidemux in the terminal gives nothing. Does avidemux run with a...
I'm using KDE with the drm-kmod graphics driver and just experienced a hang issue. I'm just wondering if I switch over to Xfce, would it work without this drm-kmod driver? My gut feeling is it would require the same hardware drivers. But however, I remember that many years ago things were much...
Hi, First of all I am new to freebsd, so I apologize in advance if I make a mistake about something.
I had used freebsd before, but I only used it for about a week on the same pc. I recently installed the latest freebsd release, installed xorg and tried to install some desktop environments like...
All,
In case you missed it, the FreeBSD foundation is hosting FreeBSD Fridays and Office Hours. These events are synchronous, live sessions, where the host(s) talk about, demonstrate, or answer questions in real time. The video portion is livestreamed and there is a IRC chatroom associated with...
Hello.
Ī am long accustomed to handling of video adapters by Linux. But now doing some setup and testing with FreeBSD 12.1 where things go differently. In spite of all my efforts, the system (except for Xorg) makes no reasonable job on video modes: not a single time did...
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...
Hi
Just a head up that Firefox 72 picture in picture video is working on Freebsd
Open a video on youtube click the blue icon that appears on compatible video players/embeds.
This makes the video “pop out” in to its own floating player frame which you can resize and reposition on your screen...
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...
All,
I would like to buy a cheap, compatible, video card that is able to output 1920x1080 through an hdmi cable. Is there such a thing? I would appreciate your suggestions for 2019. I have read endless posts about how to get this card or that card to work, but is there a card that will just...
I installed graphics/drm-legacy-kmod-g20190213 which results in a bunch of messages when loading thus:
Apr 8 23:54:33 tiger kernel: drmn0: =======================================================
Apr 8 23:54:33 tiger kernel: drmn0: This code is obsolete abandonware. Install the...
Chromium 73 has just been released today and picture in picture mode for video is now working
To use pip right click on a video playing on youtube twice,
the second time you right click you will see a picture in picture option which will pop the video out of the browser window
If you are...
Hello,I recently installed FreeBSD 12.0 on a MacPro 1,1. Due to the EFI being 32bit I had to use this website and tool to remove EFI functions from the installer.
https://mattgadient.com/2016/07/11/linux-dvd-images-and-how-to-for-32-bit-efi-macs-late-2006-models/ Worked great for creating an...
im trying to set two monitors, and AMDGPU driver on FreeBSD, the output of the commands that i know of are under.
[EDIT] my amd.conf file for the GPU, sorry forgot it:
https://pastebin.com/LVDpGYed
Xorg.0.log:
https://pastebin.com/G8ESHzW4
Xrandr:
https://pastebin.com/d8wdqLPE
rc.conf...
Hi All
Chromium has finally been updated from version 68 to 71.
So I thought I'd try out the picture in picture, basically on a youtube page you right click twice on the video and then you get an option to open the video in PIP mode.
That then opens the video in its own window which then...
You can use the newsboat rss reader which is a fork of newsbeuter and mpv player to subscibe to youtube channels and playlists rss feeds, like bsdnow and create a newsboat macro to open the video with mpv player and use w3m as the default browser or firefox as a secondary browser
* install...
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.