search for: videotim

Displaying 3 results from an estimated 3 matches for "videotim".

Did you mean: videotime
2004 Nov 16
0
metadata switches for ffmpeg2theora
...info.audio_only){ + if(info->debug==1 && !info->video_only && !info->audio_only){ fprintf (stderr,"\r %d:%02d:%02d.%02d audio: %dkbps video: %dkbps diff: %.4f ", - hours, minutes, seconds, hundredths,info.akbps, info.vkbps,info.audiotime-info.videotime); + hours, minutes, seconds, hundredths,info->akbps, info->vkbps,info->audiotime-info->videotime); } else{ fprintf (stderr,"\r %d:%02d:%02d.%02d audio: %dkbps video: %dkbps ", - hours, minutes, seconds, hundredths,info.akbps, info.vkbps); +...
2005 Aug 31
6
Software to code Rails
...g a video like http://rubyonrails.org/media/video/clips/components.mov five question come to my mind 1. Whats the name of the commendline-software? 2. What does the mysterious "e ."-command do? Seems to open the edit-app? 3. Whats the name of this edit-app? 4. How do those shortcuts work (videotime: 01:08) that create "render_component :controller => "", :action => """ out of "rceca"? And last but most important: 5. What is an equivalent software for those two on Windows? Thanks for your help! ~Tobias -- Weblog: http://flyingsparks.wwwfile...
2005 Oct 05
1
Simple encodig sample...
...} if( result == 0 ) break; fwrite( og.header, 1, og.header_len, outfile ); fwrite( og.body, 1, og.body_len, outfile ); } /* setup complete. Raw processing loop */ fprintf( stderr, "Compressing....\n" ); while( 1 ) { double videotime; ogg_page videopage; /* is there a video page flushed? If not, fetch one if possible */ ret = fetch_video_page( &videopage, &to, &td ); /* no pages of either? Must be end of stream. */ if( ret == STREAM_EOS ) break; /* Flush to strea...