Import, Convert, Exporting https://personal-view.com/talks/categories/converter-export/feed.rss Wed, 24 Apr 24 15:57:26 +0000 Import, Convert, Exporting en-CA Shutter Encoder free professional converter design by video editors https://personal-view.com/talks/discussion/24431/shutter-encoder-free-professional-converter-design-by-video-editors Sat, 12 Sep 2020 21:35:05 +0000 paulpacifico 24431@/talks/discussions Hello everyone,

There is a while i didn't came here, and i always loved this place.

Long story short i made a free video converter based on FFmpeg which can converter to professional and standards codecs with hardware acceleration (Nvenc, QSV, AMF...)

Works on Windows, Mac and Linux.

I started this project in 2013 developing with video editor (that i am also) in broadcast companies.

Here is a link to the website & downloads : https://www.shutterencoder.com

Hope you will enjoy the software.

Happy encoding !

Paul.

]]>
Easy script for drag&drop merging of spanned AVCHD .MTS files (in Windows) https://personal-view.com/talks/discussion/19340/easy-script-for-dragdrop-merging-of-spanned-avchd-.mts-files-in-windows Mon, 02 Apr 2018 12:15:02 +0000 MrZz 19340@/talks/discussions Today I needed to merge some spanned AVCHD/MTS files (because of the 4gb file soize limit on the fat32 capture card) together into one on my workstation. I just searched for this script which I normally used but since I couldn't find the script on my system, I rewrote it and thought I'd share it. Just for everyone else who has some use for this handy little script here's the code:


echo off
title Merge Files

set /p choice="Enter path to merge to: (eg. C:\video\test.MTS)"

if "%~1"=="" exit
if not "%~1"=="" SET one=%1
if not "%~2"=="" SET two= + %2
if not "%~3"=="" SET three= + %3
if not "%~4"=="" SET four= + %4
if not "%~5"=="" SET five= + %5
if not "%~6"=="" SET six= + %6
if not "%~7"=="" SET seven= + %7
if not "%~8"=="" SET eight= + %8
if not "%~9"=="" SET nine= + %9

copy /b %one%%two%%three%%four%%five%%six%%seven%%eight%%nine% "%choice%"

echo AVCHD Joining Complete.
pause

Just copy this code into a .txt and rename into .bat. Then you can just drag and drop the files, by selecting them and drag the first one on the .bat. You will then be prompted to input a destination path and name. You can merge a total of nine files into one this way.

Cheers!

]]>
4K Downscaling progress topic https://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.

]]>
Maximum NVENC video encoding sessions restriction removal https://personal-view.com/talks/discussion/22005/maximum-nvenc-video-encoding-sessions-restriction-removal Fri, 03 May 2019 08:37:49 +0000 Vitaliy_Kiselev 22005@/talks/discussions image

Windows - https://github.com/keylase/nvidia-patch/tree/master/win

Linux - https://github.com/keylase/nvidia-patch

]]>
BRAW Studio allows to import Blackmagic RAW in Premiere https://personal-view.com/talks/discussion/21459/braw-studio-allows-to-import-blackmagic-raw-in-premiere Fri, 01 Feb 2019 11:55:02 +0000 Vitaliy_Kiselev 21459@/talks/discussions

Price is $29$29 USD and due to current promotion it is $23.20 USD now.

https://autokroma.com/BRAW_Studio/index.html

]]>
Voucoder - NVENC, VCE and x264,x265 encoding plugin for Premiere https://personal-view.com/talks/discussion/19659/voucoder-nvenc-vce-and-x264x265-encoding-plugin-for-premiere Mon, 07 May 2018 19:38:46 +0000 Vitaliy_Kiselev 19659@/talks/discussions Allow to use lot of FFMpeg encoders (x264, x265, prores, ...) directly in Adobe Premiere.

This includes NVENC and VCE hardware encoders. Very good idea for older computer or even top Ryzen setups.

Location:

]]>
Sony XEVC, new half proprietary shit from Sony https://personal-view.com/talks/discussion/21149/sony-xevc-new-half-proprietary-shit-from-sony Mon, 17 Dec 2018 20:59:30 +0000 Vitaliy_Kiselev 21149@/talks/discussions
  • Sony want to introduce new H.265 based professional container – XEVC, the successor of XAVC.
  • XEVC is CRF (Constant Rate Factor) based contrary to Canon’s ABR (Average Bitrate) based XF-HEVC.
  • XEVC supports:
    • 12Bit YCrCb 4:4:4
    • 12Bit Lossless
    • 12Bit Bayer
    • 12Bit YCrCb 4:2:2 for broadcast delivery
    • 10Bit YCrCb 4:2:2
    • 10Bit YCrCb 4:2:0 for proxy recording
  • image

    ]]>
    Nvidia 20xx Turing promise much better GPU encoders https://personal-view.com/talks/discussion/20437/nvidia-20xx-turing-promise-much-better-gpu-encoders Sat, 15 Sep 2018 02:22:45 +0000 Vitaliy_Kiselev 20437@/talks/discussions image

    Turing GPUs will come with an improved NVENC video encoder that adds support for H.265 (HEVC) 8K encode at 30 FPS, while also providing up to 25% in bitrate savings for HEVC and 15% in bitrate savings for H.264 relative to the previous encoder.

    Lower encode quality compared to pure CPU encoding has been an issue forcing many users to avoid using GPU encoding hardware for this very task. NVIDIA is now making the claim that their improved encoding engine offers better quality than software encoders, such as x264. That said, note that they used x264 at the "fast" setting for this comparison, which is not optimal for the highest quality by itself, though it remains fast enough for real-time encoding at 1080p. When it comes to 4K, even x264 in fast mode will result in dropped frames while NVENC will keep the CPU load low without missing any frames. So Turing should be a great choice for 4K streaming, while maximum quality offline encoding is still done best on the CPU, which is much slower, of course.

    Turing's NVDEC video decoder engine has also been updated to support decoding of HEVC YUV444 at 10 and 12 bit HDR at 30 FPS, H.264 8K, and VP9 10/12b HDR.

    ]]>
    Recording 10-bit with the GH5S: MP4 or Quicktime? https://personal-view.com/talks/discussion/20305/recording-10-bit-with-the-gh5s-mp4-or-quicktime Thu, 23 Aug 2018 17:24:49 +0000 Brian_Siano 20305@/talks/discussions Pretty basic question. If I'm recording 10-bit video with my GH5s, I can do it as an MP4 or as a Quicktime. But is there an advantage or disadvantage to using either of these? How does HLG impact on this? Or is All-I video of better quality?

    ]]>
    A's Video Converter, something that really uses hardware https://personal-view.com/talks/discussion/16945/as-video-converter-something-that-really-uses-hardware Tue, 16 May 2017 12:20:23 +0000 Vitaliy_Kiselev 16945@/talks/discussions image

    • Hardware H.264 and H.265/HEVC encode using AMD VCE (Video Codec Engine)
    • Hardware H.264 and H.265/HEVC encode using Intel QSV (Quick Sync Video)
    • Hardware H.264 and H.265/HEVC encode using NVIDIA NVENC
    • Software H.264 and H.265/HEVC encode
    • Hardware decode
    • Hardware filtering
    • Up to 8 files transcoding at the same time
    • Simply movie editor
    • Batch transcoding and Combine transcoding
    • Automatic transcoding using folder watching

    http://bluesky23.yukishigure.com/en/AsVideoConv.html

    ]]>
    Daniel 2 Codec as well as GPU Export in Premiere Plugin https://personal-view.com/talks/discussion/19660/-daniel-2-codec-as-well-as-gpu-export-in-premiere-plugin Mon, 07 May 2018 19:57:01 +0000 Vitaliy_Kiselev 19660@/talks/discussions

    • Many times faster than Apple ProRes, AVID DNxHR and of course JPEG2000. Achieve more in less time.
    • Daniel2 gives you 4K, 8K, 16K+, HFR, HDR and Alpha channel. All without Quicktime and much smaller files.
    • Plugin for Adobe CC import, edit and professional video output in 8, 10, 12 or 16 bit color as well as accelerated H.264 / HEVC export.

    https://www.daniel2.com/

    ]]>
    AfterCodecs - x264, x265, ProRes for Premiere Pro and After Effects https://personal-view.com/talks/discussion/19644/aftercodecs-x264-x265-prores-for-premiere-pro-and-after-effects Sat, 05 May 2018 14:55:25 +0000 Vitaliy_Kiselev 19644@/talks/discussions

    https://autokroma.com/AfterCodecs/

    https://aescripts.com/aftercodecs/

    ]]>
    5DtoRGB available for windows, with GH2 fix https://personal-view.com/talks/discussion/245/5dtorgb-available-for-windows-with-gh2-fix Fri, 17 Jun 2011 14:42:32 +0000 chip 245@/talks/discussions http://rarevision.com/5dtorgb/

    Finally available for windows, outputs to AVID DNxHD also. They fixed an issue when transcoding GH2 in the newest version.]]>
    JPEG XS - another post-production codec https://personal-view.com/talks/discussion/19434/jpeg-xs-another-post-production-codec Thu, 12 Apr 2018 06:06:24 +0000 Vitaliy_Kiselev 19434@/talks/discussions image

    The Fraunhofer Institute for Integrated Circuits IIS announces its first JPEG XS codec implementation for video production at the NAB Show in Las Vegas from April 9-12 2018. The coding specialists of Fraunhofer IIS will demonstrate the JPEG XS codec as an input format for post-production in a software plug-in for Adobe® Premiere® Pro CC with real-time playback capability of 4k60p UHD video.

    With ever-increasing amounts of data from higher resolution and dynamic range in videos, long-distance transmission from coax cables in studios will soon become outdated. At the same time, production companies and studios are trying to substitute specialized cables and switches for video transmission by commercial off-the-shelf (COTS) components with the introduction of simple and cost-effective IP transmission over standard Ethernet infrastructures.

    JPEG XS in general is a new codec under standardization by ISO/IEC SC29 WG1 (‘JPEG committee’) for IP workflows in studio environments, local video networks and VR/AR applications which allows transferring high-resolution video data over standard Ethernet or other wired connections. The codec is optimized for the use with mezzanine compression when high image quality data has to be transferred via limited bandwidth or has to be processed with limited computing resources. The Fraunhofer IIS JPEG XS development can be used for the lowest complexity and platform-independency applications at compression ratios from 2:1 to at least 6:1.

    JPEG XS enables a simple integration in all existing hardware or software systems, such as cameras and extenders, due to its high granularity of parallelism in the algorithm. The codec is designed to take advantage of the SMPTE 2110 transmission layer system over IP.

    At NAB Fraunhofer IIS will demonstrate the JPEG XS codec as an input format in a software-plugin for Adobe Premiere Pro CC for use in post-production with real-time playback capability of 4k60p UHD. The demonstrator runs on Windows and uses a NVIDIA graphic card to accelerate the decoding.

    See our demonstration at NAB Las Vegas Convention Center South Upper hall booth 4916

    ]]>
    After effects help. Exporting a 3D image out of Photoshop https://personal-view.com/talks/discussion/19426/after-effects-help.-exporting-a-3d-image-out-of-photoshop Wed, 11 Apr 2018 00:35:05 +0000 azza_act 19426@/talks/discussions Just wondering on how to export an .OBJ file from Photoshop so I can use it in After effects as a 3D object? Thanks

    ]]>
    How to export a 50P file as 50i for Broadcast https://personal-view.com/talks/discussion/18980/how-to-export-a-50p-file-as-50i-for-broadcast Sat, 10 Feb 2018 14:20:23 +0000 LargeMosquito 18980@/talks/discussions Hi everyone, I normally make videos for YouTube. I live in a remote area of Australia and this week I got asked to film some news footage for a statewide broadcaster. I asked them what the specs should be and they responded with: Film material in DV25 50i and deliver as MP4 H264. So the first stumbling block is that I shoot with a Panasonic Lumix GH4 which does not shoot interlaced only progressive footage so I just increased the fps from my usual 25p and shot the footage as a 50p MOV file. From what I've read you just drop the progressive MOV footage on to a sequence which has an interlaced preset and Premiere will fix that bit for you. That sounds too simplistic. I have gone through all the editing mode sequence settings and the only one I can find which might work is a Sony XDCAM HD422 1080i/p but when I google that I see another forum say that the only reason you would use that editing mode is if it was going to be played back on an XDCAM playdesk. Is someone able to decipher the specs of this broadcaster for me and tell me how to get my 50p MOV to them as an interlaced H264 MP4. I kind of feel like there's been chinese whispers between the tech team and news coordinator and the information I have received is not exactly right. Thanks The Big Mozzie

    ]]>
    Adobe CC 2018 does not have Dolby audio support, hence missing codec https://personal-view.com/talks/discussion/18049/adobe-cc-2018-does-not-have-dolby-audio-support-hence-missing-codec Mon, 23 Oct 2017 01:24:09 +0000 davjd 18049@/talks/discussions I've just updated to CC 2018 and now all .MTS files have no longer audio in Premiere, having Windows 7. The reason is that "Adobe Creative Cloud has moved to native Operating System (OS) support for Dolby Digital decoding (reading Dolby files) and is no longer providing support for encoding (writing) Dolby Digital and Dolby Digital Plus sound formats in the current and future releases of Creative Cloud". The solution they suggest is: "Adobe recommends that you update to the latest version of your Creative Cloud software and updating to a more secure operating system (Windows 10 preferred)." Or to move back to CC 2017 Since I don't want to update to win 10 (now is not free, and I don't like it) I'm looking forward to find a solution. A shame, every single update causes problems. https://forums.adobe.com/thread/2396890

    ]]>
    Exporting audio in PCM and FLAC for YouTube https://personal-view.com/talks/discussion/17896/exporting-audio-in-pcm-and-flac-for-youtube Tue, 03 Oct 2017 20:00:25 +0000 DrDave 17896@/talks/discussions I see YouTube is now recommending PCM and FLAC for the audio part of uploads. I'm wondering what the best way to do this is, in Premiere Pro.
    Obviously, it isn't part of the regular x264 or HEVC export process. Anyone have any experience doing this? I think Sorenson allows for it, but I'm not sure it is part of the official specification.

    ]]>
    Rewrap an AVCHD file from quicktime .mov to .mts (Premiere issues) https://personal-view.com/talks/discussion/6019/rewrap-an-avchd-file-from-quicktime-.mov-to-.mts-premiere-issues Tue, 05 Feb 2013 12:31:36 +0000 CNek 6019@/talks/discussions Hello everyone ! I'm not new to this forum (a long time reader) but never posted yet. I'm an independent motion designer with some degree of photography and video skill, though i'm not rock solid on my video workflow yet... ;)

    Making music video I started with FCPX which I love but crippled in some ways. No clear multi-track editing, not good communication with After Effects (which is my daily main tool), not a lot of plugin available... So I making the switch to Premiere, however I experienced troubles with FCPX original importted medias which are AVCHD file rewrapped to .mov. Don't have the MTS anymore... It's a known bug by Adobe, Premiere doesn't like this 32 bits container for native editing, basically render takes FOREVER (CPU saturated, slooooow scrubbing). No need to mention that I have a monster beast as a computer and everything is working fine with every others player. MTS high bitrate files from other projects works great in Premiere, in case if you're in doubt. I tried a tool called "remux" for mac but couldn't rewrap my clips in something other that MKV. These MKV will plays fine in VLC and Premiere but no sound in the last one.... too bad I was so close !

    I searched through adobe forums and they made it clear : MOV and AVCHD in Premiere is not a good team for editing in Premiere, better stick with native MTS wrapper.... that I don't have anymore as I noticed before :'(

    If someone knows a good workaround for rewrapping AVCHD's .mov files in something other that Premiere understand.... You will save my day :^)

    Cheers mates.

    ]]>
    WinRewrap - Batch ReWrap MTS to MP4/MOV . https://personal-view.com/talks/discussion/4775/-winrewrap-batch-rewrap-mts-to-mp4mov-. Sun, 30 Sep 2012 17:42:50 +0000 fatpig 4775@/talks/discussions Hello,

    I wrote a little Tool called WinRewrap. It will Batch Process MTS Files to MP4/MOV and adjust References to the MTS accordingly in your XML File. It uses ffmbc. ( http://code.google.com/p/ffmbc/ ) I wrote it primarily for exchange between the new Sony Vegas Pro 12 and DaVinci Resolve. But it can be used for any Batch rewrapping task of MTS.

    Of course, this is a very early version, so please let me know any problems that may occur. Note: Audio was converted to AAC in v0.1. Later version keeps the audio stream.

    I hope you can use it as well as I can. Ideas, suggestions and Bug Reports, please post here.

    regards

    FatPig

    Homepage: http://www.fatpigtures.com/software/

    The Homepage is still in development. Anybody who would like to donate a small amount is appreciated :)


    WinRewrap v 0.4

    Changelog 0.4:

    • Added Cancel Option while ReWrapping
    • Added PCM and No Audio option

    Changelog 0.3:

    • Added Option to Convert Audio to AAC
    • Added Check for 0-byte Files (returns error now)

    ========================================

    Requirements:

    • ffmbc.exe (Release was tested with version 0.7.1 rc7) put it in the same folder as the WinRewrap exe.

    • Windows 7 / Vista Users may experience errors related to writing permissions.

    Fix: Turn up your UAC to "always notify". if you turn it to not notifying, some applications are automatically denied access. like winrewrap.

    to fix those, copy WinRewrap and ffmbc.exe to your Project Folder. (Tip: WinRewrap starts with its containing Folder under the Browse Dialog, If its your project Folder you can just click OK.)

    ========================================

    Features:

    support for rewrapping .MTS Files to .MP4 and .MOV using ffmbc.exe

    this is essentially a frontend for ffmbc, designed for batch processing project folders containing multiple MTS Files and optionally an XML.

    This enables project export from The New Sony Vegas Pro 12 to DaVinci Resolve, and can also be used for normal batch processing of entire Folders from GH2, etc.

    It will automatically replace the MTS extensions to your new Container inside the XML, so you can automatically use it with the rewrapped files.

    Known Issues:

    Big Endian PCM Audio is not supported in Stream Copy Mode as of Version 0.4 (AF100) WinRewrap can, however convert to little Endian PCM Audio.

    Bug reports please in the dedicated thread on personal-view.com

    http://personal-view.com/talks/discussion/4775/winrewrap-batch-process-mts-to-mp4mov-with-xml-adjustment

    regards

    FatPig

    ]]>
    ProRes vs Cineform vs MTS + Profiles https://personal-view.com/talks/discussion/6533/prores-vs-cineform-vs-mts-profiles Thu, 28 Mar 2013 14:56:08 +0000 neks 6533@/talks/discussions First of all hello to everybody and thanks to all who made this little camera shine!

    Just wanted to share some test I did today about noise, conversion and profiles. I went outside and shoot few takes all with the same camera settings(iso 160, 1/100, F5.6), using Driftwood's amazing new Cluster X S2 - 1GOP Intra Moon T5 settings. Also, I did a few tests with profiles few days ago and what I could find is that Vibrant has the least amount of noise, while Smooth(that I was using all the time) was the worst, for me at least.

    So here you can see 3 profiles used, Vibrant, Smooth, Cinema, all to -2, wanted to test them once again and make sure, plus convert the files to ProRes and CineForm and see the difference. Scaled at 400%

    As ProRes looked more/less the same as the raw MTS file, I decided to push them even further and scale them to 800% and compare only CineForm and raw MTS files.

    I know I'll be always converting files to CineForm before edit from now on, and never again use Smooth profile. Also because a weird amount of blockiness in 25p mode I'll probably just go with 24p when ever I can. Need to test 25p a bit more with this new Moon settings though.

    Cheers!

    ]]>
    Need to export ProRes 422 HQ from a PC https://personal-view.com/talks/discussion/13694/need-to-export-prores-422-hq-from-a-pc- Fri, 11 Sep 2015 06:00:32 +0000 azza_act 13694@/talks/discussions Just wondering if there a way or program to export ProRes HQ from a PC??? I'm editing with Pr CC 2014 and use Davinci resolve too. Can't get to a Mac and I have a tight deadline....

    ]]>
    What are H.264 bitrate requirements for high frame rate (48, 50, 60 fps) 4K / UHD? https://personal-view.com/talks/discussion/16605/what-are-h.264-bitrate-requirements-for-high-frame-rate-48-50-60-fps-4k-uhd Sat, 18 Mar 2017 03:17:55 +0000 neokoo 16605@/talks/discussions What is the bitrate (and/or other codec specifications) necessary for lifelike motion in HFR 4K and UHD video, when shooting on cameras that use H.264 codec?

    For example, GH5 offers [4K/8bit/150M/60p] Long GOP setting. At 150Mbps, can it be trusted that motion will always be captured and reproduced well? Or could there be problems like stuttering or macroblocking, especially when there are lots of details in the image?

    ]]>
    5DtoRGB for GH2 - advantages vs disadvantages? https://personal-view.com/talks/discussion/530/5dtorgb-for-gh2-advantages-vs-disadvantages Thu, 28 Jul 2011 18:27:48 +0000 qwerty123 530@/talks/discussions VideoArtifact: Footage Quality Restoration Software https://personal-view.com/talks/discussion/16146/videoartifact-footage-quality-restoration-software Tue, 06 Dec 2016 22:19:34 +0000 rean 16146@/talks/discussions Video Artifact is a new standalone video editor for digital film restoration and footage quality enhancement.

    It has free and paid editions.

    http://www.videoartifact.com/va/

    Program helps you to prepare footages from consumer or professional video cameras, digicams and V-DSLR.

    It can remove MJPEG, MPEG, H.264, H.265 compression artifacts and digital noise, improves sharpness and color resolution up to 16 bit 4:4:4.

    Restoration features:

    • Script-based to work with unique cases. You can use many filters in any combination.
    • 50+ specialized restoration filters work in Y, U, V separately in 8/16 bit.
    • Possibility to use dozens of different type denoisers for different noise type.
    • Accurate denoising that keeps micro details with no "plastic" effect.
    • Removing of sharping halos.
    • Linear color high quality spline-based resize to resize up to 4K. Resize halos can be removed.
    • Precise halo-free radius-dependent sharping.
    • Film grain emulation and 3D LUT grading.
    • 4:2:0 8 bit to 4:2:2/4:4:4 16 bit chroma reconstruction.

    It can be used in a post-production workflow if you use V-DSLR or consumer cameras.
    Currently 50+ camera models supported and hundreds of compatible models.

    Special features:

    • Batch processing without GPU. Very fast: 5 fps for typical V-DSLR AVCHD source and 2 fps for 4K.
    • Automatic joining of MTS, MOV and MP4 spans and renaming to yyyymmdd_hhmmss.mov format.
    • Non-standard 16-255 to TV 16-235 levels conversion.
    • ITU-R BT.601 ↔ BT.709 floating point conversion.
    • NLE and DaVinci Resolve compatible workflow.
    • Mastering to webm VP9/Opus or mp4 H.264/AAC 1080p/720p/360p/240p.

    Examples with various restoration methods are available at http://www.videoartifact.com/examples/

    Some samples:

    image image

    image image

    ]]>
    New Gh5 - 6K photo mode - video workflow https://personal-view.com/talks/discussion/16323/new-gh5-6k-photo-mode-video-workflow Thu, 12 Jan 2017 06:42:48 +0000 davjd 16323@/talks/discussions Hi everyone. I will buy the gh5 in every case, because I already use my gh4 for doing everything for my job, photos and video. What I'd like to do when I get it, is to use the new 6k feature to shoot wedding videos and take pictures out of it, at least at the most important moments, for the rest 4K is ok. I'm so excited to know that 6k photo mode can be used to shoot video clips as well. Thanks to Driftwood we got a sample file
    we can download, so I started playing with it. I think a lot of people like me is making experiments with that file and would like to use the camera for 6k shooting, so I thought to create a new topic for sharing opinions and techniques from now and when new material and the camera itself will become available. What I did until now is to try and convert the file using Hybrid to obtain a new h265 or h264 file with the same resolution, since Premiere CC cannot open the original file. The files I obtained did open in Premiere but play smooth only at 1/16th preview resolution. Can you suggest a player that opens the original file to grab frames?

    ]]>
    Smart Rendering GH4 4K on Windows? https://personal-view.com/talks/discussion/12262/smart-rendering-gh4-4k-on-windows Wed, 28 Jan 2015 06:05:46 +0000 NickHope 12262@/talks/discussions Before I start archiving the best parts of my footage in MagicYUV lossless .avi format at a bitrate 18x bigger than the original, I am wondering if anyone has found a way to reliably smart render (no recompression) 4K UHD MP4 footage from the Panasonic GH4. My typical nature footage features a lot of unwanted head and tail. Really I just want to split the files on the PC, not in-camera. I don't care if it's forced to i-Frames or if the first and final GOPs don't render well.

    The "main" NLEs won't do it. I tried TMPGEnc Smart Renderer and that didn't work. I expect it's beyond VideoReDo and Womble.

    I have heard that Cyberlink PowerDirector tries it but there are glitches in the result from version 12 (reported at http://www.avsforum.com/forum/161-camcorders/1533217-cambridge-uk-4k.html ). Unfortunately the version 13 trial version doesn't support 4k so it would mean spending $80 on the program to test it.

    I also notice that Corel VideoStudio Pro X7 features "4k smart rendering" and there is a fully-functional trial version but it's 800MB.

    ]]>
    2016 Best Export Settings for YouTube https://personal-view.com/talks/discussion/15812/2016-best-export-settings-for-youtube Wed, 28 Sep 2016 21:13:25 +0000 matt_gh2 15812@/talks/discussions Thought I had my secret sauce for export settings...but pulled a project from about a year ago, making some tweaks, and re-exported using my previous primo Premiere Pro settings...but image was destoryed. Tons of banding/blotchiness, general low resolution, etc (Even when playing in 1080 on YouTube). I was using H.264, 12 Mbps for Target Bit Rate, and 40 Mbps for Max Bit Rate, High Profile 5.1, and checking lower box for rendering at max quality. 3 minute video was 253 MB. I guess YouTube has changed their ways they compress/encode etc. Last year this export looked great...now it's horrible!

    What's everybody using for their export settings these days for YouTube? (and Vimeo for those interested there too)

    ]]>
    Tip for importing 'missing' GH2 clips in Final Cut Pro X https://personal-view.com/talks/discussion/12929/tip-for-importing-missing-gh2-clips-in-final-cut-pro-x Mon, 04 May 2015 22:52:04 +0000 arvidtp 12929@/talks/discussions Often I find that when I go to import footage from an SD card I've shot on my GH2 (hacked, settings are Sanity 5.1 or Sanity X) Final Cut X's import window will not see some earlier video clips I'd shot (and not yet imported). I discovered after a recent shoot that if I turned the camera off, changed the battery, turned it back on and kept shooting, only the clips shot after the battery change were visible to FCPX. So, after cursing at FCPX as I am wont to do, I started copying the .MTS files (which thankfully are always still there on the card) and preparing for the annoying process of concatenating spanned clips by hand and re-wrapping them all, when I hit upon the idea of seeing if I could just repair the AVCHD file structure.

    Well, it turns out to be pretty simple. It seems that when the GH2 is power cycled, it makes a new playlist in the AVCHD structure (you can tell because there are multiple .MPL files in PRIVATE/AVCHD/BDMV/PLAYLIST/), and FCPX only sees clips from the most recent playlist with no way to switch to another playlist.

    After a little hunting with a hex editor, I found that PRIVATE/AVCHD/BDMV/INDEX.BDM tells the importing software (at least in the case of FCPX) which playlist to look at. There is a number at the end that matches the number of the most recent playlist file (eg 00001) for 00001.MPL. So if you import the visible footage, you can then backup INDEX.BDM and use a hex editor to change that last number in it to the number of the previous playlist. You're just changing a single byte! Save, then open the FCPX import window again (maybe you need to relaunch FCPX? - don't remember) and the clips that were missing will probably be there. I assume you could repeat the process if you had 3 or more AVCHD playlist files on the card.

    for a free hex editor on mac, I recommend Hex Fiend: http://www.macupdate.com/app/mac/22589/hex-fiend

    Don't use a normal text editor – more than that single byte will probably change and you'll be sorry.

    So to summarize

    If missing clips in FCPX import:

    • import what you can see
    • check for the presence of multiple .MPL files
    • change the 5 digit number (eg 00001) in INDEX.BDM to refer to a different .MPL file
    • import again in FCPX - missing clips should show up

    attached are some screenshots of changing the contents of INDEX.BDM.

    Hope this tidbit of knowledge helps some people out. I wish I had discovered it a year ago – would have saved me some aggravation for sure.

    ]]>
    Using alpha channel for correcting playing video? https://personal-view.com/talks/discussion/13955/using-alpha-channel-for-correcting-playing-video Mon, 19 Oct 2015 00:54:08 +0000 Vesku 13955@/talks/discussions Is there any way to use real time image adjustments with alpha mask channel in video player?

    I have uneven back light in my TV and it would be nice to have a masked correction for display faults. Corner color and contrast are also fading when watching very close. A mask correction would help for that too.

    ]]>