DV tape capture audio conversion issues - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: DV tape capture audio conversion issues (/thread-3331.html) |
DV tape capture audio conversion issues - mcb7 - 10.08.2023 I originally posted this on the Videohelp conversion board but didn't get a satisfactory response (eg use a different program) so trying here in the hope I can solve the issue since the picture quality I've had from Hybrid is better than any other tool I've tried. Quote:I have captured a number of DV tapes using my Macbook Air via the firewire interface and I am wanting to convert/compress them into mp4 files to share online. I have copied the files to my Windows PC and have tried using Hybrid with default settings to convert them but I am getting an issue with the audio. Since that post I have tried conversion to avi container to see if passing through the audio as pcm would help but it didn't - same result. I'm attaching the HybridDebugOutput.txt for the mp4 attempt. I included the MeadiaInfo for the source file in the original post, if that's of any use: https://forum.videohelp.com/threads/410284-DV-tape-capture-audio-conversion-issues-with-Hybrid Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem. RE: DV tape capture audio conversion issues - Selur - 10.08.2023 MediaInfo reports: Audio #1 Strange is that mediainfo shows 3 audio channels, while Hybrid seems to detect only one. Okay, Hybrid assumes there is only 1 audio channel, since mplayer only detects one. mplayer reports a bunch of '[dvvideo @ 00007ff704aa6000]Concealing bitstream errors' and reports one time one audio and another time two audio channels. I assume the different audio count will cause problems later, since it seems like Hybrid tried to extract an audio stream which Hybrid assumes to be 4 channels (same as ffmpeg), but during processing ffmpeg complains: [pcm_s16le @ 00007ff704aa6000]Channel layout 'stereo' with 2 channels does not match specified number of channels 4: ignoring specified channel layout => Do you have a source you can share with me which triggers this problem? I would need something to play with to come up with a workaround for this. Cu Selur RE: DV tape capture audio conversion issues - mcb7 - 11.08.2023 Thanks for looking into this. I've put a smaller clip on my Google drive here (let me know if you can't access): https://drive.google.com/file/d/1vRPWBMh9qlV02TKS9lCqic3M1uWILaJ-/view?usp=drive_link I have now noticed that VLC is the only thing I have installed that can play the original files correctly, when I was sure Windows Media player was working a few weeks ago. WMP plays with the same audio issue which I don't think is half speed because I played the converted mp4 in VLC at x2 speed and it still sounded strange. I'm wondering if it's the meta data that is wrong, maybe the endian-ness of the samples or incorrect bits/sample or rate? Also strangley, Windows TV & Films app will play the audio correctly but won't recognise the video. RE: DV tape capture audio conversion issues - annael - 18.08.2023 Just a little note on Mini DV audio: when using 48khz, DV is only 2 channels, but when set to 32khz, you get 4 channels of audio. The additional channels were reserved for "audio dubbing". I remember having lots of problems with 32khz audio back in the mini DV days. Most apps would capture audio incorrectly when rewrapping to .mov or .avi. I had to capture to a .dv file or capture via analogue outputs to get good sync. I'm not saying this is the issue here, just an historical FYI ;-) RE: DV tape capture audio conversion issues - mcb7 - 24.08.2023 Thanks for the info, I might try to see if the capture software I used on the Macbook has any settings. RE: DV tape capture audio conversion issues - Selur - 27.08.2023 First: Sorry, totally forgot about this. Second: Problem is neither ffmpeg, nor mplayer or mencoder handle this audio properly. Mplayer can properly playback the audio but, like ffmpeg, creates a slowed down track on extraction. Even a simple: ffmpeg -i "1999-04-11 20_04_29-1.mov" -vn -acodec copy "test.wav" Sadly atm. I have no clue how to get a normal audio stream out of this and thus have no clue how to add a workaround for this in Hybrid. I could playback the file correctly with Audacity, so one could extract the audio as wav using audacity. Funnily, unlike everything else, Audacity identifies the audio as 4 separate identical mono 32kHz 32bit audio. So maybe the issue is with a wrong handling of the sample rate in ffmpeg. Cu Selur RE: DV tape capture audio conversion issues - mcb7 - 01.09.2023 Thanks for looking at this again Selur. As it happens I've found a work around - the software on the Macbook that I was capturing with had cut the viedo into clips which was great for the most part but in some cases it had cut the same scene into multiple parts so I used Avidemux to join the .mov files so as not to lose any quality with re-encoding. I took the default mkv container option and it transfers the audio into a format that Hybrid (and everything else) can understand. It's not ideal as I now have an extra step to do in the processing, plus I am needing double the disk space but it works. |