Showing posts with label March 17. Show all posts
Showing posts with label March 17. Show all posts

Friday, March 17, 2017

Crashing Drone can be helpful

Virginia Tech

Most of the time, crashing a drone is both accidental and to the drone pilot, very upsetting. Sometimes, however, it can be helpful. Virginia Tech researchers have been smashing drones into crash heads in the name of science and safety. Crashing drones head-on and full speed at crash test dummies is allowing the researches to evaluate what risk drones pose when they hit the human body.

The testing so far has consisted of multiple aircraft of different sizes being flown at full speed into the head of a sitting crash dummy fitted with sensors to calculate impact damage. Although most drone accidents would come from overhead and thus be significantly less harmful to the victim, maximum possible damage is helpful to know. More testing will still be done by the VT team for a large data pool from which to develop conclusions.

The drones used were, from smallest to largest, a DJI Phantom 4 (3lbs), a DJI Inspire 1 (~6lbs), and a DJI S1000 (up to 24lbs). The Inspire actually survived the impact and was able to be flown afterwards, but the other two were heavily damaged. DJI has been one of the only commercial drone manufacturers that is building advanced safety technology into their aircraft. The Phantom 4 line introduced binocular cameras in front that allow the craft to automatically sense and avoid obstacles. The newer DJI Phantom 4 Pro is arguably the safest drone on shelves with its 5-way binocular obstacle sensing cameras.
Phantom 4

Currently, drones are not allowed to be flow over people, a safety measure enforced by the FAA to ensure they are flown safely. Even professional filmmakers on closed sets are no longer allowed to fly over people after an amendment to the 333 exemption revoked the ability. Current FAA regulations are put in place to prevent damage by limiting airspace. However, these limits often frustrate hobbyists and commercial pilots alike.

Most drones available for purchase fall within weight limits to which the FAA’s regulations apply. Drones have long been placed in registration categories. Any drone under half a pound is not required to be registered, and any aircraft over 55 pounds needs special permitting. In a drone-risk classification, the FAA used this half-pound limit to categorize drones into risk levels – any drone above was in a different risk-class. In response, DJI released a white paper making a compelling case that drones up to 2.2 kilos (covering most of their consumer grade aircrafts) should be included in the low-risk weight class. The full paper download can be found here.

There are many parties involved in drone safety. Many pilots want drone airspace deregulated as much as possible to open up their flying capabilities. The FAA is designing stricter and stricter regulations to make the skies clear of hazards to people and other aircraft alike. 3rd party institutions are conducting tests to determine what the risk is. Drone manufacturers, especially DJI, is working on creating technologies that make drones themselves as safe as possible so the FAA and other regulatory agencies need not feel pressured into making imposing rules. When these groups come together, drone tech and use will grow in the safest manner possible. We will likely see more testing like Virginia Tech’s study as growth continues.

The post Crashing Drone can be helpful appeared first on Drone Inner.

Video Format Principles —Similar to Hot Pot

Encapsulation format

Many readers asked me why the video format for drones are MOV and MP4 and what MPEG-4AVC/H.264 means.

This article will answer your questions.

About Drone Video Format

This paper used many materials and data on the internet for your reference.

Different from other files, video files are actually combinations of videos and audio files (some even include subtitles). Thus, apart from common file format, there are also encapsulation format and coding system. You should start from these three concepts to know video format.

File Format: video filename extension.

Encapsulation Format: container for storing video files.

Coding System: coding rules to compress/restore digital videos

It must be very confusing for you. So how to better understand the relationship of these three concepts? I was inspired by the two-flavor hot pot.

hot pot

The two-flavor hot pot normally consists of a metal pot, spicy soup and clear soup.

You can imagine the video format as a two-flavor hot pot.

Generally the two-flavor hot pot has both spicy soup and clear soup with a divider in the pot.

Let’s imagine the spicy soup as the video: the side dishes (such as pig bags, beef tendons and meatballs) can be seen as video coding system.

Let’s imagine the clear soup as the audio: the side dishes (such as Chinese cabbages, mushrooms and white gourds) can be seen as audio coding system.

Then the combination rules for side dishes in spicy soup and that in clear soup can be seen as the encapsulation format: as long as you have decided the encapsulation format (for example, if you decide to choose a beef hot pot), then your choices of side dishes for the spicy soup and clear soup will be limited.

The file format is just a Windows filename extension for relevant program correlation. You can change the suffix .mp4 into .avi without changing the encapsulation format.

Similarly, you can change the two-flavor hot pot’s shape as long as it can hold two different soups.

Now it is easier to understand their relations.

With the same pot, such as a 32cm-diameter two-flavor pot with a hand grip, you can make a mutton hot pot or beef hot pot (encapsulation format). In a beef hot pot, you can have various choices of side dishes such as meatballs, sliced meat, meat loafs, corianders, vegetables and more (coding system).

After all, for the foodies (video players), the side dishes (coding system) comes the most important, following by the hot pot name (encapsulation format) and the pot (file format) successively.

To be specific, taking the file format .MPG as an example, it has different encapsulation formats such as MPEG-1, MPEG-2 and MPEG-4. And the encapsulation format MPEG-4 can have various coding systems. Therefore, the video files are mainly differentiated by their coding systems.

Having known the relations of file format, encapsulation format and coding system, I will introduce their detailed features in the following.

File Format

File format refers to the video filename extension for correlating the files with corresponding software. For example, if you click the file 1.doc, it will be opened by the Word instead of Photoshop. But if you change the filename to 1.psd, it will be opened by the Photoshop (though it can’t be read by Photoshop). Common video file formats include .MP4, .MOV, .AVI, etc.

If your video player can support these formats, the video can be played even if you change the filename from .AVI to .MP4 or .MOV.

Encapsulation Format

Encapsulation format can be seen as the container for video files (or even subtitles), which specifies the organization, layout and storage ways of these contents. The encapsulation format mainly features the function that can allow you to drag the progress bar while watching the videos. While the encapsulation format filenames are similar to that of file format, not all file formats can be stored in encapsulation format. The corresponding relations between them are as below:
Encapsulation format

MP4: official container format to store video files with a wide range of encoding ways.

MKV: open container format that can hold almost all coding systems. Now most HD movies are stored in MKV format.

AVI: with a long history, AVI format’s outdated architecture can no longer adapt to new coding systems.

RMVB: closed and standard container format to store RealVideo encoded videos, which has been obsoleted.

Time flies. The film formats have changed from .RMVB to AVI then to MKV over the years.

Coding System

Coding system basically refers to the compression standards because the videos are compressed/restored through coding/decoding.

These standards are mainly developed by ITU-T and ISO. The commonly used standards include H.26X series (ITU-T), MPEG series (ISO) and AMV, AVS, REALVIDEO, VC-A, WMV, etc. The current commonly used standards are H.264 and MPEG-4 AVC.

ITU-T is the abbreviation for International Telecommunications Union – Telecommunication Standardization Sector. The subordinate VCEG (Video Coding Experts Group) is mainly responsible for the video standards used in real-time communication field, such as H.261, H263, H263+ and H263++.

ISO is the abbreviation for International Standards Organization. The subordinate MPEG (Motion Picture Experts Group) is mainly responsible for the standards used in video storage, radio and television and network transmission, such as MPEG-1 and MPEG-4.

The ITU-T and ISO standards and development are shown in the following graph (the red dotted part refers to the standards jointly developed by them):
The ITU-T and ISO

Both ITU-T and ISO have been bringing out their own video coding standards independently, but neither of them ever had absolute advantages. The most influential standards such as MPEG-2, H.264/AVC and H.265/HEVC are cooperatively created by them.

Thanks to their cooperation, the current unified coding standard is MPEG-4 AVC/H.264. However, ITU-T names it as H.264 and ISO/IEC names it as MPEG-4 AVC.

In the near future, we will have the HETV/H.265 code, which can enable smaller file size and higher resolution ratio (8192×4320, 8K) compared to MPEG-4 AVC/H.264. HETV/H.265 is the next-generation video coding standard.

At present, DJI Inspire 2 has taken the lead to offer H.265 video format as well as two RAW formats (Apple ProRes and Adobe Cinema DNG) for professionals to choose, elevating the image quality to a new level.

Summary

In conclusion, there are three reasons for using the MPEG-4 AVC/H.264-standard MP4/MOV format:

  1. MPEG-4 AVC/H.264 is the currently most widely used coding system with high efficiency.
  2. MP4/MOV format is the most common encapsulation system for Windows/Mac platforms and almost all hardware can support this format.
  3. The MPEG-4 AVC/H.264-coded MP4/MOV can reach a better balance in image quality and file size.

In future, we expect that more and more computers and mobile phones can support H.265 and that more and more drones can support H.265 to bring us better image quality and smaller file size.

The post Video Format Principles —Similar to Hot Pot appeared first on Drone Inner.

Video:Amazing Transitions Tactics in Cinematography

image

Hi I’m Brain. This time I want to talk about transition by sharing with you some of the most amazing videos with beautiful transitions.

Transition is to show how a shot changes to another. First let’s look at an amazing video.


image

This shot starts with three umbrellas shooting from the top, and then transits to traffic lights with the same color, natural and smooth.
image

This shot starts with a typical aero filming angle. As the camera keeps ascending, the gimbal turns the camera downwards and rotate at the same time, which needs the cooperation of a pilot and a gimbal controller. The key of this transition is shape.
image

This is a very experienced transition, from the dancer’s white dress to the snowflakes to the petals caught by the actress.
image

A classic transition using the actress’ sight light.
image

The actress walks from a warm-toned environment to a cold-toned one in this transition. It’s not difficult to find out the moment of transition a shadow flashing across the scene. This particular transition skill is getting more and more popular.

Name of this sensational travelling video is Watchtower of Turkey, shot by an young Italian director and photographer Leonardo Dalessandri. He spent 20 days in Turkey in 2014, and edited this tour into a 3min long video, where he used a lot of time lapse, fast cutting and montage.
image
image

First let’s look at how these shots transit from one to another. The keys are color and similar elements.
image

Blue is the similar element for this transition.
image

The birds are the key for shots of architecture to transit to a draw bridge.
image

And these shots are using obstructions to transit from one to another.
image

And this one uses a movement of opening a door.

In addition to shots, sound effect is another important element of transition. Excellent sounds make transitions smoother and more natural.
sound effect

This is the sound track of watchtower of turkey. Isn’t it just amazing?

 

 

The post Video:Amazing Transitions Tactics in Cinematography appeared first on Drone Inner.