<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><b>Hoping Andrea or Igor would have an intelligent answer to this rather than my unintelligent response.</b><br></div></div><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I have recordings from Rode Wireless Go II wireless microphones. They do <br>
not align, so my first inspirational thought was;<br>
<br>
<<a href="https://youtube.com/watch?v=rOMKP4Jgzw8" rel="noreferrer" target="_blank">https://youtube.com/watch?v=rOMKP4Jgzw8</a>><br>
<br>
- load the two wav files<br>
- try to add them as mixer<br>
- mixer align<br>
<br>
<br>
That does *not* work, CinGG refuses to open mixers for audio only tracks. <br>
It does not really make sense.<br></blockquote><div> </div><div><span class="gmail_default" style="font-size:small"><b>When the mixer code was written, we did not even think about doing audio.  It would be a nice enhancemen</b>t.</span></div><div><span class="gmail_default" style="font-size:small"></span> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Can you work around this issue? Sure, create a one pixel PNG, and remux the <br>
wav into an MKV and then CinGG opens it.<br>
<br>
ffmpeg -loop 1 -y -i /tmp/rode.png -i REC00012.wav -shortest -acodec copy <br>
/tmp/test1.mkv<br>
<span class="gmail_default" style="font-size:small">...</span><br>


So then the second part. Since my actual problem was that some parts of an <br>
edited video contained horrible cracking, I wanted to cut the individual <br>
pieces of that track, align it with the master audio track to fix the audio <br>
without doing it by ear. This is the reverse approach of what is currently <br>
seems to be possible. To overcome the issues with clips, I have cut out <br>
clips using ffmpeg, and tried to align them. Lets say there is obviously <br>
"Match All" which creates a nice segmentation fault (attached).</blockquote><div><span class="gmail_default" style="font-size:small"><b>The dump keeps referring to "</b></span><b>futex_abstimed_wait_common<span class="gmail_default" style="font-size:small">.../lib64/libc.so.6" so I think that is the problem but not sure what it even means.  Maybe Andrew has a hint.<br></span></b></div><div><b><span class="gmail_default" style="font-size:small"><br></span></b></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">But even <br>
with manually specifying in the master track position, it dit not align for <br>
me, until I manually dragged it to the matching audio position.<br>
<br>
I would like to take a short clip, and align this with the master track. <br>
This could increase workflow productivity, and would not require a single <br>
master track anymore. At this moment clips in Cinelerra cannot be used as a <br>
Mixer.<br></blockquote><div style="font-size:small" class="gmail_default">...</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
What I would like to learn; Is there currently a way to manually create a <br>
master track to overcome the issues with audio (and clips)?<br>
<br></blockquote><div><span class="gmail_default" style="font-size:small"><span class="gmail_default" style="font-size:small"></span><b>When you say you did "Match All", were you referring to using the concept in the manual at:</b></span></div><div><span class="gmail_default" style="font-size:small">   <a href="https://cinelerra-gg.org/download/CinelerraGG_Manual/Audio_Video_sync_using_Wave.html">https://cinelerra-gg.org/download/CinelerraGG_Manual/Audio_Video_sync_using_Wave.html</a></span> </div></div></div>