Feed Advanced Search

Jan 21 2016

BAndiT1983 updated the task description for T625: Add EventBus (similar to GWT).
Jan 21 2016, 4:53 PM · Open Cine
BAndiT1983 created T625: Add EventBus (similar to GWT).
Jan 21 2016, 4:51 PM · Open Cine

Dec 30 2015

troy_s added a comment to T609: decide architecture for integration with NLE (Lumiera).

It isn't obsolete at all. If you participate in a project you would understand exactly why it is divided into such. Costs, time, and quality all need to orbit around such a breakdown. There is no such blurry distinction to anyone with experience in the field. If anything, the division is much clearer than it was twenty years ago.

Dec 30 2015, 1:50 AM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

...while I'd like to add, that this whole "offline" - "online" distinction seems to become more and more an obsolete style of thinking. In a similar way, as the distinction between "editing" and "compositing", or "editing" and "vfx" became more and more blurry and artificial and besides the point.

Dec 30 2015, 1:10 AM · Open Cine

Dec 29 2015

BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

It's one of the goals on the list. I haven't forgotten our previous discussions.

Dec 29 2015, 11:30 PM · Open Cine
troy_s added a comment to T609: decide architecture for integration with NLE (Lumiera).

I sincerely hope both of you are considering an offline pipeline while theorizing. Offline to picture lock. Focus on that.

Dec 29 2015, 9:26 PM · Open Cine

Nov 29 2015

BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

I've prepared a longer answer, but stashed it away in a text file for now as i've noticed that more benchmarks for several parts are necessary.

Nov 29 2015, 10:51 AM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

It takes 60-70ms to decode raw array at the moment (source: https://www.apertus.org/axiom-beta-hello-world-article-may-2015).

Nov 29 2015, 2:16 AM · Open Cine

Nov 22 2015

BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

Ah, a Trekkie. I thought you were more of original series guy rather than Next Generation. ;)

Nov 22 2015, 9:02 PM · Open Cine

Nov 20 2015

Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

By the way, what's Lumiera's point of view on OpenCL or similar things? Maybe also on OpenMP?

Nov 20 2015, 10:32 PM · Open Cine

Nov 17 2015

Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

... there are a couple of questions that bother me for some days.

  • How would Lumiera display 16bit per channel images (48bit ones)?
Nov 17 2015, 10:44 PM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

...and thought about multithreaded processing and almost slapped myself on the forehead as i remembered my former processing attempt for Bayer images. I used multiple arrays, one of them was for RGGB (or similar patterns) and have done complex modulo calculations, awkward iteration and so on. But then i remembered that every thread could process a row of RG or GB (or every other combination), which would be controlled by a couple of parameters and write it to an output array. I see no problem as the threads would never write to the same position, at least if there is no mistake in the code.

Nov 17 2015, 10:08 PM · Open Cine

Nov 16 2015

BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

Hi and sorry for not answering, i was absent from home, but not from project.

Nov 16 2015, 8:22 PM · Open Cine

Nov 10 2015

Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

...if there is some overarching state you need for processing a frame (or even multiple frames), we could go the old and proven "Handle / PImpl" route. As you probably know, you can build very nice opaque handle types on top of shared_ptr. On the API, we'd only expose the processing-Interface for the user. Thus, in order to do anything, the client needs to get such a handle instance from the OC library. Which then, opaquely, points to the state data you need internally to keep track of some stuff. And since the handle is ref-counting, clean-up works magically and airtight.

Nov 10 2015, 5:18 PM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

What granularity is on your mind for the interaction between OC and Lumiera?

Nov 10 2015, 4:12 PM · Open Cine
Ichthyo added a comment to T610: Debian/Linux packaging.

I've played with Docker some time ago, but don't know how it helps to stay "portable" between Linux versions. How would it benefit Lumiera or OC?

Nov 10 2015, 3:44 PM · Open Cine

Nov 9 2015

BAndiT1983 added a comment to T599: Communication between Lumiera and OC.

No, C please! ;) Don't want to wake that dinosaur, Linux is still full of that stuff.

Nov 9 2015, 8:28 PM · Open Cine
BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

I've played with Docker some time ago, but don't know how it helps to stay "portable" between Linux versions. How would it benefit Lumiera or OC?

Nov 9 2015, 8:00 PM · Open Cine

Nov 8 2015

Ichthyo added a comment to T599: Communication between Lumiera and OC.

I would suggest that we start from a very simple base to evaluate which direction to take. Lumiera should be the master and responsible for the session, at least for now.

Nov 8 2015, 12:32 AM · Open Cine
Ichthyo added a comment to T599: Communication between Lumiera and OC.
  • What about some sort of event system to signalize that processing is finished or would you just wait till the processing thread is done?
Nov 8 2015, 12:04 AM · Open Cine

Nov 7 2015

Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

I will answer on the other topic as soon as i have reflected on it. But here are two things which i would use for memory mapped IO...

Nov 7 2015, 11:45 PM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

DEB packaging will be an important point, so i appreciate your offer and will refer to it some time in the future.

Nov 7 2015, 11:29 PM · Open Cine
Ichthyo created T610: Debian/Linux packaging.
Nov 7 2015, 11:20 PM · Open Cine

Nov 6 2015

BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

DEB packaging will be an important point, so i appreciate your offer and will refer to it some time in the future. To automate the process i've planned to use Jenkins as a build system (local, for now). It would also accomplish a lot of other things, like performing automatic test runs and also to ensure clean builds, because a developer machine is usually messy as hell with all the libs and other dependencies.

Nov 6 2015, 9:56 PM · Open Cine
BAndiT1983 added a comment to T599: Communication between Lumiera and OC.

I would suggest that we start from a very simple base to evaluate which direction to take. Lumiera should be the master and responsible for the session, at least for now.

Nov 6 2015, 9:46 PM · Open Cine
christophvarga updated subscribers of T609: decide architecture for integration with NLE (Lumiera).
Nov 6 2015, 11:29 AM · Open Cine
christophvarga updated subscribers of T599: Communication between Lumiera and OC.
Nov 6 2015, 11:29 AM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

incidentally, while we're just at that topic: I have figured out quite well how DEB packaging works meanwhile. So I offer to help with that task, i.e. I can help with or care for getting either just that lib or OpenCine as a whole packed in a proper way for Debian and derivatives (Ubuntu, Mint, SteamOS :-D ), and I'll show you how to keep that stuff manageable.

Nov 6 2015, 12:26 AM · Open Cine
Ichthyo added a comment to T609: decide architecture for integration with NLE (Lumiera).

fully agreed.

Nov 6 2015, 12:07 AM · Open Cine

Nov 5 2015

Ichthyo added a comment to T599: Communication between Lumiera and OC.

Workflow-A is a must, but is trivially suported: all it needs on the side of OpenCine is to provide some kind of "Project" or persistent "Session", i.e. something to store

  • all the shots belonging together
  • the settings for these shots, so they can be reproduced / tweaked later.
Nov 5 2015, 11:55 PM · Open Cine
BAndiT1983 added a comment to T609: decide architecture for integration with NLE (Lumiera).

My preference is a shared lib, as OC is already using OCcore for processing. Lumiera can be equipped with OC plugin which uses the lib One thing bothers me the most. I'm using Qt5 core features for disk IO (folder/file enumeration and similar) in OCcore module. Is it a problem for you to have QtCore as dependency for an OC adapter (at least for now)?

Nov 5 2015, 11:24 PM · Open Cine
BAndiT1983 added a comment to T599: Communication between Lumiera and OC.

Small typo, it's T609, as T604 is about sociocracy.

Nov 5 2015, 11:19 PM · Open Cine
BAndiT1983 moved T609: decide architecture for integration with NLE (Lumiera) from Pending tasks to Lumiera on the Open Cine board.
Nov 5 2015, 11:17 PM · Open Cine
BAndiT1983 moved T599: Communication between Lumiera and OC from User wishes to Lumiera on the Open Cine board.
Nov 5 2015, 11:17 PM · Open Cine
Ichthyo added a comment to T599: Communication between Lumiera and OC.

some notes at what IMHO would be the next steps...

Nov 5 2015, 10:55 PM · Open Cine
Ichthyo created T609: decide architecture for integration with NLE (Lumiera).
Nov 5 2015, 10:42 PM · Open Cine

Oct 27 2015

Ichthyo added a comment to T599: Communication between Lumiera and OC.

to summarise some of the previous discussion: we propose the following ideal-typical workflows as point of reference for detailed analysis and planing.

Oct 27 2015, 4:03 AM · Open Cine
Ichthyo added a comment to T599: Communication between Lumiera and OC.

Hello all!

Oct 27 2015, 3:19 AM · Open Cine

Oct 21 2015

christophvarga added a comment to T603: collect media file structures of common camera systems (how cameras write their footage on cards).

**Canon 5D (DSLR)**

Oct 21 2015, 1:18 PM · Open Cine
christophvarga added a comment to T603: collect media file structures of common camera systems (how cameras write their footage on cards).

**Black Magic Pocket Cinema Camera**

Oct 21 2015, 1:11 PM · Open Cine

Oct 20 2015

christophvarga added a comment to T603: collect media file structures of common camera systems (how cameras write their footage on cards).

**unknown cam** ?? (probably Canon Camcorder)

Oct 20 2015, 9:03 PM · Open Cine
christophvarga added a comment to T603: collect media file structures of common camera systems (how cameras write their footage on cards).

**Sony Consumer Cam AVCHD codec** (super shit, a lot of software struggle with it)

Oct 20 2015, 9:01 PM · Open Cine
christophvarga added a comment to T603: collect media file structures of common camera systems (how cameras write their footage on cards).

**Sony A7s**

Oct 20 2015, 8:59 PM · Open Cine
christophvarga created T603: collect media file structures of common camera systems (how cameras write their footage on cards).
Oct 20 2015, 8:50 PM · Open Cine

Oct 14 2015

BAndiT1983 created T599: Communication between Lumiera and OC.
Oct 14 2015, 7:10 PM · Open Cine

Oct 10 2015

BAndiT1983 created T593: OCui: Investigate flickering while resizing main window.
Oct 10 2015, 5:22 PM · Open Cine

Oct 8 2015

christophvarga updated subscribers of T449: Backup Manager.
Oct 8 2015, 10:21 PM · Open Cine

Sep 30 2015

BAndiT1983 updated the task description for T591: General: Create unified QML style (qmldir) and outsource general OC widgets to make them reusable.
Sep 30 2015, 12:33 AM · Open Cine
BAndiT1983 created T591: General: Create unified QML style (qmldir) and outsource general OC widgets to make them reusable.
Sep 30 2015, 12:33 AM · Open Cine

Sep 25 2015

BAndiT1983 added a comment to T587: OCBackup: Give UI controls proper names, part of code cleanup.

Adjusted control names. Will be set to "Resolved" after layout changes are completed.

Sep 25 2015, 2:34 AM · Open Cine

Sep 23 2015

BAndiT1983 added a comment to T449: Backup Manager.

Current drive list state in Linux (adjusted visuals):

Sep 23 2015, 4:48 PM · Open Cine

Sep 20 2015

BAndiT1983 added a comment to T449: Backup Manager.

References to find optimal block size for transfer:

Sep 20 2015, 8:09 PM · Open Cine
BAndiT1983 moved T406: Ideas for clip manager from Pending tasks to Tasks awaiting review (moved from current) on the Open Cine board.
Sep 20 2015, 12:11 AM · Open Cine
BAndiT1983 moved T372: Implement DNGFolderFilter from Pending tasks to Tasks awaiting review (moved from current) on the Open Cine board.
Sep 20 2015, 12:10 AM · Open Cine
BAndiT1983 moved T340: Check communication between MediaExplorer and context from Pending tasks to Tasks awaiting review (moved from current) on the Open Cine board.
Sep 20 2015, 12:10 AM · Open Cine
BAndiT1983 moved T369: Implement IFileFilter from Pending tasks to Tasks awaiting review (moved from current) on the Open Cine board.
Sep 20 2015, 12:10 AM · Open Cine
BAndiT1983 moved T368: Adjust/extend IDataProvider interface from Pending tasks to Tasks awaiting review (moved from current) on the Open Cine board.
Sep 20 2015, 12:10 AM · Open Cine
BAndiT1983 moved T301: Add layout switching from GUI to Obsolete (remove at some point) on the Open Cine board.
Sep 20 2015, 12:09 AM · Open Cine
BAndiT1983 moved T332: Clean up/extend Context class from Pending tasks to Obsolete (remove at some point) on the Open Cine board.
Sep 20 2015, 12:08 AM · Open Cine
BAndiT1983 moved T333: Get rid of Qt related parts in core components from Pending tasks to Obsolete (remove at some point) on the Open Cine board.
Sep 20 2015, 12:08 AM · Open Cine
BAndiT1983 closed T400: Implement basic "Manage" layout to test data filters as Wontfix.

Obsolete after splitting OC into multiple applications.

Sep 20 2015, 12:06 AM · Open Cine

Sep 18 2015

BAndiT1983 created T587: OCBackup: Give UI controls proper names, part of code cleanup.
Sep 18 2015, 1:47 AM · Open Cine
BAndiT1983 closed T577: Linux: Investigate recently occurred crashes related to QQuickWidget as Resolved.

Checked under Windows 8.1 and LinuxMint 17.2.

Sep 18 2015, 12:27 AM · Open Cine

Sep 16 2015

BAndiT1983 added a comment to T577: Linux: Investigate recently occurred crashes related to QQuickWidget.

After reading http://askubuntu.com/questions/561368/why-does-my-qquick-application-crash-on-ubuntu-14-04 changed constructor signature from

Sep 16 2015, 11:56 PM · Open Cine
BAndiT1983 closed T235: media browser not showing up in windows build as Wontfix.

Not actual anymore.

Sep 16 2015, 11:32 PM · Open Cine
BAndiT1983 closed T237: Check problems of GUI under Windows as Wontfix.

OC was restructured and this item isn't actual anymore.

Sep 16 2015, 11:31 PM · Open Cine
BAndiT1983 closed T335: Clean up/update CMake scripts as Resolved.

CMake scripts were adjusted according to the new modular structure of OC.

Sep 16 2015, 11:30 PM · Open Cine
BAndiT1983 moved T577: Linux: Investigate recently occurred crashes related to QQuickWidget from Pending tasks to Bugs/Complaints on the Open Cine board.
Sep 16 2015, 11:24 PM · Open Cine
BAndiT1983 triaged T577: Linux: Investigate recently occurred crashes related to QQuickWidget as High priority.

Sill investigating, but it seems to be Qt related bug. Under Windows it works without hassle.

Sep 16 2015, 11:24 PM · Open Cine
BAndiT1983 created T584: Rework splitters.
Sep 16 2015, 2:16 AM · Open Cine

Sep 14 2015

BAndiT1983 triaged T582: OCBackup: Clean up the drive list related parts of code, review communication paths as Normal priority.
Sep 14 2015, 2:31 AM · Open Cine
BAndiT1983 created T582: OCBackup: Clean up the drive list related parts of code, review communication paths.
Sep 14 2015, 2:31 AM · Open Cine

Sep 13 2015

BAndiT1983 added a comment to T449: Backup Manager.

After some on and off OC development (regular job causes usual lack of time), here is the current state of removable drive list:

Sep 13 2015, 12:31 PM · Open Cine
BAndiT1983 created T581: OCBackup: Remove obsolete commented out code which is remaining from previous OpenCine implementation.
Sep 13 2015, 11:02 AM · Open Cine
BAndiT1983 created T580: Linux: Adjust implementation from current simple drive path to DriveInfo structure (not commited at the moment, still implementing).
Sep 13 2015, 10:46 AM · Open Cine

Sep 6 2015

BAndiT1983 created T577: Linux: Investigate recently occurred crashes related to QQuickWidget.
Sep 6 2015, 4:50 PM · Open Cine

Sep 3 2015

BAndiT1983 closed T572: Windows: Drive insertion/removal event isn't fired for a card reader as Resolved.

Tested and committed a bug fix.

Sep 3 2015, 7:52 AM · Open Cine
BAndiT1983 added a commit to T572: Windows: Drive insertion/removal event isn't fired for a card reader: Restricted Diffusion Commit.
Sep 3 2015, 7:51 AM · Open Cine

Aug 31 2015

BAndiT1983 added a comment to T572: Windows: Drive insertion/removal event isn't fired for a card reader.

Used (maybe misused a little bit) GetVolumeInformation() to get only mounted removable drives. Seems to work for now. Doing some tests before uploading the current source code.

Aug 31 2015, 9:21 PM · Open Cine
BAndiT1983 added a comment to T572: Windows: Drive insertion/removal event isn't fired for a card reader.

Implemented and tested it successfully. Next step, before commit, is to retrieve only mounted drives as Windows provides all card reader drives (mounted or not).

Aug 31 2015, 1:59 PM · Open Cine

Aug 30 2015

BAndiT1983 updated the task description for T572: Windows: Drive insertion/removal event isn't fired for a card reader.
Aug 30 2015, 11:27 PM · Open Cine
BAndiT1983 created T572: Windows: Drive insertion/removal event isn't fired for a card reader.
Aug 30 2015, 7:12 PM · Open Cine

Jul 28 2015

irieger added a comment to T449: Backup Manager.

Ok, I feel with you. Haven't had such a fast RAID yet. Copying one evening worth of Arriraw (only OpenGate 75fps and 120fps 2.8K 16:9, no normal speed, all maximum) skater footage with 1,5 TB in a few hours was kind of hard to a 4 bay RAID5 TB-Array (was a fun project and no second target (expect of slow USB3 single drives) was available.

Jul 28 2015, 11:22 AM · Open Cine
RainerFritz added a comment to T449: Backup Manager.

yoyotta has the checksum read on source as option to verify data integrity which sounds to me as a good solution.
copying parallel more then one job/file is not a good solution, because then your frames are not stored physically in a sequence and you can
get problems with readspeed when you are playing them because they could be fragmented. Specially with 4k frames. I use a 12bay SAS storage on set as main storage which
provides about 1200MB/s read/write and 6bay Thunderbolt/USB3 Areca Raids which provide about 700MB/s.
With picture sequences as it is with Arri Raw or DNG etc. you have a high load on I/O operation as thats a huge bunch of single files.
An option for an in camera MXF wrapping around the raw files would be very nice!

Jul 28 2015, 11:05 AM · Open Cine

Jul 27 2015

irieger added a comment to T449: Backup Manager.

Hi !

irieger:
For example you have a shooting day where you have to deal with let's say 1,5TB of data reading the source twice costs a lot of time.
As you need to do an "optical" check to the material (hashes can not see problems with the picture) and process it then for example to an offline material as well.
So you end up by reading the source files on set at least three times with no parallel processing in the copy process that would be
a 4th time.

Nope, my script reads two times. One for copies (coping in a buffer and writing to all destinations in parallel). And one time for checksum.

Jul 27 2015, 3:01 PM · Open Cine
RainerFritz added a comment to T449: Backup Manager.

irieger:
For example you have a shooting day where you have to deal with let's say 1,5TB of data reading the source twice costs a lot of time.
As you need to do an "optical" check to the material (hashes can not see problems with the picture) and process it then for example to an offline material as well.
So you end up by reading the source files on set at least three times with no parallel processing in the copy process that would be
a 4th time.
All copy programs I used at work including yoyotta are doing this. Think of the fact that you can have a multicamera show where you
need to handle two or three times the data I mentioned above. It could be less, but I would highly suggest to do parallel processing on the copy task.

Jul 27 2015, 1:51 PM · Open Cine
BAndiT1983 added a comment to T449: Backup Manager.

Just for my understanding, would you do it like this or in some other way:

Jul 27 2015, 1:00 PM · Open Cine
irieger added a comment to T449: Backup Manager.

Hey Rainer,

Jul 27 2015, 12:46 PM · Open Cine
RainerFritz added a comment to T449: Backup Manager.

From my perspective the copy and verification task should run as read once write to multiple destination in parallel.
I played with python a little bit and I read the files in binary mode so the source checksums could be generated in parallel
to the copy task which is essential.
The slowest destination will then set the copyspeed... I thought on a dynamic buffer size per destination write speed or a SSD as additional
buffer to compensate too big storage speeds differences.
The buffer is then written in parallel to all destinations. When the files where read back for destination checksum generation,
it would be fine if there would be a choice how much files you want to process in parallel. With picture sequences it would be nice
to process at least 4 files parallel per backup. If there is a conatinerformat in the future, processing one after one could be faster. I used md5deep/hashdeep
very often which is very fast. md5deep
After verification if there are mismatches on checksums or missing files etc. it should ask to recopy/reverify those files.
A copy report in pdf format would be also nice with or without thumbnails from the beginning, middle and end of the clip.
I uploaded a sample here
A textfile with all checksums should be stored with every backup at the destinations as the report.

Jul 27 2015, 12:38 PM · Open Cine

Jul 17 2015

irieger added a comment to T449: Backup Manager.

I know that everyone demands rsync or similar thing, but e.g. librsync depends on Cygwin and I try to avoid many dependencies. Still searching for alternative libs before rolling some sort of own implementation. OC doesn't need the network part of rsync, as Qt would be used to copy (or plain C++11), which should be portable. Also constrain OC to local drives (built-in oder removable ones) for now. Later OC would be sending data over local network (not internet, not for now at least), but this should be similar to the "local" workflow inside the application.

I don't see rsync as a main need. Mostly it is a fast local transfer you need onset or so not the kind of network transfer or you use a network file system and can use the tool as if you are working local.

Jul 17 2015, 6:52 PM · Open Cine

Jul 16 2015

BAndiT1983 added a comment to T449: Backup Manager.

I know that everyone demands rsync or similar thing, but e.g. librsync depends on Cygwin and I try to avoid many dependencies. Still searching for alternative libs before rolling some sort of own implementation. OC doesn't need the network part of rsync, as Qt would be used to copy (or plain C++11), which should be portable. Also constrain OC to local drives (built-in oder removable ones) for now. Later OC would be sending data over local network (not internet, not for now at least), but this should be similar to the "local" workflow inside the application.

Jul 16 2015, 11:27 PM · Open Cine
irieger added a comment to T449: Backup Manager.

Cool, I will keep an eye on your project an maybe find some time to help. Would be cool to finally have a nice data management tool. Have tried a few of the commercial ones and none of them really satisfied me so there is some space to fill.

Jul 16 2015, 5:24 PM · Open Cine

Jul 15 2015

BAndiT1983 added a comment to T449: Backup Manager.

Also very helpful and valid things. The decoupling of Backup is progressing and I'll move parts of the current layout over to new OCBackup project (not commited yet).

Jul 15 2015, 11:07 AM · Open Cine
BAndiT1983 added a comment to T407: Add checksum validation.

Thanks for the input. For the "recopy" feature there were already plans to make something like one-way synchronization (see my last comment). I will evaluate it and other things you mentioned as soon as I've finished with decoupling OC modules (as Troy suggested).

Jul 15 2015, 10:56 AM · Open Cine
irieger added a comment to T449: Backup Manager.

A few points that I see as important parts:

  • 1:1 copy as mentioned earlier. (Maybe with an option to exclude .Spotlight, .Trash etc. when on a mac that sadly creates them directly when connecting the first time ...)
  • Just have a list of targets where you can add from one to multiple (not only two) targets
  • Parallel Copy: Read from source to RAM and copy to all target drives in parallel to speed up progress
  • Parallel verification: Some simple tools do a checksum file(or to ram) from the source and check the targets then. Skip this and do checksums of source and all targets at once and compare then.
  • add a project mode where you can set the target drives and directory scheme for this project that can be loaded as a starting point
  • variable based directory scheme so that you can have something like "/media/irieger/MY_EXTERNAL_DRIVE/OperationApertus/Footage/%Y-%m%-%d/%camNo"
  • an option to add another transfer to a queue that fill be processed when the current is finished
  • an option to start a parallel file transfer (what I think about here is if you need to copy a small card from the sound guy who wants to finish in the evening and not have to let him wait until all the RAW footage is backed up or something similiar)
Jul 15 2015, 10:47 AM · Open Cine
irieger added a comment to T407: Add checksum validation.

Would be nice if the user can select a checksum method and the checksums are then written to a file for manual checking (for example a md5sum-file that can be checked with md5sum -c $file. Checksum algorithms I'd really like to see are md5sum an xxHash (https://code.google.com/p/xxhash/), which seems to be much fast so could be helpful when transfering huge amounts of 4K raw sequences.

Jul 15 2015, 10:25 AM · Open Cine

Jul 6 2015

troy_s updated the task description for T497: BLUEPRINT: Define a Core Design.
Jul 6 2015, 3:47 AM · Open Cine
troy_s updated the task description for T497: BLUEPRINT: Define a Core Design.
Jul 6 2015, 3:45 AM · Open Cine
troy_s created T497: BLUEPRINT: Define a Core Design.
Jul 6 2015, 3:44 AM · Open Cine
troy_s added a comment to T449: Backup Manager.

I'd encourage this to be a standalone unit as it is with almost every other camera manufacturer.

Jul 6 2015, 3:33 AM · Open Cine