I make nature films around in 1 hour long.
I like to preserve this edited video in best format (and delete source files), but don't want to make huuge files. (ok i know this is a little paradox).
But i search a good codec for this, which give me the best result at around 50mbps.
So i can archive my video to one 25GB BD disc and on a hard drive.
What i already tried:
- built in Sony, Mainconcept AVC - blurs fine details even at 50mbps
- MXF standard can do only 50i with fullhd
- MXF HDCAM - can do 50p, but files are huge
- Lagarith avi - lossless, but big files
- Canopus HQ/HQX - visually lossless, but still huge files for my needs
And the winner? Frameserver + Ripbot264 with this parameters:
--level 4.2 --aud --nal-hrd vbr --vbv-bufsize 50000 --vbv-maxrate 70000 --b-pyramid none --keyint 50
I can playback this MP4 files with most devices, can import back to the timeline, edit if needed, no colors/levels shift and the quality is very, very good. For 90% of my
videos i don't see any difference when compared on the timeline with the originals.
Any other tips? :)
Be aware if you want to use my method you have to use this avisynth script:
AviSource("S:\frameserved.avi")
Trim (0, FrameCount-1-Floor(FrameRate)) - cut debugmode audio bug at the end
ConvertToYV12(matrix="PC.709") - important! result no color shift
So you have to open this AVS file in ripbot.
If you are not satisfied with ripbot max 128kbit AAC encoding quality, render the audio to sony AVC (audio only) at 256kbps, and mux the video and audio with YAMB.
Hope it help for somebody.
I like to preserve this edited video in best format (and delete source files), but don't want to make huuge files. (ok i know this is a little paradox).
But i search a good codec for this, which give me the best result at around 50mbps.
So i can archive my video to one 25GB BD disc and on a hard drive.
What i already tried:
- built in Sony, Mainconcept AVC - blurs fine details even at 50mbps
- MXF standard can do only 50i with fullhd
- MXF HDCAM - can do 50p, but files are huge
- Lagarith avi - lossless, but big files
- Canopus HQ/HQX - visually lossless, but still huge files for my needs
And the winner? Frameserver + Ripbot264 with this parameters:
--level 4.2 --aud --nal-hrd vbr --vbv-bufsize 50000 --vbv-maxrate 70000 --b-pyramid none --keyint 50
I can playback this MP4 files with most devices, can import back to the timeline, edit if needed, no colors/levels shift and the quality is very, very good. For 90% of my
videos i don't see any difference when compared on the timeline with the originals.
Any other tips? :)
Be aware if you want to use my method you have to use this avisynth script:
AviSource("S:\frameserved.avi")
Trim (0, FrameCount-1-Floor(FrameRate)) - cut debugmode audio bug at the end
ConvertToYV12(matrix="PC.709") - important! result no color shift
So you have to open this AVS file in ripbot.
If you are not satisfied with ripbot max 128kbit AAC encoding quality, render the audio to sony AVC (audio only) at 256kbps, and mux the video and audio with YAMB.
Hope it help for somebody.