search for: tdisabl

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

Did you mean: disabl
2004 Nov 20
0
ffmpeg2theora start and end time support - patch
.../* might have to cast other progressive formats here */ //if(venc->pix_fmt != PIX_FMT_YUV420P){ @@ -644,6 +665,8 @@ "\t --audiobitrate,-A\t[45 to 2000] encoding bitrate for audio\n" "\t --samplerate,-H\tset output samplerate in Hz\n" "\t --nosound\t\tdisable the sound from input\n" + "\t --endtime,-e\t\tend encoding at this time (in sec)\n" + "\t --starttime,-s\t\tstart encoding at this time (in sec)\n" "\t --v2v-preset,-p\tencode file with v2v preset, \n" "\t\t\t\t right now there is previ...
2004 Nov 20
0
ffmpeg2theora start and end time support
...; "\t\t\t\t\tenabled by default right now\n" "\t --videoquality,-v\t[0 to 10] encoding quality for video\n" "\t --audioquality,-a\t[-1 to 10] encoding quality for audio\n" "\t --samplerate,-H\t\tset output samplerate in Hz\n" "\t --nosound\t\tdisable the sound from input\n" "\n" "\t --v2v-preset,-p\tencode file with v2v preset, \n" "\t\t\t\t right now there is preview and pro,\n" "\t\t\t\t '"PACKAGE" -p info' for more informations\n" #ifndef _WIN32 "\t --nice\t\t\tse...
2007 Apr 18
5
[Bridge] RFC: [PATCH] bridge vlan integration
Hi, The attached patches enables the bridge to filter and forward packets according to their IEEE 802.1q headers. The goals behind this change include : - Enable running STP on 802.1q tagged networks. STP packets must be untagged. It isn't obvious how else to enable STP with the current bridge and vlan code. - Add native support for an untagged vlan. Currently an untagged vlan can