..
+ Reply to Thread
Results 1 to 25 of 25
-
PCM audio is not supported. Save the video without audio as mp4. You can later convert the audio track to another format (ac3, aac) and mux it to the new video.
-
You can certainly capture in PCM/WAV this is advised.
However, later, when you do something in Virtualdub you have to convert the audio to something else
Audio/full processing mode/compression/FFmpeg AAC (use the configure button to raise the bitrate to 160
and try that)
The alternative is to disable the audio in Vdub and deal with it later
Audio/no audio -
Main, Multiplex, set your avi as videosource, set the same avi as audiosource, set a target filename, set mp4 as output container, click Multiplex. Done.
-
You do realise that your workflow removes all the advantages in capturing in a lossless format in the first place.
Your mp4 is now lossy and will have long GOPs, maybe as large as 450 frames, which make further editing, if frame-accurate cuts are important, difficult if not impossible without even more quality loss.
Mp4 really should be the final delivery format after ALL editing and not a bridge between one editor and another.
BTW You confuse vdub/vdub2 with mp4/mp4 v2. Only mp4 v2 allows for various video/audio codecs whereas the original container is restrictive in its options in this regard. -
Continue to capture as you're doing.
Explore the other codecs in the Virtualdub2 compression options, for example lossless FFmpeg FFV1
(set as 8bit,4:2:2 chroma) You can encode a small file to see if your editor will accept it.
If not, you could continue to use H264 and turn the CRF down to 1, set YUV 4:2:2 in the configure window.
It's not lossless, but maintains much of the quality
What H264 settings were you using?Last edited by davexnet; 22nd Aug 2020 at 22:17.
-
Use mediainfo in text view to check the color
Code:Chroma subsampling : 4:2:2
Last edited by davexnet; 22nd Aug 2020 at 22:42.
-
Well you should check if you're able to set chroma sampling of 4:2:2 in your H.264 capture
if you want to try that again.
It'll be interlaced capture in a progressive encoded file, but as long as you handle it right
it may work out
CRF is control rate factor, a single pass rate control mode . The lower the number, higher the quality, biggest files sizes -
I never implied or stated that you should leave the lossless huffyuv capture out of the workflow. I was merely illustrating that the more encodes you do from there the more quality you lose.
In fact you now state that your final aim is dvd so that means yet another even lossier encode from your mp4.
But if dvd is your aim then capture as huffyuv, do your filtering in vdub2 but output not as mp4 but as dvd-compliant mpeg2. As long as you are doing no more editing then you do not even need Premier to create the dvd. Several free programs exist to do just that and also burn. If you want a copy of the filtered video for PC playback then by all means also output another copy as mp4 but, again, aim not to use that for dvd authoring. -
Unfortunately I have no experience with Premiere Elements. But I would have thought that it accepts mpeg2 which will be much easier to edit than long-GOP mp4
-
Easy to read this
https://en.wikipedia.org/wiki/Group_of_pictures
than for me to try to explain it -
The best method is to capture lossless (the bits straight out of the ADC) and manipulate the video
(anything that causes quality loss) as little as possible before rendering to your delivery format
In the scenario we discussed earlier your were talking about the original Huffy capture and how to convert it
to a format acceptable to your NLE
I suggested H264 with CRF 1 @ 4:2:2 (CRF 0 is lossless but not available in Virtualdub2). CRF 1 is not lossless
but preserves much of the quality. I also mentioned a possible alternative in Virtualdub2 the FFmpeg FFV1
lossless codec - to try a short clip to see if it was compatible with your NLE.
At the end of the day the choice is yours. We point out the best practices and things to consider,
but you do what you like - don't have to justify it to us -
But did you check to see if Elements accepts the 4:2:2 variety of h264 ? It might not. Pro versions will like Premiere Pro, but 4:2:2 tends not to be a consumer oriented format. Also check - it might accept the lossless version of x264 and treat it like YUV as Premiere does (in vdub2 x264 configuration , select single pass - lossless)
Also, you can set the aspect ratio with SAR width and SAR height. You can use 10:11 for 720x480 4:3 VHS
Also, you can set --tff or --bff in the extra command line box to enter the field order, so you get proper interlaced encoding and signaling
So if capture at bit-rate 8000 seems to produce the optimum video quality, and that corresponds to about “10” in the VirtualDub H264 CRF slider, why capture a slider setting “1”, which will result in a much larger file?
(ii) If one were intending to do lots of post-capture editing, the potential advantage of a far higher capture rate, say a VirtualDub H264 CRF of 5 or lower (bit-rate of 16K to 32K), is that it would result in many more Key frames, and thus editing would be much more accurate.
Similar Threads
-
FFMPEG Conversion from MKV to MP4 returns a empty MP4 file?
By lolmaisine in forum Video ConversionReplies: 4Last Post: 6th Mar 2019, 07:45 -
Split mp4 file into specified size (part1.mp4, part2.mp4 etc.)
By TubeBar in forum EditingReplies: 7Last Post: 1st Feb 2019, 22:41 -
converting vbr mp4 file to cbr mp4
By brandcc in forum Video ConversionReplies: 13Last Post: 19th Jun 2017, 08:43 -
can’t merge gopro .mp4: large final file but same length as individual file
By TonyBoulet in forum EditingReplies: 15Last Post: 30th Aug 2016, 17:09 -
vsdc save as mp4
By jalea148 in forum Newbie / General discussionsReplies: 1Last Post: 16th Jan 2016, 11:34