Audio level control missing

I have a Philips portable DVD player. It has a built-in audio amplifier, speakers, headphone and line out. But the volume control on its amplifier does not work with DVDs authored in iDVD. It does work with other DVDs that I own (like movies). I can pre-set the volume in iDVD for, say, a slide show. But when I burn the DVD and play, the Volume Up and Volume Down buttons on the Philips unit do nothing. With other DVDs, when I push those buttons, there is a pop-up showing the volume level. But with DVDs authored in iDVD, it plays only at the pre-set level. I can mute it, but I cannot control audio level. Did I miss something in iDVD?

OK. The situation is a bit better than I thought. Any DVD burned with iDVD disables only the volume control on the REMOTE CONTROL of the Philips PET 1030/37. On the unit itself (as opposed to its hand-held remote) THE VOLUME CONTROL STILL WORKS. So, just to be clear, there still is something weird about DVDs made with iDVD, because the volume control on the hand-held remote does NOT work for them. On store-bought movie DVDs (not burned with iDVD), the hand-held remote DOES work (as well as the on-unit volume control). This issue starts to feel to me like a non-configurable option that they have pre-set in iDVD. Maybe someone familiar with the full DVD authoring software (DVD Studio Pro 4) could tell us what's going on. Of course that software is available ONLY as a component of Final Cut Studio 2. It is not available stand-alone.

Similar Messages

  • Manual Audio Level Controls! - Sony Alpha DSLRS (A65)

    Dear Sony -I absolutely love your DSLRs. However, to use the camera as an acceptable tool for amateur/indie/professional film, manual audio level controls in video mode are a must-have. Equal Canon competitors all feature this simple leveling option for managing audio.Currently, the automatic gain control is the only option for audio recording capabilities on Sony Alpha DSLRS in video recording. While in theory OK, AGC leads to terrible problems such as unnecessarily high and distracting background noise/hiss. Filmmakers desire crisp, clear audio!For quality results using an external microhpone, manual audio levels are the only way for filmmakers to achieve decent in-camera audio to compete with Canon users. Many amateur and professional videographers are in desperate need of this function! Audio is often MORE important than the image quality of your film, although Sony seems to increasingly neglect its video DSLR users by not implementing this ability and falling short on video options (Auto-focus in Manual Mode, audio levels on HUD etc.).To keep my Sony A65 a viable option for video work - please see if anything can be done!  (Should be able to be added with a firmware update to all current and existing Alpha DSLRS) Thanks!!! - Love, a filmmaker who would desperately like to keep their A65 for professional video work! (Also from "Join The Inspiration")

    Though a great idea, you also have to understand that the a65 isn't as film oriented camera like other cameras.
    DSLR cameras with the audio controls are designed with film making in mind, thus they have that option.
    Most DSLRs (at least, back in the days) was simply a camera to take photos. If you wanted to do film, you'd buy a dedicated film recorder for that. Having video capabilities in a DSLR was a bonus.
    Nowadays, it's merging, bang for buck, reaching to a boarder audience, one size fits all, etc, and unfortunately, the a65 wasn't part of that 'nowadays' era.
    The a99 and a77ii, if I remember correctly, has audio controls.
    A lot of the newer Sony models (mirrorless) also have audio controls, that is, the ones that a targeted towards film making and not just great photos with the bonus of great video.
    Also, I would presume that a lot of 'professional' videographers will either use external mics such as on a pole, a lapel mic, etc, to capture perfect audio, or if not, at least a shotgun/boom mic attached to the camera.
    When doing such, there technically shouldn't be a lot of problems with the audio quality. Of course, if those external mics are still recorded into the camera, then yeah... but if they're recorded separately and slapped on during post processing... shouldn't be any problems...
    If you're relying purely on the a65 and it's AGC, then there definitely will be shortcomings here and there unfortunately.
    I recently filmed my niece-in-law's wedding. I didn't have any fancy mic setups (can't afford it at this stage), and this wasn't any sort of 'professional' work, more of just something for the family (free), but the audio came out excellent. Yes, it caught ambient noise (obviously), but I don't hear any cutoffs or badly pitched noises, or anything. The loud music and people cheering on and such all came through very clearly. Sure, it's no 'professional' bitrate or anything, but at 192kbps, it did the job.
    Anyways, that was off topic, but all I'm saying is, you can't expect much from a photo taking centred camera which has been slapped on with nice video capabilities unfortunately. Also, due to the a65's age, I don't think Sony's bringing out anymore updates. My advice is either get an a77ii for it's awesome AF, or if full frame is a desire, then the a99 or a mirrorless (up to you).The a99 has a controllable focus range which is something I like, that way, if you're using autofocus (yeah... what 'professional' videographer would use autofocus aye?), you won't lose focus on subjects if something goes in front/behind it.Also, the little wheel at the front really helps in allowing you to make adjustments without disrupting video or causing too much movement in the camera. Right now, I am planning on getting a RX10ii. Though I'd love to get something from the mirrorless range, it's just way out of my budget (even the RX10ii is, so there's a lot of saving to do right now also...). Anyways, good luck with your videos.

  • Audio level control in menu screen

    Is there any way to control the audio levels of the background audio played when the DVD menu first appears. I assume that DVD Studio Pro may have more control over this but I am using iDVD for now and am stuck. Thanks

    If you want to lower the volume of "the built-in" audio in iDVD menus, first you have to find the audio files inside iDVD. Control-click on iDVD, and choose "show package contents" Then open contents>resourses and find the iDVD theme you want to edit. Again, control-click the theme and look in contents>resources for the audio file.
    Now you have to edit that audio file to lower the volume. This can be done a few ways, sometimes using iMovie or another audio editor like Cacophony etc.
    You'll have to save it with the same name and in the same audio format you found it in........and replace the original file.
    John B.

  • Overriding Processor audio level controls

    Hello,
    I'm developing an application to capture a live audio stream (by definition a PushDataSource). I want to provide my own controls for monitoring the audio (e.g. mute button, volume level control). What methods set the volume level? I didn't see any of this in the documentation.
    I saw getGainControl, but I want to provide my own ... just setting the gain.
    Is there an example of this?
    Thanks,
    Ben

    brcain wrote:
    Do I have to implement a GainEffect plug-in ... just to change the monitored audio level?No. You can actually implement the controls on the PushDataSource itself.
    For instance, I have the following code available on the forum:
    [http://forums.sun.com/thread.jspa?forumID=28&threadID=5342704]
    That code will capture audio using JavaSound, and deliver it to JMF via a PushBufferStream. Because the capturing is done with JavaSound directly, I can run any kind of JavaSound processing I want on the audio before I hand it to JMF.
    I could, for instance, convert it to ULAW before I give it to JMF...
    [http://www.jsresources.org/examples/UlawEncoder.html]
    I could, for instance, change the sample rate before I give it to JMF...
    [http://www.jsresources.org/examples/SampleRateConverter.html]
    I could, in particular, change the volume before I give it to JMF...
    [http://www.jsresources.org/examples/AmplitudeConverter.html]
    All you're handing to JMF is a set of audio samples. You can adjust them or monitor them however you want before you give them to JMF...

  • Glitch with Audio Level Control

    I've been having this issue for a long time now on several computers and with different versions of FCP, and it's really bothered me lately. At times when I am keyframing audio levels in the timeline, if I add a keyframe to an audio track it will randomly lower the level of the track by 1db. This doesn't happen all the time, but it does happen often with long audio clips. Usually my workaround is to make two cuts on the track around the area i want to change and then add in the audio keyframes. Sometimes this doesn't even work. Anyone else have this issue or know of a way to resolve it?
    Like I said I've had this problem with almost all versions of 5. I can't remember if I had this issue with 4.
    Thanks!

    this only happens when you use the pen tool to add the keyframe ... whats happening, whether you mean to or not, is that the act of clicking, to add the keyframe, is also occasionally pushing that new keyframe down a bit, causing the drop in level.
    the easiest workaround is is to use Cmd-Opt-K, to add an audio level keyframe at the playhead position .... or to resize the audio tracks so as the mouse movement has less or no impact on the level.

  • Menu audio level control

    I am having a hard time with the volume of my main menu audio. When I import the track I want to use and drop it in the top menu, I have no way of adjusting the volume. I usually mix all of my audio in final cut to a maximum of -12db.
    The volume appears to be fine when I'm authoring the disc. I go from the main menu with sound to the tracks and the audio appears to be at the same level. However, after producing the finished DVD, the menu audio is usually way too loud. I would say it's at least 12 db hotter than the program material. Hence, when you navigate back to the main menu from the tracks, it's way too loud.
    Any clues, anyone???
    DVDSP 4
    Final Cut Suite

    David:
    That's probably a difference in the encoding of your tracks and menu audio. What audio format are you using for your tracks: AIFF or AC3? Or are you encoding your assets inside DVDSP?
    There is no way to adjust the volume inside DVDSP, you must edit your audio level in other app before importing it (FCP, Soundtrack, etc).
      Alberto

  • Feature Request:  Audio Level  Control + Auto-accept chat

    Hi all,
    Just a quick note...
    I am using iChat to monitor my elderly Grandfather who has mobility problems. He lives with me, but in a different room in my home.
    I watch and listen in case he falls, or calls for help.
    I use Bonjour to initiate a video chat and use his built in iSight in his iMac (intel).
    The problem I am having is that there is no volume control on iChat, therefore the only way to control the level is via the main system volume. That doesn't work well since it affects all other things I am doing (music, videos, other chats, web pages...etc).
    So basically I have to listen to his iChat session at system volume and 23 hours a day that's just coughing, or his TV, or whatnot.
    It would be very useful if iChat had an independent volume control/mute for applications like this, and even for regular audio/video chat (some people listen to music while chatting).
    The other request I would like up for consideration is a password protected auto-accept feature.
    This would allow the host to automatically accept and initiate text/audio/video chats requested by authorized clients.
    This way I don't have to initiate a chat, then run down to the other room to accept it.
    Also this would be useful for security monitoring and baby monitoring purposes.
    Thanks for listening
    Sean

    In the Alerts tab of iChat preferences, select Video Invitation from the Event pop-up menu. Then select the Run Applescript checkbox and select Auto Accept.applescript from the adjacent pop-up menu.
    Granted, this doesn't give you password authentication, but I don't believe anything is available for providing that capability.
    Hope this helps.
    Palms831

  • Quick (floating) Audio level control gone. How do I reenable it?

    I have no idea how, but suddenly the floating Quick Audio control is gone (that normally hovers above your track for quickly raising/lowering audio). I've looked all over on how to reenable it.
    I've checked under 'Window', I've checked in settings, I've spent 15 minutes googling it and can't find any solution but I'm assuming it's something simple that's right in front of me.
    I found an image online and took a snapshot of what it is incase I'm getting the name wrong

    In View menu Show HUD (Head Up Display) or Shift + U keyboard shortcut. There is also a setting in Preferences/General for "Show HUD for selection ranges only" if you only want it to show when you have selected some audio in the Waveform view.

  • Missing Audio track controls (fader, solo, mute, sends, inserts etc...)

    After doing a "save as project" I ended up with 2 big problems. When I pull the song off the CDR and open it up on my computer the controls for some audio tracks are missing. I lose anything having to do with track control such as input, output, fade, solo, pan, inserts, buses, mute, record. The only thing i can see is the group assignment and automation pull down menus. The other problem i have is that i have to manually relink all the audio files. Why can't the session file find the audio files??? They are all in the audio files folder right next to the session file. Arg. i am running logic pro 7 and the computer that the "save project" was completed on is running logic 6 express 6.4.0.

    I'll take a stab at it.
    Sounds like your parameters are not viewed. In the arrange window menus - there should be a view menu and it allows you select what things to see for each track.
    Maybe view parameters or view channel strip only settings may help.
    Not sitting in front of Logic at the moment.
    May have something to do with goign from L6 to L7,but i'm only guessing on that one.
    hope this helps
    B
    G5 1.8/ 3GB Ram Logic Pro 7.1.1   Mac OS X (10.4.6)  

  • The missing audio recording control...

    For whatever reason, when I choose Audio->Record to-> Slide, the audio recording control does not show up on the screen anywhere. I am using Captivate 5.

    Did you use this laptop with two monitors? Perhaps the dialog box is still on the other monitor, this sounds strange sorry, but it happened to me before. I'm used to have another monitor connected in college and then have some panels on one monitor, if I forget to restore to one monitor sometimes certain boxes seem to have disappeared.
    Lilybiri

  • Audio levels before / after export???

    hi,
    i'm using a background audio track in one of my adventure videos and when i am in PProCS5, the audio is at a good level BUT after i export the video, the audio seems to have gone up a few notches.
    any ideas?
    i only edit the audio levels in PProCS5 down in the audio section of the timeline. i add keyframes and then drag the audio level up and down. is that the right way to do it? is it possible to increase / decrease the audio level by more than the allowable 6dB?
    am i missing a setting when i export the audio?
    i mean, it should all sound the same, in PPro and when i play it in VLC or on my TV?
    thanks!

    In PrPro, there are at least 3 ways to adjust the Levels/Volume of the Audio:
    At the Clip-level, one can Rt-click and adjust the Audio Gain. This is often the least desirable method, but can be used.
    At the Clip-level, one can use the fixed Effect>Volume, and easily Keyframe this Effect. This can be done on the Timeline, or via the Effects Control Panel, and this is the most common method. Remember, this is at the Clip-level, so those Keyframes will follow that Clip, should it be moved.
    At the Audio Track-level, one can use the Audio Mixer to automate the Sends, and set Track Keyframes to control the Levels. This will apply Track Keyframes, which will remain on that Track, even if one replaces the Clips on that Track. The frequency of these Track Keyframes can be adjusted in Edit>Preferences. Remember, these are Track Keyframes, unlike the Clip Keyframes above.
    The display of either Clip, or Track Volume Keyframes can be toggled in the Track Header.
    There are several other Levels/Volume Effects, like Normalize, but they are really something a bit different.
    I agree with Jim's suggestion on doing a DVD (I use RW discs to test - no more coasters), and test the Levels on my reference audio system.
    Good luck,
    Hunt

  • Inconsistent Audio Levels

    Microphone: Heil PR40
    Mixer: Alesis MultiMix8 FireWire
    I am trying to record narration, but unfortunately I am getting really low levels when trying to record into Soundtrack Pro (I even tried Garageband but got the same result). The audio levels are ok coming out of the board (loud but no clipping), and when checking the audio input in System Preferences it seems to be where it should be, but when recording they barely register above -20 db on the STP meter and they end up sounding muddied and full of noise when I try to normalize them to an acceptable level. I've tried using a preamp (even though the Heil theoretically shouldn't need one) and it makes little to no difference. What am I missing??? Please help!!!

    Thanks for the feedback - to answer your questions, I had all of the levels cranked as high as they would go (even though that is not supposed to be necessary) as well as those of a preamp we picked up. We tried these settings with and without the preamp and received about the same result - the only difference being the preamp distorted the voice slightly. The cranked gain boosted the levels to where they showed on the audio board as healthy (around 0 db) and sounded ok through headphones and/or speakers setup on the board's control room out, but once those came into the computer via Firewire cable, they hardly registered on the software.
    I called Alesis' technical support and they suggested trying multiple microphones using multiple channels to see if the board is the problem. I tried a lavalier, an H2 Handy Recorder and the Heil that we are trying to use in all of the different channels - I got varying results by microphone...mostly that the Heil requires as much gain as it can get in order to get those healthy levels out of the board, but that was expected. The other two microphones were much more sensitive. However, the only consistency was that the levels coming into the computer were practically nonexistent.
    The part that bugs me the most is that the input levels that appear in System Preferences > Sound are nearly identical to those that appear on the audio board - so where could the disconnect be coming from? Could it possibly be something wrong with the computer itself?

  • Audio levels on the timeline & Audio Mixer

    I'm confused why when you change the audio levels on a clip using the Audio Mixer it changes the levels for everything on the track?
    I'm from an FCP & Avid background where you can adjust each clip using the Audio Mixer, is there a way I can do this? I find using the yellow sliders in each clip is very unaccurate and having to open each audio clip in the viewer is such a time waster.
    Thanks, Andy

    Audio in Premiere Pro is different--but quite a lot, in many circumstances. I'd recommend going through the help file's audio section to get a better idea of what some of the main controls are: Adobe Premiere Pro CS5 & CS5.5 * Editing Audio
    But to answer your question more directly: the Audio Mixer controls track volume, not clip volume. By default, the Audio Mixer isn't set to drop keyframes, so it will affect the level of a track as a whole; check out Recording audio mixes to get more background on setting up the Audio Mixer for automation, so that you can record level changes.
    The rubberbands (the yellow lines you're referring to) can be more finitely controlled by holding down the Ctrl/Cmd key as you drag; the values will move in smaller increments, then.
    You don't have to load a clip into the Source Monitor to adjust the levels, if you want to adjust by the numbers. Just single click a clip in the sequence, and if the Effects Controls panel is forward, you'll be able to adjust the volume with the standard effects sliders/dials. Note that keyframing is enabled by default for the Level property, so if all you want to do is adjust the total level of a clip, it might be faster to do it in the sequence.
    Audio mixing in Premiere Pro is pretty capable and the feature set is pretty deep, but I'll grant you it's a little overwhelming coming from a different NLE. I don't know if any of the previous helps you, but post back with any specific questions and we'll try to figure out a way to approach this in a fashion that makes sense to you.

  • Adjusting audio levels in a clip

    I've just stepped up to iMovie 08 and I cant seem to find a way of creating different audio levels for the one clip. It seems like there is just one audio level *per clip*. Unlike the old version where you could adjust the audio 'wave' up and down where ever you wanted.
    Is this correct.

    It's a while since I used iMovie '08, but from memory I think the audio worked in a similar fashion to iMovie '09. In iMovie '09 you can right-click (Control-click) on a clip, then select Split Clip from the pop-up menu. First, click and drag across the clip to highlight with a yellow border the section where you wish to adjust the volume. Then right-click and choose Split Clip. The section you highlighted will now show as a separate clip.
    Click on the small gear icon on the separated clip and choose Audio Adjustments from the pop-up menu. In the Inspector that opens you can adjust the volume of the clip. Also, if you have a separate music track or voiceover running under the clip, you can use the Ducking feature to reduce the volume of the other tracks. Tick the Ducking box and move the slider to the desired level. You can also fade the audio in and out on the main video track for the separated clip.
    Sorry if this advice is not entirely applicable to iMovie '08 (I don't have access to that version at the moment). But this is how it works in iMovie '09, if that helps at all.
    John

  • What are the iTunes digital audio levels in and out

    I am having a lot of trouble with finding out and setting the audio levels in and out of iTunes.
    Digital audio has 16bits at '1' with an analog signal level of +12dB, 24bit has all'1's at +18dB. Making the overhead capability for CD 16bit 12dB and that for HD 24bit 18dB.
    I would like to record (using SoundStudio) a set of standard audio tones from 20-20kHz with digital levels of "all 1's" 16bit, or +12 dB analog level, "all 1's" 24bit ditto, and the same for levels of analog 0dB (-12dB digital) for 16bit and 0dB(-18dB digital) for 24bit.
    What I am finding is that if I get Sound Studio to inert a tone at what it calls 0dB, save it as AIFF, then the output it from iTunes I get a much higher level, around +8dB or so!
    Any ideas?

    As an addition to my first question. I asked the makers of Sound Studio about levels. They tell me that the Mac standard is to have all '1's in the digital stream defined as 0dB.
    Which helps as I can now record a tone at the CD level of -12dB and the HD audio level of -18dB. And if I make recordings I know to keep the input levels well into the green, not yellow and definitely not up to the red.
    As you say the output of iTunes is boosted, and from my measurements this boost is in the analog circuitry and is about +8dB.
    I woul dnot recommend turing down the iTunes volume control as this brings in the digital volume reduction, which depends on the algorithm they have implemented. This is not so bad for iTunes as the Audio Core software works at 32bit and can handle 16bit volume changes fairly well. But on the iPad it is different as iOS is only 16bit audio so the volume algorithm is poor. So always leave the volume at maximum and turn down your HiFi volume control!
    Or use a digital output to an external DAC as the iTunes volume control is then disabled. Set Audio MIDI for 24bit output and you are ready to go with HD Audio.

Maybe you are looking for

  • Can I connect a Flat Diamondtron Display to a Mac Book Pro

    Hi, My laptop screen is too low for me and is causing neck pain. I'd like to connect up a screen at a higher level. I own a 17" Studio Display Natural Flat Diamondtron. Will it connect to the Mac Book Pro (bought in 2007) 2.4 GHz Intel Core 2 Duo? If

  • Why can't I add a picture to my Game Center account?

    I have the new iPad and can't add a picture or status to my Game Center account. Help?!?!

  • WARNING: NEW-PAGE PRINT can no longer be used to print dialog box

    i am getting a warning as 'NEW-PAGE PRINT can no longer be used to print dialog box'. Please suggest what method can i use otherwise

  • PE51/ Form Editor

    Hi, While creating Line Layout in FORM EDITOR, am facing the following error of "Cursor placed in a wrong position". I am doing it as given in the SAP help, but not able to create a line layout. Hope an early response to this query. Rgds Vaishali

  • Why does my mavericks download keep failing?

    Recently my  2011 macbook pro 13'' computer stopped booting up. It would turn on and give the progress bar and the apple logo but the bar wouldn't fill and instead it would shut off by itself. So, I started it holding command r and went to see what w