Tuesday 15 January 2019

Movavi Video Suite 18

£59.95
https://www.movavi.com/

There are so many well-known video editing packages ranging from the fairly expensive ones such as Adobe Premiere (about £20 per month) to cheaper ones such as Cyberlink PowerDirector (from around £80). Movavi Video Suite is not one of the best known packages but it is one of the least expensive. But can it really compete with all those better established products?

I recorded this at my desk in front of a green screen then used Movavi's Chroma Key to remove the green and let me pretend to be sitting in a jungle!
In fact, since first using the last edition (v 17) of Movavi Video Studio (see my review), I have found myself coming back to it again and again. At first glance, this might seem odd. Because, if you judge it purely in terms of its range of features, there is nothing obvious that sets it apart from other video editing packages.

But what I’ve found is that there are some things that are simply faster and easier to do with Movavi Video Suite. Converting file formats, for example, or doing a quick Chroma Key recording (with a green-screen backdrop that is removed by the software) is just so quick and easy. I’ve found its green-screen removal works better than many more expensive products when recordings have been made using imperfect backdrop lighting (and that’s the sort of lighting that is probably typical of a lone video maker like me, doing impromptu recordings in my home office).

In brief, it is a simple-to-use video recording and editing package that lets you create videos from clips on a timeline, apply transitions and effects, zoom, pan, add titles and annotations, and produce your final video in a large range of alternative formats.

This new release adds on a few new features, the most useful of which is probably the expansion of the timeline. Previously you were limited to just two video tracks and two sound tracks. In the new version, you can add unlimited tracks to the timeline.

Finally, more video tracks!!!
Other changes are mainly related to improved efficiency and usability. You can edit 4K videos without lagging; visual guides have been added to make cropping, panning and zooming more easily controllable and various improvements have been made to trimming, rotation, intros , outros and so on. A list of the main new features can be found here: https://www.movavi.com/suite/whats-new.html

The provision of a decent screen recorder is definitely a bonus for anyone who needs to do software videos or tutorials. You can not only record the entire monitor (or even the screen of a secondary monitor) but you can also mark out a portion of the screen to record. You can record simultaneously from both the screen and a webcam so that you can include a ‘picture in picture’ of yourself talking to camera while also showing screen activity. Incidentally, while the webcam video is, by default, recorded at a fixed size and position, you can move and resize the webcam video independently of the screen capture by right-clicking it in the timeline and selecting ‘Edit as Overlay’. Bearing in mind that the Camtasia screen recorder costs over £230, and lacks many of the other video editing features of Movavi Video Suite, this alone could easily justify the price of this package.

The screen recorder lets you record portions of a screen along with a simultaneous webcam recording
Now, I have to admit that I do not use Movavi Video Suite as my main video editor. Personally, I generally use Camtasia for screencasts (computer screen recordings) and PowerDirector for live video editing. For my own use, I tend to use Movavi Video Suite as a toolkit that provides a set of utilities for special-purpose tasks. That isn’t to say that it is not up to the job of recording, editing and publishing videos from start to finish. It certainly is. Its combination of screen and video recording tools, and its newly extended multi-track editor, make it a great value all-rounder if you are on a tight budget. But I just know those other packages so well now that I am reluctant to use others.

That said, if I was looking for a good all-round video capture/edit and screencast suite to make videos, I can’t think of any other product that gives you so much for such a low cost. It really is rather good.

Sunday 6 January 2019

C Programming – return of the vanishing parentheses

The other day, an esteemed colleague of mine happened to fulminate against the abominable practice, favoured by some C programmers, of enclosing expressions returned from functions between a pair of parentheses like this:

return (x);

or

return ((x-1) + (y+2));

Now I admit I had previously given no thought to this matter. It is not (I think!) my personal habit to use parentheses in this way but I’ve certainly seen it done and it had never struck me either positively or negatively. After all, what’s a pair of brackets between chums?

But my grumpy colleague was not so forgiving. In his view, the use of round brackets after a return is unnecessary and anyone who does this is guilty of invincible ignorance due to their grievous misunderstanding of the nature of a return statement.

That being so, I wondered why the practice was so commonplace. I did a quick Google search and found about equal numbers of people who agreed and who disagreed with my  grouchy friend. Some said that parentheses around return values are the work of Satan; others claimed that parentheses “add clarity”.

Some say that parentheses are bad is because they are used in the mistaken belief that return acts like a function call. To be honest, this doesn’t sound a very probable explanation to me so I carried on researching.

“What do Kernighan and Ritchie prefer?” I asked myself.

I consulted the second edition of their classic text, ‘The C Programming Language’ and sure enough they don’t use parentheses. Oh well, there are no greater C authorities than K&R, so that surely settles the matter.

Then out of idle curiosity, I decided to check the first edition of ‘The C Programming Language’. If I wore false teeth I might well have swallowed them at this point. To my astonishment, throughout the first edition every code example I could find uses parentheses around return expressions.

They are there in edition one. They are gone in edition two.

But why?

This is what the authors say about return expressions in edition 1 (page 23):
“Any expression may occur within the parentheses”

In edition 2 (page 26) this is rewritten:
“Any expression may follow return”

So why were the parentheses used in edition 1? There may be another clue. The text of that book also states that a value is returned “just as in PL/I”. Now, I have never used the PL/I programming language but it is my understanding that in PL/I it is mandatory to enclose returned expressions between parentheses. Possibly Kernighan and Ritchie initially thought this was a good stylistic convention but then subsequently changed their minds. Or possibly very early C compilers required parentheses but later didn’t.

One thing that is certain is that the immediate predecessor to C, that’s the B language, did require parentheses. ‘The Programming Language B’ manual states:
“A return in a function causes an immediate return to the calling program. If the return is followed by an expression in parentheses, this expression is evaluated, and the value returned to the caller.”

One of the authors of the B manual, incidentally, was the same B. W. Kernighan who later co-authored the famous C book.

I don’t think I’ve absolutely solved the mystery of the vanishing parentheses. What I can say is that in some languages such as PL/I and B, parentheses around return expressions are required. In C they were initially considered to be acceptable (and possibly obligatory?) but they are no longer needed. In spite of that fact, a substantial number of programmers of C and C-like languages such as C# and Java, continue to use them.

So in brief: parentheses around return expressions are not needed.

But if you happen to like them and if you want use them I won’t hold it against you. On the other hand, I have a very grumpy colleague who certainly will….

Wednesday 2 January 2019

Affinity Publisher (beta) DTP software preview

https://affinity.serif.com/en-gb/publisher/

Serious DTP (Desktop Publishing) packages tend to come with a hefty price tag. The venerable Quark XPress costs £725 (one-off purchase). Adobe’s InDesign costs around £20 per month. There are of course, much cheaper packages such as Microsoft Publisher (which is now bundled with Office for about £420, or £60 per year). But, frankly, while Publisher is fine for newsletters and flyers, I doubt if many professional designers would be tempted by it.

A forthcoming product - for both Windows and Mac - could plug the gap between the expensive professional-grade packages and the cheaper products aimed at amateurs. I’ve been taking a look at the beta release of Affinity Designer. And so far I am extremely impressed.


I don’t normally write about beta software but in this case I make an exception. Let me explain why. I have used graphics and DTP software from Serif (the company behind the Affinity range) for many years. I first used them way back in the 1990s when I was a reviewer and columnist for ‘PC Plus’ magazine and ‘Computer Shopper’. Even then they were good. In the years that followed they became much better. Their claim to fame was combing high-end features with a low-end price. Serif’s previous DTP package was PagePlus, but that product was quietly ‘retired’ a few years ago (though you can still buy it for just £19.99 here, https://affinity.store/buy/pageplus/ ).

It’s not possible (or fair) to ‘review’ beta software which, by its nature, is unfinished and may have bugs or omissions that won’t be found in the final release. What I will say, though, is that in the couple of weeks that I’ve been using Affinity Publisher, I have quite simply decided that it is the DTP package that I would choose for my own projects. It is efficient, easy to use (by DTP standards, which means there may still be a 'learning curve'), well-featured and elegantly designed. It does most of what you’d expect in a pro-grade DTP package: importing text and images, designing simple or fancy layouts, columns, tables, text-wrap-around (with fine-tuned control) and so on. In the current version it doesn’t have a Microsoft Word importer. However, when I saved a big Word document to RTF it imported all 100-plus pages, auto-flowed the text into multiple frames and even preserved the styles I’d applied in Word, adding them by name to its own stylesheet.

I was curious to know what the two ‘persona’ icons at the top left of the screen are supposed to do. There is one called a Vector Persona and another called Photo Persona. I believe that these will be used to integrate Publisher with Affinity’s image processing and drawing packages, but this integration is not available in the beta. I asked Affinity for some more information. I was told that “The importance will become more apparent once we switch on the functionality for the three apps to integrate.” In other words, wait and see…


I was also curious to know why the old Serif range had been given the boot. From a technical point of view, I can understand why it might be preferable to start from the ground up now, rather than continue to add features to software that has been in development for such a long time. I suspect that, in addition, the ‘cheap and cheerful’ image of Serif-branded products might be seen as a disincentive for buyers looking for a really first rate application.

“The move away from the Plus range was inspired by our Head of Development – Tony Brightman,” John Atkin, Head of PR, told me, “who felt we had more to offer than cut-price versions of industry standard software – an opportunity to lead, not follow.

“The idea was to develop a whole new range of professional graphics software, initially for Mac. These apps would be special in their conception – built from the ground up with the workflow of creative professionals in mind. It meant throwing away all the code we had built up over the years, but he wanted to create something that would set a new, higher standard for creative design apps. The key criteria that this new range would have to fulfil:
  • Lightning fast - in particular taking advantage of all latest CPU and GPU chipsets
  • Cover the core disciplines of photo editing, vector drawing and desktop publishing
  • Use exactly the same file format between applications
  • Have no bloat - utilise a concept of personas to organise the UI into different use cases
  • Be unashamedly pro - core requirements like CMYK and 16 bit would be built in from the start and not allow wizards or anything else get in the way of a pro workflow.”
There is no word on the price at the moment. Affinity’s other products, Photo (image editing) and Designer (vector art) currently sell for around £40 to £50 – there are often ‘special offers’ so it’s worth checking to see if there are any good deals at the moment). I think it’s reasonable to suppose that Designer will be in broadly the same price range or, at any rate, nowhere near as expensive as the likes of Quark XPress.

I imported a substantial document in RTF format. Publisher created a multi-page project and auto-flowed all the text, retaining the original styles
Then again, while it may be inexpensive, Affinity Publisher certainly won’t be the cheapest DTP package available because the well-regarded open source DTP package, Scribus, is completely free. Many people love Scribus. In all honesty, I can’t say I am one of them. The user interface of Scribus is not only dull and old-fashioned but it is also (in my experience anyway) pretty hard to use. That’s subjective, of course. All I can say is that I found that I was constantly searching the Scribus documentation for help in getting stuff done whereas with Affinity Publisher I can, in most cases, figure it out for myself.

If you have no budget at all, then it may be worth your time and effort to get to grips with Scribus. Personally, though, I’d rather spend a bit more money and  save myself a whole lot of time and effort. So, assuming the final product lives up to the promise of the beta, Affinity Publisher would be my choice.