How to hide video length informaiton

Dear all,
I created a landing webpage with embedded video hosted on Vimeo. When I use Safari on iPhone 5 to visit the webpage and click the video link it always shows the video length information, which I want to hide. I am wondering if I can do any customization on the video iframe code in order to hide that information ? Please kindly advise, thank you very much all folks.
Yours sincerely,
Kenny

There isn't an option per se.
However there is an app in AppWorld that will let you do it.
Personally, I just use the Air Browser in AppWorld to rename the file extension from .mp4 to .mp4.me.
This hides the video from the player until I name it back again.
1. If any post helps you please click the below the post(s) that helped you.
2. Please resolve your thread by marking the post "Solution?" which solved it for you!

Similar Messages

  • Nokia e5 how to hide videos

    hot to hide any kind of video frm everywhr..
    And keep it in a ssingle sftware...guide ppllz..

    This should be applicable to your phone too..
    /t5/Cseries/I-want-to-hide-my-Personal-Image-and-Video-files-on-C5/m-p/887903/highlight/true#M11677
    /t5/Nseries-and-S60-Smartphones/N73-How-to-Hide-Files-Photos-Videos-from-Gallery-view/m-p/163746/hig...
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

  • How to hide video

    i hve iphone 2g with 2.01 firmware and my itune version is 7.7
    how can i hide movie i didnt download from itune ?
    is there any software ?
    how is it possible

    If the video is being placed on the phone via iTunes then it will show up with all your other media. The iPhone security model is locked down, so content goes with the application that runs it - thus all movies that are moved over via iTunes all get lumped together.
    A couple things you can do:
    1. Rename the movie to something boring - "CNN covers tax tips" (do this on the PC/Mac)
    2. use a 3rd party utility to move the file - something like file magnet. All files moved over using file magnet get stored in the file magnet folder and require file magnet to open them. I don't know if file magnet will play a movie, and anyone that opens the file magnet application will see the files synced via file magnet.

  • How to hide video controls

    All-
    I have a video that i want to play automatically when a button is clicked.  I have it all figured out but the controls for the embedded video show up.  How do i hide the controls? 
    Here's my code on a triggered get element event
    var vid = sym.$("vidCon");
    vid.html('<video width="640" height="480" src="zoom.mp4" poster="black.jpg" type="video/mp4" autoplay="autoplay" controls="false"  </video>');
    I've read that an html 5 element must be ommitted if you don't want it to show but when i get rid of the controls attribute, the vid will not play. 
    Thx

    ok i figured it out
    here's the code i used on trigger if anyone's interested
    var vid = sym.$("vidCon");
       vid.html("<video width='640' height='480'  autoplay='autoplay' poster='black.jpg'>" + 
                "<source src='zoom1.mp4' type='video/mp4' >" +
                "<source src='zoom.webm' type='video/webm'  />" +
                "<source src='zoom.ogv' type='video/ogg'  />" +
       "</video>");
    i also had to convert my video to webm and ogg bc firefox has licensing issues with mp4
    ugh!  can't we all just get along!!!  :-)

  • How to hide video files in Playbook

    I want to hide some of the videos to hide from my kids. There is no such option that any particular video file doesnt show in the videos list. Insted, if there is any option to hide the icon of the video from the menu, just like option in the Bold 4 smartphone.

    There isn't an option per se.
    However there is an app in AppWorld that will let you do it.
    Personally, I just use the Air Browser in AppWorld to rename the file extension from .mp4 to .mp4.me.
    This hides the video from the player until I name it back again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!

  • How to change video length on my iphone 4s

    When I shot a vid It only records for 1 min. Is there a way I can make a longer vid, I would like about 10 mins. This is for a friend  who has the 4s . For me I have the 4

    You should be able to recored much longer than that.  Try clearing some space, i.e. remove other videos, pictures, movies, large apps, etc.

  • Hi, I just watched a Collin Smith How to Hide a Face with AE video. I'm stuck on mask movement size

    I created the mask successfully and I can get it to follow the face while hiding it... but as the person moves away, I'd like to change the mask to a smaller size to avoid covering more than the head.
    Here's the video: http://tv.adobe.com/watch/no-stupid-questions-with-colin-smith/how-to-hide-a-face-in-after -effects/
    Here's the question I left for Collin Smith:
    Hi, your video was extremely clear and I followed along well. My one question is... what if the person moves closer and further away. When the person is close my mask is perfect, but as they move away it becomes too large and covers shoulders and back. Is there anyway to adjust the size of the mask like we do the position as he moves? Thanks again.

    AE Basics
    Keyframe the mask path.

  • How to hide all Videos in Lightroom ?

    Hello,
    I edit Photos with Lightroom only. How can I hide the Videos from Lightroom?
    I just want the Photos to be shown.
    Cheers
    mARTin

    There is a filter.
    Press the \ backslash key to bring up the filter bar at the top of the library thumbnails.
    Then click attribute and then click on one of the icons for kind e.g. clicking master photos will hide videos.

  • How to Hide some Rows in a List view Web Part using JavaScript ?

    How to Hide some Rows in a List view Web Part using JavaScript ?

     Here is the code that worked for me:
    var Elements = document.querySelectorAll('div[id=WebPartWPQ3] table[class=ms-listviewtable]>tbody tr .ms-vb-lastCell.ms-cellstyle.ms-vb2')
    for(var i=0, n = Elements.length; i < n; i++)
     if(Elements[i].innerHTML=="India")
    Elements[i].parentNode.setAttribute("style","display:none")
    WebPartWPQ3 -> ID of webpart Div
    ms-listviewtable -> class name of table in Div
    ms-vb-lastCell.ms-cellstyle.ms-vb2 -> classname of td to get text

  • How to stop video from playing?

    Hi,
    i have a problem that i've already see that is pretty usual, the videoplayer that i have works fine but when i click in a button to go to another page the videoplayer doesn't stop,the audio continues playing even when i'm not on the videoplayer page.
    I've already found some solutions in the web but none of them worked,probably because i didn't put them in the right place
    The code is a little long:
    // ############# CONSTANTS
    // time to buffer for the video in sec.
    const BUFFER_TIME:Number                = 8;
    // start volume when initializing player
    const DEFAULT_VOLUME:Number                = 0.6;
    // update delay in milliseconds.
    const DISPLAY_TIMER_UPDATE_DELAY:int    = 10;
    // smoothing for video. may slow down old computers
    const SMOOTHING:Boolean                    = true;
    // ############# VARIABLES
    // flag for knowing if user hovers over description label
    var bolDescriptionHover:Boolean = false;
    // flag for knowing in which direction the description label is currently moving
    var bolDescriptionHoverForward:Boolean = true;
    // flag for knowing if flv has been loaded
    var bolLoaded:Boolean                    = false;
    // flag for volume scrubbing
    var bolVolumeScrub:Boolean                = false;
    // flag for progress scrubbing
    var bolProgressScrub:Boolean            = false;
    // holds the number of the active video
    var intActiveVid:int;
    // holds the last used volume, but never 0
    var intLastVolume:Number                = DEFAULT_VOLUME;
    // net connection object for net stream
    var ncConnection:NetConnection;
    // net stream object
    var nsStream:NetStream;
    // object holds all meta data
    var objInfo:Object;
    // shared object holding the player settings (currently only the volume)
    var shoVideoPlayerSettings:SharedObject = SharedObject.getLocal("playerSettings");
    // url to flv file
    var strSource:String                    = root.loaderInfo.parameters.playlist == null ? "playlist.xml" : root.loaderInfo.parameters.playlist;
    // timer for updating player (progress, volume...)
    var tmrDisplay:Timer;
    // loads the xml file
    var urlLoader:URLLoader;
    // holds the request for the loader
    var urlRequest:URLRequest;
    // playlist xml
    var xmlPlaylist:XML;
    // ############# STAGE SETTINGS
    stage.scaleMode    = StageScaleMode.NO_SCALE;
    stage.align        = StageAlign.TOP_LEFT;
    // ############# FUNCTIONS
    // sets up the player
    function initVideoPlayer():void {
        // hide video controls on initialisation
        mcVideoControls.visible = false;
        // hide buttons
        mcVideoControls.btnUnmute.visible            = false;
        mcVideoControls.btnPause.visible            = false;
        mcVideoControls.btnFullscreenOff.visible    = false;
        // set the progress/preload fill width to 1
        mcVideoControls.mcProgressFill.mcFillRed.width    = 1;
        mcVideoControls.mcProgressFill.mcFillGrey.width    = 1;
        // set time and duration label
        mcVideoControls.lblTimeDuration.htmlText        = "<font color='#ffffff'>00:00</font> / 00:00";
        // add global event listener when mouse is released
        stage.addEventListener(MouseEvent.MOUSE_UP, mouseReleased);
        // add fullscreen listener
        stage.addEventListener(FullScreenEvent.FULL_SCREEN, onFullscreen);
        // add event listeners to all buttons
        mcVideoControls.btnPause.addEventListener(MouseEvent.CLICK, pauseClicked);
        mcVideoControls.btnPlay.addEventListener(MouseEvent.CLICK, playClicked);
        mcVideoControls.btnStop.addEventListener(MouseEvent.CLICK, stopClicked);
        mcVideoControls.btnNext.addEventListener(MouseEvent.CLICK, playNext);
        mcVideoControls.btnPrevious.addEventListener(MouseEvent.CLICK, playPrevious);
        mcVideoControls.btnMute.addEventListener(MouseEvent.CLICK, muteClicked);
        mcVideoControls.btnUnmute.addEventListener(MouseEvent.CLICK, unmuteClicked);
        mcVideoControls.btnFullscreenOn.addEventListener(MouseEvent.CLICK, fullscreenOnClicked);
        mcVideoControls.btnFullscreenOff.addEventListener(MouseEvent.CLICK, fullscreenOffClicked);
        mcVideoControls.btnVolumeBar.addEventListener(MouseEvent.MOUSE_DOWN, volumeScrubberClicked);
        mcVideoControls.mcVolumeScrubber.btnVolumeScrubber.addEventListener(MouseEvent.MOUSE_DOWN , volumeScrubberClicked);
        mcVideoControls.btnProgressBar.addEventListener(MouseEvent.MOUSE_DOWN, progressScrubberClicked);
        mcVideoControls.mcProgressScrubber.btnProgressScrubber.addEventListener(MouseEvent.MOUSE_ DOWN, progressScrubberClicked);
        mcVideoControls.mcVideoDescription.btnDescription.addEventListener(MouseEvent.MOUSE_OVER, startDescriptionScroll);
        mcVideoControls.mcVideoDescription.btnDescription.addEventListener(MouseEvent.MOUSE_OUT, stopDescriptionScroll);
        // create timer for updating all visual parts of player and add
        // event listener
        tmrDisplay = new Timer(DISPLAY_TIMER_UPDATE_DELAY);
        tmrDisplay.addEventListener(TimerEvent.TIMER, updateDisplay);
        // create a new net connection, add event listener and connect
        // to null because we don't have a media server
        ncConnection = new NetConnection();
        ncConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
        ncConnection.connect(null);
        // create a new netstream with the net connection, add event
        // listener, set client to this for handling meta data and
        // set the buffer time to the value from the constant
        nsStream = new NetStream(ncConnection);
        nsStream.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
        nsStream.client = this;
        nsStream.bufferTime = BUFFER_TIME;
        // attach net stream to video object on the stage
        vidDisplay.attachNetStream(nsStream);
        // set the smoothing value from the constant
        vidDisplay.smoothing = SMOOTHING;
        // set default volume and get volume from shared object if available
        var tmpVolume:Number = DEFAULT_VOLUME;
        if(shoVideoPlayerSettings.data.playerVolume != undefined) {
            tmpVolume = shoVideoPlayerSettings.data.playerVolume;
            intLastVolume = tmpVolume;
        // update volume bar and set volume
        mcVideoControls.mcVolumeScrubber.x = (53 * tmpVolume) + 318;
        mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 371 + 53;
        setVolume(tmpVolume);
        // create new request for loading the playlist xml, add an event listener
        // and load it
        urlRequest = new URLRequest(strSource);
        urlLoader = new URLLoader();
        urlLoader.addEventListener(Event.COMPLETE, playlistLoaded);
        urlLoader.load(urlRequest);
    function playClicked(e:MouseEvent):void {
        // check's, if the flv has already begun
        // to download. if so, resume playback, else
        // load the file
        if(!bolLoaded) {
            nsStream.play(strSource);
            bolLoaded = true;
        else{
            nsStream.resume();
        vidDisplay.visible = true;
        // switch play/pause visibility
        mcVideoControls.btnPause.visible    = true;
        mcVideoControls.btnPlay.visible        = false;
    function pauseClicked(e:MouseEvent):void {
        // pause video
        nsStream.pause();
        // switch play/pause visibility
        mcVideoControls.btnPause.visible    = false;
        mcVideoControls.btnPlay.visible        = true;
    function stopClicked(e:MouseEvent):void {
        // calls stop function
        stopVideoPlayer();
    function muteClicked(e:MouseEvent):void {
        // set volume to 0
        setVolume(0);
        // update scrubber and fill position/width
        mcVideoControls.mcVolumeScrubber.x                = 318;
        mcVideoControls.mcVolumeFill.mcFillRed.width    = 1;
    function unmuteClicked(e:MouseEvent):void {
        // set volume to last used value or DEFAULT_VOLUME if last volume is zero
        var tmpVolume:Number = intLastVolume == 0 ? DEFAULT_VOLUME : intLastVolume
        setVolume(tmpVolume);
        // update scrubber and fill position/width
        mcVideoControls.mcVolumeScrubber.x = (53 * tmpVolume) + 318;
        mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 371 + 53;
    function volumeScrubberClicked(e:MouseEvent):void {
        // set volume scrub flag to true
        bolVolumeScrub = true;
        // start drag
        mcVideoControls.mcVolumeScrubber.startDrag(true, new Rectangle(318, 19, 53, 0)); // NOW TRUE
    function progressScrubberClicked(e:MouseEvent):void {
        // set progress scrub flag to true
        bolProgressScrub = true;
        // start drag
        mcVideoControls.mcProgressScrubber.startDrag(true, new Rectangle(0, 2, 432, 0)); // NOW TRUE
    function mouseReleased(e:MouseEvent):void {
        // set progress/volume scrub to false
        bolVolumeScrub        = false;
        bolProgressScrub    = false;
        // stop all dragging actions
        mcVideoControls.mcProgressScrubber.stopDrag();
        mcVideoControls.mcVolumeScrubber.stopDrag();
        // update progress/volume fill
        mcVideoControls.mcProgressFill.mcFillRed.width    = mcVideoControls.mcProgressScrubber.x + 5;
        mcVideoControls.mcVolumeFill.mcFillRed.width    = mcVideoControls.mcVolumeScrubber.x - 371 + 53;
        // save the volume if it's greater than zero
        if((mcVideoControls.mcVolumeScrubber.x - 318) / 53 > 0)
            intLastVolume = (mcVideoControls.mcVolumeScrubber.x - 318) / 53;
    function updateDisplay(e:TimerEvent):void {
        // checks, if user is scrubbing. if so, seek in the video
        // if not, just update the position of the scrubber according
        // to the current time
        if(bolProgressScrub)
            nsStream.seek(Math.round(mcVideoControls.mcProgressScrubber.x * objInfo.duration / 432))
        else
            mcVideoControls.mcProgressScrubber.x = nsStream.time * 432 / objInfo.duration;
        // set time and duration label
        mcVideoControls.lblTimeDuration.htmlText        = "<font color='#ffffff'>" + formatTime(nsStream.time) + "</font> / " + formatTime(objInfo.duration);
        // update the width from the progress bar. the grey one displays
        // the loading progress
        mcVideoControls.mcProgressFill.mcFillRed.width    = mcVideoControls.mcProgressScrubber.x + 5;
        mcVideoControls.mcProgressFill.mcFillGrey.width    = nsStream.bytesLoaded * 438 / nsStream.bytesTotal;
        // update volume and the red fill width when user is scrubbing
        if(bolVolumeScrub) {
            setVolume((mcVideoControls.mcVolumeScrubber.x - 318) / 53);
            mcVideoControls.mcVolumeFill.mcFillRed.width = mcVideoControls.mcVolumeScrubber.x - 371 + 53;
        // chech if user is currently hovering over description label
        if(bolDescriptionHover) {
            // check in which direction we're currently moving
            if(bolDescriptionHoverForward) {
                // move to the left and check if we've shown everthing
                mcVideoControls.mcVideoDescription.lblDescription.x -= 0.1;
                if(mcVideoControls.mcVideoDescription.lblDescription.textWidth - 133 <= Math.abs(mcVideoControls.mcVideoDescription.lblDescription.x))
                    bolDescriptionHoverForward = false;
            } else {
                // move to the right and check if we're back to normal
                mcVideoControls.mcVideoDescription.lblDescription.x += 0.1;
                if(mcVideoControls.mcVideoDescription.lblDescription.x >= 0)
                    bolDescriptionHoverForward = true;
        } else {
            // reset label position and direction variable
            mcVideoControls.mcVideoDescription.lblDescription.x = 0;
            bolDescriptionHoverForward = true;
    function onMetaData(info:Object):void {
        // stores meta data in a object
        objInfo = info;
        // now we can start the timer because
        // we have all the neccesary data
        if(!tmrDisplay.running)
            tmrDisplay.start();
    function netStatusHandler(event:NetStatusEvent):void {
        // handles net status events
        switch (event.info.code) {
            // trace a messeage when the stream is not found
            case "NetStream.Play.StreamNotFound":
                trace("Stream not found: " + strSource);
            break;
            // when the video reaches its end, we check if there are
            // more video left or stop the player
            case "NetStream.Play.Stop":
                if(intActiveVid + 1 < xmlPlaylist..vid.length())
                    playNext();
                else
                    stopVideoPlayer();
            break;
    function stopVideoPlayer():void {
        // pause netstream, set time position to zero
        nsStream.pause();
        nsStream.seek(0);
        // in order to clear the display, we need to
        // set the visibility to false since the clear
        // function has a bug
        vidDisplay.visible                    = false;
        // switch play/pause button visibility
        mcVideoControls.btnPause.visible    = false;
        mcVideoControls.btnPlay.visible        = true;
    function setVolume(intVolume:Number = 0):void {
        // create soundtransform object with the volume from
        // the parameter
        var sndTransform        = new SoundTransform(intVolume);
        // assign object to netstream sound transform object
        nsStream.soundTransform    = sndTransform;
        // hides/shows mute and unmute button according to the
        // volume
        if(intVolume > 0) {
            mcVideoControls.btnMute.visible        = true;
            mcVideoControls.btnUnmute.visible    = false;
        } else {
            mcVideoControls.btnMute.visible        = false;
            mcVideoControls.btnUnmute.visible    = true;
        // store the volume in the flash cookie
        shoVideoPlayerSettings.data.playerVolume = intVolume;
        shoVideoPlayerSettings.flush();
    function formatTime(t:int):String {
        // returns the minutes and seconds with leading zeros
        // for example: 70 returns 01:10
        var s:int = Math.round(t);
        var m:int = 0;
        if (s > 0) {
            while (s > 59) {
                m++; s -= 60;
            return String((m < 10 ? "0" : "") + m + ":" + (s < 10 ? "0" : "") + s);
        } else {
            return "00:00";
    function fullscreenOnClicked(e:MouseEvent):void {
        // go to fullscreen mode
        stage.displayState = StageDisplayState.FULL_SCREEN;
    function fullscreenOffClicked(e:MouseEvent):void {
        // go to back to normal mode
        stage.displayState = StageDisplayState.NORMAL;
    function onFullscreen(e:FullScreenEvent):void {
        // check if we're entering or leaving fullscreen mode
        if (e.fullScreen) {
            // switch fullscreen buttons
            mcVideoControls.btnFullscreenOn.visible = false;
            mcVideoControls.btnFullscreenOff.visible = true;
            // bottom center align controls
            mcVideoControls.x = (Capabilities.screenResolutionX - 440) / 2;
            mcVideoControls.y = (Capabilities.screenResolutionY - 33);
            // size up video display
            vidDisplay.height     = (Capabilities.screenResolutionY - 33);
            vidDisplay.width     = vidDisplay.height * 4 / 3;
            vidDisplay.x        = (Capabilities.screenResolutionX - vidDisplay.width) / 2;
        } else {
            // switch fullscreen buttons
            mcVideoControls.btnFullscreenOn.visible = true;
            mcVideoControls.btnFullscreenOff.visible = false;
            // reset controls position
            mcVideoControls.x = 0;
            mcVideoControls.y = 330;
            // reset video display
            vidDisplay.y = 0;
            vidDisplay.x = 0;
            vidDisplay.width = 440;
            vidDisplay.height = 241;
    function playlistLoaded(e:Event):void {
        // create new xml with loaded data from loader
        xmlPlaylist = new XML(urlLoader.data);
        // set source of the first video but don't play it
        playVid(0, true)
        // show controls
        mcVideoControls.visible = true;
    function playVid(intVid:int = 0, bolPlay = true):void {
        if(bolPlay) {
            // stop timer
            tmrDisplay.stop();
            // play requested video
            nsStream.play(String(xmlPlaylist..vid[intVid].@src));
            // switch button visibility
            mcVideoControls.btnPause.visible    = true;
            mcVideoControls.btnPlay.visible        = false;
        } else {
            strSource = xmlPlaylist..vid[intVid].@src;
        // show video display
        vidDisplay.visible                    = true;
        // reset description label position and assign new description
        mcVideoControls.mcVideoDescription.lblDescription.x = 0;
        mcVideoControls.mcVideoDescription.lblDescription.htmlText = (intVid + 1) + ". <font color='#ffffff'>" + String(xmlPlaylist..vid[intVid].@desc) + "</font>";
        // update active video number
        intActiveVid = intVid;
    function playNext(e:MouseEvent = null):void {
        // check if there are video left to play and play them
        if(intActiveVid + 1 < xmlPlaylist..vid.length())
            playVid(intActiveVid + 1);
    function playPrevious(e:MouseEvent = null):void {
        // check if we're not and the beginning of the playlist and go back
        if(intActiveVid - 1 >= 0)
            playVid(intActiveVid - 1);
    function startDescriptionScroll(e:MouseEvent):void {
        // check if description label is too long and we need to enable scrolling
        if(mcVideoControls.mcVideoDescription.lblDescription.textWidth > 138)
            bolDescriptionHover = true;
    function stopDescriptionScroll(e:MouseEvent):void {
        // disable scrolling
        bolDescriptionHover = false;
    // ############# INIT PLAYER
    initVideoPlayer();

    No,im not using flvplayback component (i think).
    Heres the video player that i'm using:
    http://www.thetechlabs.com/tutorials/xml/expanding-the-as3-videoplayer/

  • Itunes 8 how to get video out of there to Zen mozaics

    I am totally?lost. Anyone have help to tell me step by step for itunes 8 how to get the kids video of Jonas bros to the creative Zen Mozaics. This is hard for me HELP . Thanks Stephanie a Mom in crisis LOL

    Please first check the the format of the kid video that you would like to play on the Creative Zen, then follow the guide below, i'm sure you can make it easily.
    How to convert video to Creative Zen compatible
    You have a portable video/audio player, lets say a fancy Creative Zen, which you got as a gift from your friends or you bought for yourself, and would like to watch your favorite movies or just listen to the beautiful music using it's Sometimes you might encounter such an embarrassing situation as you are trying to playback a certain file format (video/audio) on it, but it just cant work out. Creative Zen video converter is just the program you need. It is a simple yet powerful Video to Creative Zen converter software that can convert almost all video/audio formats to Creative Zen compatible format and enables you to solve these problems quite easily with a few mouse clicks.
    The Creative ZEN is a range of digital audio players (DAPs) and portable media players. All players are compatible with MP3 and WMA, while various models support WAV and Audible files. They are nati'vely compatible with Windows, while the current players exclusi'vely support Windows XP and Vista. They also support various other formats: Video: iMJPEG, WMV, and AVI (MPEG-4 SP, DivX, Xvid), while MPEG-, and MPEG-2 are supported, but must be transcoded with the included software (Video must not exceed the player's dimensions at 320240 pixels); Audio: MP3, AAC (unprotected ".m4a"), WMA (including protected), WAV, and Audible 2, 3, and 4 formats.
    At the moment when you feel you got what you wanted of using Creative Zen video converter, there are reasons to save your project, in case if you want to change any adjustments and settings late, or a desire to get the resulting video as soon as possible. The both things will seem to be a trifle to do if to follow the steps below.
    Tutorials
    Step by Step on how to convert video to Creative Zen with Creative Zen video converter
    Step Download and install Creative Zen video converter
    Click here to download and install it by running Creative Zen video converter.exe
    Step 2: Run Creative Zen video converter and select a video/audio file you want to convert.
    Click the Add or File button to choose a file type that need to be converted, you can convert simply audio format or video format. while you can set an output path for the resulted video by hitting the Output drop-down list.
    Step 3: click the Edit button to set detailed info for the desired video.
    A. Click the Trim button to set the length/range of the video that need to be converted.
    You can choose a small part of a movie or the whole one to convert to the selected format
    B. Click the Effect button to tune the saturation, contrast, brightness values and make sure are the one you preferred, preview the change on the screen.
    C. Click the Crop button to cut the unnecessary part or black part of the movie.
    Step 4: Convert video
    This step will take you a moment to carry out the conversion process, the time vary with different parameters you set.
    Step 5: Upload resulting video to your portable
    You need a USB cable to transfer the converted video to your Creative Zen.
    please check the specific tool you would like to have to work with your Creative Zenothers: avi to Creative Zen MP4 to Creative Zen WMV to Creative Zen 3GP to Creative Zen MOV to Creative Zen flv to Creative Zen vob to Creative Zen rm to Creative Zen rmvb to Creative Zen mkv to Creative Zenasf to Creative Zen mpg to Creative Zen DVD to Creative Zen

  • How to play video on single DMP 4400G

    We have bought Cisco DMP 4400G, and want to play on it video files witch are stored on PC.
    DMP is installed, and we have IP and access to them.
    We don’t have any Management system.
    Does it possible to play video file on DMP located on some PC or server on LAN or not.
    If not, how to store video file on internal storage and play it?
    Can anybody help?
    Thanks

    Hi.
    Please see the DMPDM user guide. Its book-length PDF is available here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/dmp/user/guide/5_x/5_2_x/dmpdmuse.pdf
    In particular, please check its final chapter, "Video and Audio."
    If you need other DMP documentation in addition to that, please see these guides.
    The DMP getting started guide is here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/dmp/getting/started/guide/5_2_x/5_2_2/GSG_all_DMPs.pdf
    Regulatory compliance and safety information is here:
    http://www.cisco.com/en/US/docs/video/digital_media_systems/4400g/regulatory/compliance/rcsi2_4400g.pdf
    Content creation best practices (for users without DMM) are here:
    http://developer.cisco.com/web/dms/docs
    Good luck.
    If I've helped you, please rate my response and mark your question as answered.
    Regards,
    Gary

  • Video length iPhone 4

    I have been trying to find out what the maximum video length shot by the camera will be on the iPhone 4 without any success. I have also had no success in finding out the maximum video length for video on the 3GS too.
    I was wondering if anyone knows what the max video length shot with the camera on the iPhone is please.
    Thanks in advance

    There are a number of factors that affect the file size in a digital video. The amount of color changes being one, and the file compression algorithm is the biggest. Right now, there is no way to know the file size for the iPhone 4, since we can only guess at what the files sizes will be based on the 720p HD recording. I don't have a 3GS, so I cannot speak on that matter.
    The last aspect that would affect how much video you can record is the amount of free space that you have left available on the iPhone. Maybe someone with a 3GS can come in here and let you know what kind of file sizes they have experienced, however that may not be a predictor for the iPhone 4.

  • Query FLV video length?

    Hello,
    I am currently stuck with the following problem...
    I have a table with 3 fields; id, description, and filename,
    in a table named videos. All videos are in flv format. I do not
    have info of the video length in database, and I have too many
    videos to enter the data manually into a new field. I want to
    retrieve the length of the flv videos when i output the videos as a
    list like such:
    ID Description Filename length of video
    1 machinery video machine.flv 9:20min
    2 quary video quarry.flv 3:20min
    So i am assuming MYSQL wont do it... can coldfusion parse the
    video file to determine its length so i can output that?
    If not... how can I get around this problem?

    There's a PERL solution at
    http://search.cpan.org/~clotho/FLV-Info-0.17/lib/FLV/Info.pm.
    You would have to install PERL You could probably access this via
    CFEXECUTE, or even add additional PERL code and produce something
    like a tab delimited datafile which would be consumed by
    ColdFusion.
    Also take a look at FLVMDI (FLV Meta Data Injector)
    http://www.buraks.com/flvmdi/
    along with CFEXECUTE. This would create copies of the files,
    inject the metadata into the copy and then with the xml switch,
    create an xml file as well which could then be used to read the
    information you're looking for.
    There is also a commercial product ($175) that will batch
    extract metadata
    Metadata Miner Catalogue PRO software
    http://www.download3000.com/download-count-home-3541.html

  • How to hide username and passward in  web reports

    Dear friends
    Im runing one report on web but its showing the username and passward in the URL (address bar) can you please help me how to hide that passward.......
    let suppose the username/passward is scott/tiger
    thanks with regards

    for hide the password follow thses steps
    user_name := get_application_property(username);
    pass := get_application_property(password);
    conn := get_application_property(connect_string);
    con_url := 'userid='||user_name||'/'||pass||'@'||conn;
    /* Convert the connect string into a hexadecimal character string. */
    FOR i IN 1..LENGTH(con_url) LOOP
    v_a := ltrim(to_char(trunc(ascii(substr(con_url,i,1))/16)));
    if v_a = '10' THEN v_a := 'A';
    elsif v_a = '11' THEN v_a := 'B';
    elsif v_a = '12' THEN v_a := 'C';
    elsif v_a = '13' THEN v_a := 'D';
    elsif v_a = '14' THEN v_a := 'E';
    elsif v_a = '15' THEN v_a := 'F';
    end if;
    v_b := ltrim(to_char(mod(ascii(substr(con_url,i,1)),16)));
    if v_b = '10' THEN v_b := 'A';
    elsif v_b = '11' THEN v_b := 'B';
    elsif v_b = '12' THEN v_b := 'C';
    elsif v_b = '13' THEN v_b := 'D';
    elsif v_b = '14' THEN v_b := 'E';
    elsif v_b = '15' THEN v_b := 'F';
    end if;
    con_url_temp := con_url_temp||'%'||v_a||v_b;
    END LOOP;
    path:='/reports/rwservlet?server=repserver4&destype=cache&'||con_url_temp||'&report='||rep_path);
    web.show_document(path);
    kuljeet pal singh

Maybe you are looking for

  • SAP BW release versus SEM release

    Hello, I am currently on BW 3.1 version and R/3 Enterprise. I want to install SEM for SEM-BCS BW based implementation. Are all the SEM versions "compatible" with BW 3.1? If not, which is the most recent SEM release that is? Which SEM version is recom

  • How can i recover photo files?

    A while ago I attempted to update some applications on my Macbook all at once, and at the end of the process something went wrong with IPhoto and I ended up loosing all the files. The thumbnails are still in IPhoto but when I double click to make the

  • Documentation and Final Version for CS3 SDK?

    Hello, I'm new to developing plug-ins for photoshop. I'd like to know when the final version of Photoshop CS3 SDK including a documentation will be released. Thanks for your time and help! Michael

  • What Is the Correct Syntax?

    I am searching a database, order the search result by some criterion supplied by users and ASC/DESC is also supplied by user's selection. How do I write the query statement?    public Collection getBeans( String memberName, String sortCriterion, Stri

  • Replace a laptop with an Ipad?

    As a college student, can I replace my laptop with an Ipad? Fyi I will be able to purchase keyboards and additional software.