Skip to main content

Things I Learned: ffmpeg Video clips; Also KR4I QSO from US-0757

This is the POTA activation that just keeps giving.

Going through all the recordings of the blustery day POTA from US-0757, I wanted to make a few shorter clips. Consequently, I dusted off my nascent ffmpeg skills. One of the tings I had to find was how to make a video clip. Here's the command I'm using to divide my larger recordings into smaller ones:

fmpeg -i us_0757_waves.mp4 -ss 00:00:00 -t 00:00:48 -c:v copy -c:a copy sm0gjn.mp4

The -i argument is the input recording. -ss denotes where in the recording in hh:mm:ss format I want the clip to start and the -t argument indicates in hh:mm:ss format how long I want the clip to last. The -c arguents are telling ffmpeg to copy both video (:v) and audio (:a). The copy argument says to copy these thingis for the duration of the clip into the file name copying the 'copy' argument, (cm0gjn), in this case.

The clip procesing takes about two seconds, and for me anway, is so much faster than using any GUI video editing program I've found. 

I might take this and start to set up an automated clip per QSO. Let's try a few here. The following table shows all the QSOs with their UTC time for the activation

QSO Log

Callsignrx RSTtx RSTTime (GMT)Frequency
sm0gjn3393392024/11/18 15:49:0014057.4
na7jd4495992024/11/18 15:53:0014057.4
n1xk3395192024/11/18 15:55:0014057.4
ve7osh3392292024/11/18 16:01:0014057.4
kf0ge5594492024/11/18 16:03:0014057.4
k9osc4495392024/11/18 16:05:0014057.4
kk7nnc5795392024/11/18 16:15:0014057.4
n6dxn5595592024/11/18 16:03:0014057.4
kr4i4494892024/11/18 16:30:0014057.4
ve6lk5595392024/11/18 16:32:0014057.4
n0aie5895492024/11/18 16:42:0014057.4
kn7d5795592024/11/18 16:43:0014057.4

I already posted the QSO for SM0GJN, so let's try a different one. How about Kr4i? That was at UTC 16:30. Let's see how long this takes. It's 14:26 PST right now. At 14:30, I've made the clip and I'm uploading. At 14:34, I've filled in the YouTube forms and published the clip. Adding it below now.



And that's that. At 14:37 I'm done copying the short to this post.

What you're hearing in the video:

I got the idea for recording POTA activations from K4SWL. I haven't quite perfected my method yet, but I'm getting better at it. Here's what I'm doing. I'm dialing my phone into the Utah SDR, then turning on the screen recorder to record the screen as well as any media audio output, (the Utah SDR), and the phone's microphone. I listen to TouCans' audio output via a pair of Bose Bluetooth noise canceling headphones. the signal audio you'll here is from Utah. The waves crashing were under me in San Francisco.



Comments

Popular posts from this blog

The Valentine's Day Magnetic Monopole

There's an assymetry to the form of the two Maxwell's equations shown in picture 1.  While the divergence of the electric field is proportional to the electric charge density at a given point, the divergence of the magnetic field is equal to zero.  This is typically explained in the following way.  While we know that electrons, the fundamental electric charge carriers exist, evidence seems to indicate that magnetic monopoles, the particles that would carry magnetic 'charge', either don't exist, or, the energies required to create them are so high that they are exceedingly rare.  That doesn't stop us from looking for them though! Keeping with the theme of Fairbank[1] and his academic progeny over the semester break, today's post is about the discovery of a magnetic monopole candidate event by one of the Fairbank's graduate students, Blas Cabrera[2].  Cabrera was utilizing a loop type of magnetic monopole detector.  Its operation is in...

Cool Math Tricks: Deriving the Divergence, (Del or Nabla) into New (Cylindrical) Coordinate Systems

Now available as a Kindle ebook for 99 cents ! Get a spiffy ebook, and fund more physics The following is a pretty lengthy procedure, but converting the divergence, (nabla, del) operator between coordinate systems comes up pretty often. While there are tables for converting between common coordinate systems , there seem to be fewer explanations of the procedure for deriving the conversion, so here goes! What do we actually want? To convert the Cartesian nabla to the nabla for another coordinate system, say… cylindrical coordinates. What we’ll need: 1. The Cartesian Nabla: 2. A set of equations relating the Cartesian coordinates to cylindrical coordinates: 3. A set of equations relating the Cartesian basis vectors to the basis vectors of the new coordinate system: How to do it: Use the chain rule for differentiation to convert the derivatives with respect to the Cartesian variables to derivatives with respect to the cylindrical variables. The chain ...

More Cowbell! Record Production using Google Forms and Charts

First, the what : This article shows how to embed a new Google Form into any web page. To demonstrate ths, a chart and form that allow blog readers to control the recording levels of each instrument in Blue Oyster Cult's "(Don't Fear) The Reaper" is used. HTML code from the Google version of the form included on this page is shown and the parts that need to be modified are highlighted. Next, the why : Google recently released an e-mail form feature that allows users of Google Documents to create an e-mail a form that automatically places each user's input into an associated spreadsheet. As it turns out, with a little bit of work, the forms that are created by Google Docs can be embedded into any web page. Now, The Goods: Click on the instrument you want turned up, click the submit button and then refresh the page. Through the magic of Google Forms as soon as you click on submit and refresh this web page, the data chart will update immediately. Turn up the:...