I already posted this problem to the Toast 10 forums, but I think it makes sense to ask for help here, too.
I have a Hauppauge HD-PVR, Toast 10, EyeTV 3, latest software and firmware updates for all. I can make Blu-ray discs without reencoding in Toast if I click the Toast button in EyeTV and select "Never" in the encoding settings in Toast. The problem is that the output of the HD-PVR never maintains sync between audio and video, so I've developed a method incorporating ffmpeg and sox to make slight adjustments in tempo for the AC3 audio. That means, of course, that I have to work with audio and video separately, which isn't a problem, except that I can't seem to find a way to remux the audio and video so that Toast will accept the results without reencoding. I've successfully remuxed with both ffmpeg and MP4Box to .mp4 files that play just fine in VLC and mplayer, but can't be accepted by Toast (error "unsupported format and cannot be imported"). When I use QuickTime Player Pro, I can create a .mov file, but I can't create a .mp4 file unless I convert audio to aac in audio export options (passthrough choice isn't available for audio), so Toast insists on reencoding any file produced by QuickTime Player. Is there any way for me to put the adjusted AC3 audio back together with the h.264 video so that Toast can author my Blu-ray disc without reencoding the way it does when I click the Toast button in EyeTV? Thanks.
+ Reply to Thread
Results 1 to 8 of 8
-
-
did you try to export as .ts from ffmpeg (andf play with the -itsoffset argument to correct audio begining?)
The ffmpeg's ts is awfull but it can be a good begining to give it to toast (I don't use it so I don't know how it reacts)
eg: ffmpeg -i input_audio -itsoffset 0.46 -acodec copy -i inputVideo -vcodec copy -y output.ts
byeFor DVD, iPad, HD, connected TV, … iMovie & FCPX? MovieConverter-Studio 3 (01/24/2015) - Handle your camcorder's videos? even in 60p or 60i? do a slow-motion? MovieCam. -
One answer appears to be txMuxer. GUI version hasn't been made compatible with Snow Leopard yet, so I learned the command line method. I've only tested with a short clip, but Toast did make a valid BD image with no reencoding.
-
Originally Posted by llee782
not an official version but a hacked one (not by me) for Snow Leo
http://rapidshare.com/files/326372784/tsMuxerGUI.1.9.9-with-tsMuxeR-1.10.6.zip
byeFor DVD, iPad, HD, connected TV, … iMovie & FCPX? MovieConverter-Studio 3 (01/24/2015) - Handle your camcorder's videos? even in 60p or 60i? do a slow-motion? MovieCam. -
Originally Posted by Herve
Here's the error output:
dyld: Library not loaded: QtGui.framework/Versions/4/QtGui
Referenced from:/Downloads/tsMuxerGUI.app/Contents/MacOS/tsMuxerGUI
Reason: image not found
Trace/BPT trap -
oops you are right: I forget to say to install first the qt librairies (as written on the post from the GUI who updated the GUI/tool)
But he changed binary too (Command Line Tool) to avoid the concern with hardcoded fonts in it with SnowLeo. I suppose the binary works without any qt compile (I don't verify I still have qt on my computer)
byeFor DVD, iPad, HD, connected TV, … iMovie & FCPX? MovieConverter-Studio 3 (01/24/2015) - Handle your camcorder's videos? even in 60p or 60i? do a slow-motion? MovieCam.
Similar Threads
-
Blu-ray to MKV remux
By axl70 in forum Blu-ray RippingReplies: 5Last Post: 11th Nov 2011, 07:44 -
Blu-ray remux (.mkv) to Blu-ray structure again ?? how
By Trigarr in forum Authoring (Blu-ray)Replies: 1Last Post: 20th Oct 2011, 08:44 -
3D Blu Ray authoring
By Shilar in forum Authoring (Blu-ray)Replies: 10Last Post: 8th Apr 2011, 22:28 -
Authoring Blu-Ray
By whoisquilty in forum MacReplies: 3Last Post: 13th Aug 2010, 10:57 -
Blu-ray Remux/Corrupt Pictures
By Flash2075 in forum Blu-ray RippingReplies: 0Last Post: 28th Apr 2010, 07:15