Jerusalem gets its own ‘City Of’ mesmerizing movie

Jerusalem gets its own ‘City Of’ mesmerizing movie

Many big cities around the world get a movie highlighting the city with stunning shots and eye capturing hyperlapse sequences. Now, Jerusalem got one of those movies, Voices of Jerusalem, made by team Kaveret.

This by no means was a small project. It is not easy to convey the many faces of the city with its many cultures, religions and conflicts. This is why it’s not surprising to hear the effort that went into making this movie.

Adam Rubin, Kaveret’s founder tells DIYP that they shot over 540 hours of footage all around the city, which includes both videos and still, coming to an astounding 1.8TB. With that amount of footage it took about 30 days to edit.

project timeline

As for gear, the team used just about anything and everything: bodies wise they used a mix of Sony A7R II, Sony A7S II ,Sony FS700R for capturing video a Canon 5D III for the hyperlapse sequences and an Inspire 1 for the drone footage. Those were coupled with an impressive array of lenses: 16-35mm, 24-105mm for hyper lapses and 28mm, 35mm, 50mm, 85mm, 100mm, 135mm and 70-200mm for “regular” footage.

Adam tells DIYP that the biggest challenge with the project was not getting access (they were working with the city hall). The biggest challenge was organizing the logistics behind the shoot.  (and we will have a story about this coming up). The team only had 15 days of shooting to cover the entire city, with over 40 locations planned. Some were short shoots, but most needed a crew of more than one person, gear and the right angles of view.

The team had to go through a massive research about the city itself. What are the highlights that would distill the city feel. At the end of the research the team had a huge spreadsheet, with locations, vantage points, parking spots and everything needed for each shot.

[Voices of Jerusalem | Kaveret]

via DIYPhotography.net – Photography and Studio Lighting – Do It Yourself
Jerusalem gets its own ‘City Of’ mesmerizing movie

3-2-1 backup system will help you keep your digital images forever

3-2-1 backup system will help you keep your digital images forever

No matter if you are a professional photographer or a hobbyist, I’m sure your photos are important to you. Therefore, it’s essential to have a good backup system so you can avoid any situation that may result in losing them all. David Bergman suggests an effective 3-2-1 backup system. It will protect your images from any situation that may hinder them, and save you from losing years of work.

Losing digital files can come as a result of different circumstances, such as theft, natural disaster or data corruption. This is why you need to have all these situations in mind and create a 3-2-1 backup system: it includes 3 copies, 2 separate devices and 1 offsite backup.

3 copies – this means you need to have the original file and two separate backups.

2 devices – creating your two copies on a single device or the same hard disk simply don’t work. Imagine a situation where you have two copies on the same hard drive, and that drive dies. You can say goodbye to all the files. So, use two completely separate devices. If one dies, you can plug in the other and keep working like nothing happened. With hard drives it’s not the question if they’ll break, but when.

1 offsite backup – even if you have a backup on two separate devices, there are situation when this may not be enough. What if it comes to a theft, a fire or a flood? This is why you need to have one backup at a totally different place. David used to send the third hard copy to his mom’s place out of the state. But today, we have plenty of cloud options. You’ll agree this is much more convenient. You can set the cloud to automatic backup and always stay covered.

If you apply this backup strategy, I assume you can hardly be left without your photos, and it you can apply it to other files, too.

[3-2-1 Back Up : Two Minute Tips with David Bergman | Adorama TV]

via DIYPhotography.net – Photography and Studio Lighting – Do It Yourself
3-2-1 backup system will help you keep your digital images forever

HandBrake 1.0.0 Released After 13 Years Of Development

HandBrake, popular open source video transcoder, has finally hit version 1.0.0 affter spending roughly more than 13 years in development. HandBrake 1.0.0 brings tons of new presets and support for more devices and file types. From a report: HandBrake 1.0.0 comes with new web and MKV presets. The official presets from HandBrake 0.10.x can be found under ‘Legacy.’ New Jason-based preset system, including command line support, has been added. The additional features of HandBrake are title/chapter selection, queuing up multiple encodes, chapter markers, subtitles, different video filters, and video preview. Just in case you have a compatible Skylake or later CPU, Intel QuickSync Video H.265/HEVC encoder support brings performance improvements. HandBrake 1.0.0 also brings along new online documentation beta. It’s written in a simple and easy-to-understand language.You can download it here.



Share on Google+

Read more of this story at Slashdot.

via Slashdot
HandBrake 1.0.0 Released After 13 Years Of Development

Rogue One’s Missing Trailer Scenes

Rogue One’s Missing Trailer Scenes

Link

(SPOILERS) Rogue One: A Star Wars Story turned out to be a great film. But if you watched its trailers, you’ll know that there are some scenes that did not make it to the final movie. Looper lists those scenes and give a possible reason as to why they were cut.

via The Awesomer
Rogue One’s Missing Trailer Scenes

Kylo Ren Reviews Rogue One (SPOILERS)

Kylo Ren Reviews Rogue One (SPOILERS)

“Do not bring your HR complaints to a Dark Lord of the Sith.” YouTube channel Auralnauts hit comedy gold when they parodied Kylo Ren and made him react to the trailers of Rogue One: A Star Wars Story. They recently delivered the obvious conclusion to this gag.

In his review, Kylo rants about missing scenes, Magic Stick Man and Admiral Aimbot. He also impersonates Saw Gerrera (i.e. it’s a dude impersonating a dude impersonating a dude), but the Sith zealot comes alive when he heaps praises upon his idol and grandfather.

via MightyMega
Kylo Ren Reviews Rogue One (SPOILERS)

Year in Review: OSU salaries, who qualifies for medical marijuana, Limited layoffs, Bob Evans closings and other tops stories of 2016

Yesterday we ranked our 10 most-popular online posts of the year, a list that was made up of slideshows, including a photo tour of the historic Huntington House that’s for sale in Bexley.
Our most-viewed stories of the year – with no slideshows – involve everything from Ohio State salaries to the Smart City Challenge win to the reveal of our annual Forty Under 40 class.
Here are the stories that drew the most reader interest in 2016.
OSU salary database Here are the conditions that qualify…

via Columbus Business News – Local Columbus News | Business First of Columbus
Year in Review: OSU salaries, who qualifies for medical marijuana, Limited layoffs, Bob Evans closings and other tops stories of 2016

Back Up Your Data With Rsync (No Desktop Required)

Rsync is fairly simple: it’s a tool that’s specialized in copying files. For us, this means that rsync removes many inconveniences involved in manual backups. This results in a more seamless backup process, compared to using the file manipulation commands native to the Linux terminal


How to Manage Files in the Linux Terminal and Desktop




How to Manage Files in the Linux Terminal and Desktop

Once you make the change to Linux, you’ll find a sensible desktop that is easy to use, from installing new apps and launching them to organizing your data.
Read More

.

For example, rsync recognizes unchanged files from the last transfer, and saves time by not overwriting them. Other things like the ability to compress your files also make your backups more speed efficient. While these sorts of things could be theoretically done by hand, rsync puts all of these tasks into one convenient tool


10 Easy Ways to Restore Your Linux System




10 Easy Ways to Restore Your Linux System

Windows’ System Restore feature is a good way of making and maintaining entire system backups. If only Linux had a similar feature… oh wait, it does – in fact, we’ve got 10 options to choose…
Read More

.

We’ve already covered Grsync


Grsync – A Simple GUI to Help You Use ‘rsync’ Easily [Linux]




Grsync – A Simple GUI to Help You Use ‘rsync’ Easily [Linux]


Read More

in the past, but knowing how to use the tool powering it (that is, rsync) can prove to be a valuable asset. Hopefully, this article will demonstrate to you that using rsync without a graphical back-end is a fairly simple task.

Rsync Basics

All rsync commands are fundamentally the same, so it should be easy enough to pick up. Here’s the most basic command which simply copies the contents of one folder to another:

rsync -r -u -v ~/Source-Folder/ ~/Copy-Folder

rsync basic

The -r option stands for “recursive“. Put simply, without this option, rsync ignores files which are stored inside folders, meaning it won’t copy everything. We add the -u option (for “update“) to ensure that your transferred files won’t overwrite files in the target folder which are more up to date. For example, if you edited a file in the transfer folder, but didn’t from the original folder.

The -v option (for “verbose“) lets you see what rsync has done, which is good for monitoring its behaviour and actions. It’s not strictly necessary, but you might end up appreciating the extra information — without it, rsync is much more silent.

For more advanced forms of backup, all we have to do is to add extra options (i.e. -[letter]) to rsync. You can actually put all these letters together in one single, big option (e.g. -ruv) if you want to save space. Just remember to put them in before specifying your folders!

Choosing Your Backup Directories

As you saw above, you first select the folder which you’d like to copy files from, and then select where you’d like them copied to. Also take note of the trailing / at the end of the source folder. Doing this ensures that you’re only copying the contents of the folder, rather than the folder itself. You can leave out this forward-slash if you’d rather bring the folder along.

Helpful tip: the ~/ symbol represents your home folder


What Are Those Folders in Your Linux Root Directory?




What Are Those Folders in Your Linux Root Directory?

Open a file manager on your Linux box and select Computer in the sidebar to display your system folders. But do you have any idea what each of them hold? Let’s take a look!
Read More

(where your Documents, Desktop, Downloads, Music, etc. folders are stored). This is much faster than simply typing out your full source folder location, and is username agnostic.

Excluding Files and Folders With rsync

Sometimes, you don’t want to back up entire folders worth of data, and rsync can handle that as well. Apart from just choosing more specific folders to copy, you can also use the –exclude option to skip them. This lets you tell rsync to ignore a selected folder, file, or pattern.

rsync -ruv --exclude 'Subfolder' ~/Source-Folder/ ~/Copy-Folder

rsync folder exclusion

As you can see above, the Subfolder directory was not transferred. You can also exclude files with this: just type its name down in quotes.

To stop multiple similar files/folders from being transferred, use the * symbol with the –exclude option. This acts as a substitute for any other file name.

rsync -ruv --exclude '*.txt' ~/Source-Folder/ ~/Copy-Folder

rsync pattern exclusion

This command meant that rsync ignored all files that ended with .TXT and only copied along a folder. The * symbol acts as a wildcard — it represents all the potential words and letters you could, in this example, name a TXT file. This is a basic exclusion pattern for rsync.

There is something important you should know about exclusions: they are located relative to your copy source! Put simply, you need to tell rsync the position of the files you are excluding in relation to where you chose to copy your files. Here’s an example of this in play:

rsync specific exclusion

Since we are copying data from the Source-Folder directory, we don’t need to specify where exactly the Subfolder directory is located. It’s right inside it. However, if we then want to exclude File-1.txt from inside that folder, we need to state its location, with the ‘Source-Folder’ directory as its root. Keep this in mind if you find your exclusions failing!

Making Backups Faster With rsync

As previously stated, rsync has the ability to compress the files it copies, then decompress them at the other end. This is meant to reduce the amount of data transfer required to copy a file, trading time for the CPU usage needed for compression. So if you’re on a laptop and want to save some battery life


Easily Increase Your Battery Life With TLP for Linux




Easily Increase Your Battery Life With TLP for Linux

Linux tends to guzzle up more battery life than Windows, even though most Linux installations are lighter than Windows on system resources. Why is that?
Read More

, you may not want to use this.

rsync -ruv -z ~/Source-Folder/ ~/Copy-Folder

rsync compression

All we’re doing here is adding the -z option to rsync: this represents the compression option. It’s short for zlib, which is the software rsync uses to do this. Essentially (pun intended) it zips your files from one place to another.

To see the improvements in transfer speeds, simply look at rsync’s output. More specifically, the “speedup is [x]” (measured in seconds). Use this as a gauge to whether or not compressing your file backups is worth it to you. Every computer is different!

Testing the Waters

Before leaping in the deep end and using rsync proper, it’s always good to make a dry run first. Doing this allows you to see exactly what rsync will copy and where, before the data is backed up. All you need is to add the -n option (short for “no changes made“) to your command to do a test run:

rsync -ruv -n ~/Source-Folder/ ~/Copy-Folder

rsync dry run

As the above image indicates, no files are actually transferred. However, you still get to see what would have happened if you left out the -n option. Because of this, a dry run in rsync is an extremely fast and easy precautionary step to take, especially if you’re using a lot of options chained together.

Going Further

Hopefully, this article has provided you with the know-how necessary to back up your data quickly and efficiently from the command-line. However, rsync is an extremely versatile tool, so if you find your backup needs exceed that of this guide


How to Make Data Backups on Ubuntu & Other Distros




How to Make Data Backups on Ubuntu & Other Distros

How much sensitive data would you lose if your disk drive died? Naturally, you need a backup solution, but making backups in Linux can be tricky if you don’t know what you’re doing…
Read More

, don’t be afraid to enter this command:

man rsync

rsync manual

The document you see goes through all the options covered here in much more detail, along with many others. For example, it explains how to exclude files by their size, useful for filtering out blank or redundant files.

Do you prefer using the command line to back up your data? Why or why not?

via MakeUseOf.com
Back Up Your Data With Rsync (No Desktop Required)