Tagged with workflow - Personal View Talks https://www.personal-view.com/talks/discussions/tagged/workflow/feed.rss Thu, 02 May 24 01:30:52 +0000 Tagged with workflow - Personal View Talks en-CA 4K Downscaling progress topic https://www.personal-view.com/talks/discussion/10637/4k-downscaling-progress-topic Thu, 19 Jun 2014 17:13:01 +0000 RRRR 10637@/talks/discussions I couldn't find anything dedicated (and I may have missed something important) so: This is a topic dedicated solely for any kind of progress updates on software, code and methods to downscale 4k with best possible results to help people establish a workflow for converting 4k footage. Meanwhile, it may be a good idea to also map the best downscaling methods that already exist.

]]>
Do you edit alone? Or do you edit in a team, with multiple machines and colleagues? https://www.personal-view.com/talks/discussion/20691/do-you-edit-alone-or-do-you-edit-in-a-team-with-multiple-machines-and-colleagues Thu, 18 Oct 2018 09:48:13 +0000 RRRilla 20691@/talks/discussions Are you all just a bunch of solo editors?

I want to hear your experience on collaborative editing. Are you now, or have you ever been part of any kind of collaborative editing environment? If so, what technical solutions have you been working with? I want to hear your experiences.

I personally have been a user of Avid interplay for about 10 years now.

]]>
Free program for .mts to virtually any (editing)codec conversion (XMedia Recode for PC) https://www.personal-view.com/talks/discussion/12030/free-program-for-.mts-to-virtually-any-editingcodec-conversion-xmedia-recode-for-pc Thu, 25 Dec 2014 09:46:56 +0000 MrZz 12030@/talks/discussions Hey guys just wanted to share an easy workflow I found for converting my raw .mts-footage to .mov-files with DNxHD 120 (very good editing codec from AVID - even my Netbook is capable of offline editing with this, for better quality use DNxHD 180 or else). This program: http://www.xmedia-recode.de/en/index.html can do batch conversion of video (and also audiofiles). It has a lot of settings for each different format it can convert to (I use MOV and then the VC3/DNxHD set. you can then decide which setting of the codec you want to use, e.g 1080 at 25p with a bitrate of 120 Mb/s -> DNxHD 120, which I highly recommend but you can convert to virtually any video format) If you don't already have it installed, download the AVID Codec pack: http://avid.force.com/pkb/articles/en_US/download/Avid-Codecs-LE-2-3-9

]]>
EDL_Convert: Workflow Developement for Sony Vegas Pro - DaVinci Resolve https://www.personal-view.com/talks/discussion/6238/edl_convert-workflow-developement-for-sony-vegas-pro-davinci-resolve- Sun, 24 Feb 2013 10:30:51 +0000 tida 6238@/talks/discussions Motivation:

Davinci Resolve Lite is one of the best color grading tool and now available as free Lite version. It works so far up to a Full HD resolution of 1920 x 1080 but not directly with .mts files. Sony Vegas Pro 11 does work directly with .mts files but does not export AAF and EDL files which can be read by DaVinci Resolve. Hence a easy workflow is almost not possible with implemented tools from both sites. With EDL_Convert and the application of two Vegas scripts its possible to realize an effective and efficient Workflow. Rendered .mov files will not be endless in space consumtion. You can predict the head and tail trim of the original cut in Vegas.

Workflow Overview:

a) Media Ingestion

b) Vegas Edit

c) EDL_Convert (Creates two new Text EDL files + Subfolders for Workflow)

d) Vegas Batch Render (place before Noise Reduction, Velocity Envelopes if needed)

e) Davinci Color Correction

f) Vegas Final Edit (Title, Audio Effects etc.; final Render for Presentation)

Workflow Detail:

a1) copy .mts files to logical folder structure of your computer (something like c:\originals\yyyy\yyyy-MM\yyyy-MM-dd)

a2) rename them in a logical way (something like yyyy-MM-dd_hhmmss.mts)

b1) start Project in Vegas in a separate Poject folder - save .veg file

b2) at the end of the edit use "save as" and activate "copy media with project" (this will copy all .mts files into the Project folder)

b3) save Project.veg also now as Project.txt (Text EDL) file

c1) load Project.txt file into EDL_Convert Program (creates Project_EDL_lin.txt and Project_EDL_lin.veg in Project\CCInput\ folder, Project_EDL_final.txt in Project folder) and starts Project_EDL_lin.veg of Project\CCInput\ folder by EDL_Convert automatically. Regions are applied automatically as well.

d1) apply neat video, stabilizer and/or velocity envelopes to specific clips in  Project_EDL_lin.veg

d2) Batch rendering in DNxHD format by means of A2_RegionsRender.cs. Choose Subfolder Project\CCInput for .mov files)

e1) load from this subfolder all freshly generated .mov files into DaVinci MEDIA

e2) Goto COMPOSE of DaVinci

e3) Add new empty timeline - right click on timelines area

e4) drag/drop sorted files from media files area to timeline

e3) start color grading in COLOR

e4) goto DELIVER and render graded files with original name into Project\CCOutput subfolder

e5) Move .mov Files to Project\ mainfolder

f1) start Project_EDL_final.txt of Project Folder in Vegas (audio files will be linked to .mts files, Video files will be linked to .mov files)

f2) edit the rest (put titles to your video, etc.), save all as .veg

enjoy....

Version History

v1buid003:

Did add head and tail trim

v1build004:

Did add new scripts A1_RegionsMark 24p, A1_RegionsMark 25p, A1_RegionsMark 30p. They will take care that you can render footage with mixed framerates to the target frame rate either 24p, 25p or 30p. This is done by automatically adjust "Undersample rate" as well as "Playback rate".

All RegionMark scripts will remove regions which might be set before and then subsequently sets the new regions.

Added A0_RegionsRemove which does only remove regions which might be set.

Added A0_RunEDL_Convert which will execute EDL_Convert.exe directly from Sony Vegas

v1build005:

Did correct frame shift. DaVinci Resolve thumbnails are now displayed correctly. Before that, thumbnails did show last frame of previous clip. Had to make changes in A2_RegionsRender.cs script as well as EDL_Convert.exe.

v1build006:

EDL_Convert program: introduce link to sony vegas; option to autorun Project_EDL_lin.txt, save it to Project_EDL_lin.veg and apply RegionsMark script. All RegionsMark scripts: automatic choose first track if nothing was selected; can be progressed from EDL_Convert to save .text to .veg

Install:

https://www.dropbox.com/s/gjnc673jymve3ug/EDL_Convert%20v1build006.zip

Copy all *.js and *.cs files to the script folder of Vegas Pro (something like: c:\Program Files\Sony\Pegas Pro 11.0\Script Menu)

Copy EDL_Convert.* files to the "C:\ProgramData\EDL_Convert\" folder of your computer. If you want to put it to another folder, please open the script A0_Run_EDL_Convert.js with a notepad editor and change the line var InstPath = "C:/ProgramData/EDL_Convert/EDL_Convert.exe"; that the path will fit. Please note: The script language is a little bit tricky. Sony Vegas does use "\" for making remarks within the code. Instead of "\" you have to use "/".

]]>
GH2 post-production workflows https://www.personal-view.com/talks/discussion/1888/gh2-post-production-workflows Sat, 31 Dec 2011 16:46:53 +0000 sohus 1888@/talks/discussions
Main NLE software:
Avid 6.0
FCP
FCP X
Premiere Pro 6.0
Lightworks
Sony Vegas

Tools:
Clipwrap
5DtoRGB
Aunsoft
...

I have been working with FCPX for a while now and while it worked fine in the beginning, it really became very slow in a big project till the point of being unusable. I am currently trying out Avid. I have worked with Premiere but I hate it. Bad UI, still weird errors after all those years, cluttered interface, dynamic link has many issues, not many keyboard shortcuts, strange tool behaviour... it is a marketing hype but it sucks. I am on a mac so other tools (Lightworks, Vegas) are out of scope for me now. ]]>
Automated Avid, ProRes & LW format conversions - auto file renaming tools https://www.personal-view.com/talks/discussion/2486/automated-avid-prores-lw-format-conversions-auto-file-renaming-tools Sun, 04 Mar 2012 22:48:16 +0000 notrons 2486@/talks/discussions I'm looking for people who are interested in automated .mts file conversions to ProRes and Avid DNxHD 4:2:2 formats, or for import into Lightworks, to test my new DSLR Post Prep Utility Windows application. The program is designed to automate the process of creating either and or both HQ and proxy conversions on demand, automatically by watched folder, or can be scheduled for off-hours. It uses the ffmpeg engine for all of the conversions (which run in their own minimized windows). When in watched directory mode it can also be minimized to the system tray where it continues to provide notifications and watch for new files. The following conversions are currently supported;

HQ Formats - 4:2:2

Uncompressed 4:2:2 10bit (working with LW)
ProRes 4:2:2 YUV 10bit 176Mbs HQ
DNxHD 4:2:2 YUV 10bit 176Mbs HQ
MPEG4 Wrapper for Lightworks
MPEG-2 4:2:2 I-Frame w/ M701 tag (for Lightworks only)
MPEG-2 4:2:2 I-Frame (w/out M701 tag) 



Proxy formats

ProRes 4:2:2 YUV 10bit 36Mbs
DNxHD 4:2:2 YUV 10bit 36Mbs 1080P 24
DNxHD 4:2:2 YUV 10bit 60Mbs 720P 24
DNxHD 4:2:2 YUV 10bit 145Mbs 720P 60
DNxHD 4:2:2 YUV 10bit 115Mbs 720P 50

DNxHD and ProRes HQ conversions seem nearly identical, but I think ProRes is a little better quality as a proxy format. DNxHD renders much faster than ProRes. I have a beefy workstation with Matrox hardware and it can handle all of the usable formats pretty easily but I would love to hear about how they work out for others. Please give it a try and let me know about the experience!

Check out http://hdcinematics.com/NewWeb/tools.html for more info. Also available are tools that add custom prefixes and timestamps to files on a directory-wide basis - to help keep clips uniquely named and organized (ExtensionCord). You might want to grab the Matrox and Avid codecs while you're there and download a copy of HD-MINI to audition clips on demand.

With this utility you can select a different flavor of HQ codec from proxy codec and have both conversions done automatically and off-hours. If you use ExtensionCord to add a prefix and (file creation) timestamp to your files before converting, you can edit with the proxies and then offline / link to the HQ clips of exactly the same name at render time.

I hope you can find some use for these ...; )

Cheers!

]]>
Black Magic: Workflow https://www.personal-view.com/talks/discussion/2975/black-magic-workflow Sun, 22 Apr 2012 12:21:08 +0000 Vitaliy_Kiselev 2975@/talks/discussions Also try to formulate few things that we touched in main BM topic.

First, of course, RAW workflow requires some investments in HDD place and preferable also speed (like RAID, etc).

Existing Premiere CS5.5 and upcoming CS6 support working with CinemaDNG (as it is Adobe format after all).

]]>
Workflow advice needed - GH2 Sanity 5.1 - Vegas 12 Pro, AE CS6, and Windows 7, where to start https://www.personal-view.com/talks/discussion/7358/workflow-advice-needed-gh2-sanity-5.1-vegas-12-pro-ae-cs6-and-windows-7-where-to-start Wed, 26 Jun 2013 05:43:03 +0000 lorilin 7358@/talks/discussions Hi all,

OK, so I've shot a bunch of footage now and need to put it all together. I'm doing the "behind the scenes" video for my partner's forthcoming album. I'll need to send a master to the record company for them to include on the DVD.

I've shot everything in Sanity 5.1 HBR (PAL), which has been super dependable. (Didn't use 24p because of the motion judder.) My worst beginner mistake is that some of my footage is pretty underexposed and will need to be lifted quite a bit. Color profile was smooth -2 all the way.

I can edit the MTS files natively in Vegas Pro 12 and it's plenty fast. But I'd like to do the color correction, titles, etc in AE so I can use ColorGhears (which I am loving!). That's where the confusion starts.

No matter if I open an MTS file directly in AE or export an AAF from Vegas to open in AE, the MTS files are unbearably slow to work with in AE. So my first question is if I should transcode my footage in Vegas before I send it to AE. And if so, what would be the optimal settings? I have the DNxHD codecs installed, and have downloaded 5DtoRGB as well, but am not sure about settings.

System: Windows 7 PC with 32GB 1600mhz RAM, GTX570 graphics card, Intel Core i7 processor, media files on external Raid 10 setup. My Adobe suite is from the Creative Cloud, so I have access to Premiere but don't really have time to learn a new NLE.

What I'd like to do is make my edit in Vegas, and then use AE for my grading/titles/effects etc. I'm super confused about the simplest way to set up my workflow, and about how to set up my project files in Vegas and AE for optimal results.

If anyone out there has any advice, I'd be really grateful! Anyone who helps out will have my undying gratitude (and a thanks in the CD booklet if desired!). And if my questions are too newbish, feel free to get in touch backchannel.

Cheers, Lori

]]>
Grading MTS vs. ProRes converted files on OS X: is there a concensus? https://www.personal-view.com/talks/discussion/7298/grading-mts-vs.-prores-converted-files-on-os-x-is-there-a-concensus Wed, 19 Jun 2013 11:14:14 +0000 Alienhead 7298@/talks/discussions I just started grading my footage with Premiere CS6 after using Final Cut Pro for a long time. I had been converting all my files to ProRes using 5D to RGB, which was the original recommendation of Andrew Reid on EOSHD. Then more recently he said it wasn't necessary to do that anymore because there's a fix in Premiere where you increase input and output levels to 15 and 235 respectively http://www.eoshd.com/content/8612/mac-avchd-gamma-issues-the-fix

In an AVCHD timeline in Premiere Pro CS6, I imported two clips, one the original MTS and the other a converted ProRes of that clip. But the result was not fixed by only 15 and 235 input/output adjustment, it required something closer to 40 and 215. And that did not mean that the result was the same, there was still more blue in the highlights and shadows in the MTS vs. the ProRes. Further adjustment would be needed, but the ProRes conversion was more balanced.

This was just my first test, and I'm no expert in this, but it seems like conversion to ProRes still makes sense. What are other people's take on this?

]]>
Unknown friends me likey https://www.personal-view.com/talks/discussion/6755/unknown-friends-me-likey Sat, 20 Apr 2013 09:27:40 +0000 maxr 6755@/talks/discussions

I'm still developing/experimenting a workflow I feel good about: one within the tools I have and know, that delivers quality enough and time wise optimized.

As always all feedback, comments, thoughts and secrets are most welcome.

gashô

]]>
Can't get my footage https://www.personal-view.com/talks/discussion/6142/cant-get-my-footage Fri, 15 Feb 2013 22:23:05 +0000 fear4fun 6142@/talks/discussions I'm using Flowmotion and shot a bunch this afternoon. When I plugged my card in to upload, I had the 2 usual folders plus the 'Private' file. I transferred the Private file to my computer but cannot open that file with anything. Is there a program or trick I can use to make this useable? When I put the card back in the camera, 1 file is unviewable and the other is playable.

Using a Mac, editing in FCPX, converting in 5dRGB

]]>
Post-Prodocution Workflow GH2>After Effects>Twixtor>Final Cut Pro https://www.personal-view.com/talks/discussion/5875/post-prodocution-workflow-gh2after-effectstwixtorfinal-cut-pro Wed, 23 Jan 2013 01:06:47 +0000 Bania 5875@/talks/discussions Hi All,

I am in need of a little guidance regarding my workflow options for an upcoming project I will be shooting on a Panasonic GH2.

Footage from my GH2 is in the .mts format/AVCHD codec and my usual workflow is to use FCP's 'log and transfer' function to convert the footage to ProRes, for editing in FCP. I usually also archive each SD card as back up.

However, I am wondering whether there is a better method for this project, which will involve heavy use of the Twixtor plugin in After Effects. My initial instinct was to transcode the raw files into ProRes via FCP as per usual and then import these ProRes files into After Effects for processing. But I wonder whether I would be better of editing the .mts files directly in After Effects before exporting for FCP. My understanding is that this method involves one less re-compression and should theoretically result in less artifacts.

I am also unsure about what the most efficient codec for exporting from After Effects to bring back into FCP.

My ultimate goal here is to preserve quality and minimise re-compression artifacts.

Any help would be much appreciated!

Cheers. J

]]>
So long, but thanks for the fish... (eye) - A Protest Video. https://www.personal-view.com/talks/discussion/5603/so-long-but-thanks-for-the-fish...-eye-a-protest-video. Fri, 28 Dec 2012 15:35:11 +0000 duartix 5603@/talks/discussions @Vitaliy_Kiselev: sorry if this is the wrong place, but I feel it covers so many topics (GH2, FlowMotion2, Samyang7.5mm, capture, defishing, AE workflow, Premiere workflow) that I wouldn't know where else to put it. Let me know if you want it moved.

The short story: 31-OCT, the day the Portuguese Budget for 2013 was approved. People gathered in front of the Parliament to say we're being governed by thieves. Not very original I know, but it's a great place to shoot video and take pictures (well at last until it degenerates into mayhem which is rare around this parts but not unheard of until very recently). This is how I worked it.

1) The extremely simple setup:

GH2, screen folded back as a monitor, Transcend 32GB class 10, Samyang 7.5mm fisheye (my favorite video lens), set and forget to hyperfocal, ISO 400 I believe, SS=1/25s. Flowmotion 2 was used as I never know before hand how much video I'm going to capture or how many photos I'll be shooting, so I need something that is very good quality but doesn't make me have to change cards when something very important is happening. If the card is pre-formatted (the extended, not the quick format) it has never failed me to span.

2) The capture:

This is all about getting there up front and trying not to shake the camera. The police until very recently (and only after a 1h stone shower) has been instructed not to charge, so it's an easy job, you just dodge the TV reporters and other amateurs like me. So, here's my first mistake: the aperture is fine, this lens is sharp as an axe, but should have upped the ISO and set a faster SS because in these situations you are always bound to get bumped and it shows in wobbles after software stabilization.

3) Defishing the Samyang:

Load the MTS into AE. Export as image sequence. Use a batch (http://www.personal-view.com/talks/discussion/comment/69869#Comment_69869) to defish the images and import the output again to AE now as image sequence. The defishing was done using the Panini projection. It's loads more natural on people than Rectilinear, it preserves a lot more corner resolution and still manages to keep a few lines straight. This was the first export and not reasonably quick because the synthesis part takes it's toll: ~2-3fps.

4) Stabilizing:

Throw AE's Warp Stabilizer on the footage. Set the "Smoothness" to 15-25% (it will require much less cropping later) set borders to "Stabilize, Synthesize Edges" (again a lot less cropping) but drop the "Synthesis Input Range" to 0,2s otherwise you'll bog AE. In this kind of footage there is usually little point in using a higher value. Skim the footage looking for black borders and try to resize and reframe it so that they don't become evident. Note: defishing after stabilizing should make more sense as you would have more image to work with (defishing crops it) but from a few rough tries, the AE stabilization isn't clearly as effective when working on fisheye footage. This was the second export and a very long one: below 1fps.

5) CC & Denoising:

Used some of ColorGHear's gears, notably GHrain killer to kill a bit of noise and blockiness, but the footage was already very clean from the start and little color correction was used, just a little bit of levels adjusment. This was the third export and I believe it was even longer than the third due to the noise reduction filters: below 0.5fps.

6) The "so long" part: video effects, tracking and subtitling:

Translations were pretty quick, the hard and long part (at least until I found out how to smooth it) was tracking. It was fastidious to track people's features, takes a long time and needs constant review and adjustment. In the end I found out a few tricks (like increasing the tracking area) and smoothing the tracking points. This eased the job a lot and gave much better results. In the end I had to do it sometimes up to 3x until I was satisfied with it. In the process I had to learn a lot about tracking, smoothing, 3D objects, texting, transitions and light sources. This was the forth, the quickest and last export, probably around 10fps.

7) Audio mixing.

This was the part I was more ignorant about, but turned out to be pretty simple. Even though it's pretty rough, the footage is little demanding with so much crowd noise. It was as simple as importing the last video export from AE into Premiere, importing the original sound, importing also "Le Tigre - Dike March 2001" cutting and pasting a few pieces of this track and adjusting the volume here and there to serve the original events while leaving the words of the protesters audible when needed and off I was to the final export.

The resulting video can be found here:

Here are a few pictures of the event.

Anything more you may want to know about any part of the process I'll be glad to detail it.

]]>
Why Apple ProRes is NOT Pro at all. https://www.personal-view.com/talks/discussion/5422/why-apple-prores-is-not-pro-at-all. Sun, 09 Dec 2012 11:02:44 +0000 davidhjlindberg 5422@/talks/discussions Hey people,

Do you often use ProRes as a codec in your filmmaking process or when sending files to your client? Read this article made by my co-worker at Stopp, Johan Boije, about how unstable ProRes may be in terms of color and gamma shifting.

This test started out to check color fidelity with Apple ProRes and The Foundry products like Nuke and Hiero. We knew from earlier that results wouldn’t be ideal.Later we expanded the test to other video applications and encoding software to see what that would give us. The outcome was quite disturbing. A format most people believe to be stable in terms of color turns out to be not so “Pro” at all."

http://www.stopp.se/lab/?p=1621

]]>
GH-2 Workflow for slower PC's? https://www.personal-view.com/talks/discussion/3923/gh-2-workflow-for-slower-pcs Mon, 16 Jul 2012 05:39:50 +0000 Dreamcore 3923@/talks/discussions Hey!

I was wondering what is the optimal hack/settings for GH-2 if I have a slower pc? I just finished editing for a DepicT film festival and the Full HD playback was slow when i started to tweak the videos.

My pc specs: (general stuff) Amd phenom II 920 - 2.8 GHz 4 core 4870 radeon 8 GB ram DDR2

What should I do? Should I shoot in 720p from now on? Should I use a diffrent workflow (now I just threw .H264 video in adobe premiere)? Is there a way I could encode videos to a diffrent codec before I edit (I know I will be loosing quality...). Are there any other tricks and tips in post, if so let me know please :)

]]>
Automator App to rename .MTS and generate .THM files for 5DtoRGB https://www.personal-view.com/talks/discussion/2714/automator-app-to-rename-.mts-and-generate-.thm-files-for-5dtorgb Wed, 28 Mar 2012 13:27:34 +0000 simonstar66 2714@/talks/discussions Hi everyone

I had some workflow troubles because the .MTS files often have identical names and there is no timecode in the Quicktimes when I generate them with 5DtoRGB.

I wrote a short Automator app, which adds the creation time to the .MTS filename and generates a .THM file with the creation date and time as EXIF data.

For it to work you need ExifTool: http://www.sno.phy.queensu.ca/~phil/exiftool/

And the file template.THM has to be in /Applications/THM creator/

When you convert these files with 5DtoRGB (Batch) it will add timecode to the Quicktimes.

Feel free to use it or change and improve it if you have more ideas. For example I wanted to create the .THM file as a real thumbnail from the .MTS. But didn't manage. Will be very useful for me as I'll not run into the annoying situation anymore when there are files with identical names and timecodes. Hopefully it is useful for some of you, too.

Cheers

]]>
Sedna B AQ1 HBR PAL project: Premiere Pro workflow? https://www.personal-view.com/talks/discussion/2997/sedna-b-aq1-hbr-pal-project-premiere-pro-workflow Tue, 24 Apr 2012 17:21:30 +0000 katig 2997@/talks/discussions Next weekend I am shooting music video, GH2 with SEDNA B AQ1 HBR PAL. Can you please suggest the best possible workflow in Premiere Pro CS5.5 - AVC-I 50 1080p 25, AVC-I 100 1080p 25 or AVCHD 1080 25p (grading will be done with Colorista)? What is the best final export format (for broadcast) to preserve the exceptional quality (thank you Vitaly and Driftwood) of the original SEDNA intra footage? Thnx

]]>
Something to put SD cards in... https://www.personal-view.com/talks/discussion/2374/something-to-put-sd-cards-in... Thu, 23 Feb 2012 05:46:04 +0000 Roberto 2374@/talks/discussions I put each settings bin file on its own, cheap, low-GB SD-card. I rip off the card's label and write on the card using chinagraph. (Carefully!) To change firmware & settings, I insert a card temporarily, install, then install a separate, fast card for video storage. I next need something like this to put them all in: http://www.ebay.com.au/itm/Secure-Digital-SD-Memory-Storage-Case-SD-Card-Holder-/330668384727?pt=Digital_Camera_Accessories&hash=item4cfd5f21d7 Except I also need a laminated set of notes about the settings on each card. Right now I go into the field with a pocket-full of SD cards. The search continues......

]]>
Editing Codec : Prores/DNxHD/Aquamotion/seaQuake/etc. https://www.personal-view.com/talks/discussion/2098/editing-codec-proresdnxhdaquamotionseaquakeetc. Tue, 24 Jan 2012 00:35:40 +0000 Nityananda_SCSMath 2098@/talks/discussions I would like this thread to be a discussion of what is the appropriate required "flavor" or bitrate of an editing codec for a certain hack.

For instance, I am recording using the 100Mbps Aquamotion v2 hack, and I want to transcode to normal Prores 422, which is about 115Mbps for 1080p24. I don't want to transcode to HQ (220Mbps) or 4444 (330Mbps) if I don't have to. But am I losing quality? How much? I would rather have my file sizes be nearly half and have 98% of the quality of the hack, but I wouldn't make that sacrifice if I'm only getting 70% of the hack's capable quality. So some input from those who are more knowledgeable would be good.

Is this correct?

Aquamotion v2 100Mbps -> Appropriate Editing Codec -> Prores 422 or DNxHD 145

seaQuake 176mbs -> Appropriate Editing Codec -> Prores 422 HQ or DNxHD 220

Of course this thread should be an open discussion of different hacks and editing codecs not just relevant to me as the "Original Poster," I'm just starting things off.

-Chris

]]>
Speedgate Workflow? https://www.personal-view.com/talks/discussion/1877/speedgate-workflow- Fri, 30 Dec 2011 21:52:55 +0000 artiswar 1877@/talks/discussions
1. Would I render out the timeline in Speedgrade as individual clips and simply replace the old clips in the edit with the re-rendered, graded clips?

2. What would be a more streamlined workflow for future reference?

Thanks in advance! ]]>
File-transfer Workflow with Gh13: do I need PhotoFun software at all? https://www.personal-view.com/talks/discussion/1430/file-transfer-workflow-with-gh13-do-i-need-photofun-software-at-all Sat, 12 Nov 2011 08:16:20 +0000 kronstadt 1430@/talks/discussions I want to ask you about your file-transfer and editing workflow.

When I bought the body of GH1, it came with this REALLY-REALLY annoying software called "PhotoFunStudio". It occupies 364mb on my computer (which doesn't have much breathing space) and frankly, I still don't understand what is it for??? Is there any particular purpose why I might need it, like "correct" file transfer or the "correct" deletion of video and photo files??? Do I need it at all??? Or shall I just uninstall it?

I noticed that when i shoot in AVCHD, my .MTS files are not time-coded. Do I need "PhotoFunStudio" to time-code them?

Here is my workflow. If you see any mistakes or have any suggestions, please tell me.
Sometimes I use my GH13 for taking photos, but primarily for making movies. I use GH13 with Blackout-Powell patch, a 5 year old Dell Latitude D820 laptop with 80GB hard-drive and 3.25GB of RAM, 3TB external HDD, Win XP SP3, Adobe Premiere Pro CS4. At the end of the day, I take out the SD card and put it into a USB-card-reader and put it into my laptop. Then I navigate to PRIVATE/AVCHD/BDMV/STREAM , select all .MTS files and move them to my external HDD for editing later in Adobe Premiere Pro CS4. Then, I safely remove the SD card, put it back into GH13 and delete all files (sometimes I format the whole card). When I edit with Premiere Pro CS4, I just drag-n-drop the .MTS files (without timecoding) from my external HDD into the bin and edit away.

Any ideas, suggestions, reflections, would be greatly appreciated.

Many thanks!]]>