Difference between revisions of "Talk:Main Page"

From VideoLAN Wiki
Jump to navigation Jump to search
 
(7 intermediate revisions by 6 users not shown)
Line 128: Line 128:
  
 
Perhaps someone would like to have a look over this and correct the English where needed? An immediate example being that, unlike with subversion, 'check out' is ''two'' words, not one. Just may be slightly clearer if the English is tidied up and would perhaps persuade more people to edit the wiki? Just a suggestion :D [[User:Tek|Tek]] 12:29, 18 May 2009 (UTC)
 
Perhaps someone would like to have a look over this and correct the English where needed? An immediate example being that, unlike with subversion, 'check out' is ''two'' words, not one. Just may be slightly clearer if the English is tidied up and would perhaps persuade more people to edit the wiki? Just a suggestion :D [[User:Tek|Tek]] 12:29, 18 May 2009 (UTC)
 +
 +
when in doubt, hyphenate LOL.... but seriously, both are correct at times,  but likely you are correct since the 8-letter word context unlikely to happen on this wiki (checkout is where you pay for items being bought.) My Point being: the error wouldn't be caught "spell-checking" the text... so give the editors a break. Homophones are a pet peeve of mine but since the editors are volunteers, i give them a little lee-way --[[User:Qazwiz|the Great and Almighty qazwiz]] ([[User talk:Qazwiz|talk]]) 04:29, 16 June 2017 (CEST)
  
 
== Panel disappeared in Full Screen ==
 
== Panel disappeared in Full Screen ==
Line 192: Line 194:
 
Thanks. Jim B.
 
Thanks. Jim B.
  
== A comprehensive Appear in Car Rental Deals  ==
+
== Vfilter erase-mask ==
 
 
Car renting deals enable somebody to acquire a whole new car along with other advantages of reduced settlement and offer an alteration to enhance your own credit scores by causing obligations by the due date. Based on research, couple of buyers tends to help to make a great downright acquisition of their own fresh car as opposed to getting yourself into car procurement deals. It implies folks understand the advantages of car procurement deals. Additionally it is essential to endure each of the terminology and problems from the offer in addition to records ahead of getting into car renting deals.
 
 
 
Firstly you must choose which kind of car you'll probably lease. You'll be able to talk about every one of the connected data together with vendor. In a lot of the car procurement deals the actual lease is needed to stick to great deal of tips like regular routine maintenance assessments, constraints upon usage and many others. These tips are going to be evidently pointed out in your rental record. In situation you're looking for just about any alterations chances are they'll have to be mentioned prior to you signing the particular deal. When you acknowledge the actual car procurement deal it's not at all easy to create any kind of modifications. These types of retailers offer promotions in different car versions in purchase to be able to appeal the shoppers.
 
 
 
The particular car renting firms can easily present you with best cope while they have inked venture with some other car suppliers and sellers. You'll find particular financing choices to choose between which includes preset rate of interest which give anyone decreased monthly premiums since can rival standard car financial products. You may also lookup for a variety of valuable deals upon many of the fresh designs to generate a best cope.
 
 
 
In the majority of the instances, producers control the actual limitations about miles. The dealership identifies a unique conditions along with suggestions for certain usage deal making the actual individuals to stay in order to. It will cost much more when car traverses specific distance reduce. The primary reason at the rear of usage limitation in car renting deals in to make sure that the particular car is actually in excellent mainly because it should preserve appealing reselling price.
 
 
 
== Sedation Dentistry: Common Informed Sedation Dentistry  ==
 
 
 
Sedation Dentistry can be indicated because the utilization of sedation after a dental therapy in which typically locations the person on the sleep-like condition. This is utilized in dental techniques that require the sufferer to remain in your cure with capacity of for somewhat a while. People along with horrors linked for you to dentistry and young children that will not necessarily keep are still individuals go through sedation. Sedation dentistry won't unavoidably represent how the sufferers are usually asleep or even depths of the mind. It is simply helpful to conserve the sufferers loosen up and reduce their particular anxiety. Because the individuals are generally in the sleep-like condition, the particular pain that's thought is extremely minimal and they won't sometimes don't forget so what happened through the dental approach. Considering that
 
 
 
Sedation Dentistry hold the sufferer even now for a very long time, the actual dental cosmetic surgeon perform openly and won't must worry about the sufferer proceeding each and every today and next. Using this type of, concluding with the procedure is usually productive and significantly fewer trips for the dental physician will likely be necessary right after. Does one dread exploring dental doctor? Have you got an intelligent choke response that creates coming to the dental physician any problem? Have you ever postpone obtaining dental perform concluded for the reason that approaches will be too much time and painful? If you do, after that mouth receptive sedation dentistry can be a sensible choice for an individual.
 
 
 
  
Dental mindful sedation dentistry, in addition well-known because "sedation dentistry, Inches may be the using medications to wind down the persevering through dental agency methods. Whilst there are numerous declares associated with pleasure activated by simply medication in mouth heedful sedation dentistry, using this method differs from common pain medications simply because people are certainly not deceased. This kind of prescription drugs cause you to be fatigued and are usually obtained typically around an hour prior to individual's dental agency strategy. Normally minor dosages of the drugs are usually of course in get to offer the individual small sedation, wherever these people continue being heedful but instead tired and calm. Though, at times people are generally of course a larger serving, allowing these phones have got reasonable sedation. In the course of modest sedation people could answer your dental office nevertheless normally remembers minimal with the approach they undertake. Combined with medications, sufferers will also be of course mind-numbing localized pain medications, in purchase in order to reduce the actual pain from your dental function.
+
The vfilter erase =-mask option, can this be used more than once ie. have a logo file placed in 2 positions on the screen?

Latest revision as of 02:29, 16 June 2017

Ticket #156 (closed defect: fixed) Is restarting VLC the fix

Is this fixed or is restarting VLC the fix? I am sending HD streams and after about 1 hour to 2 hours the CPU begins to spike at specific intervals corrupting the multicast stream that I am sending. I have to stop and restart VLC 0.8.5 to recover. "VLC on VTHR leaks memory (see videolan@vthr:prod/vlc.sh) while doing intensive TS/UDP multicast streaming input/output.

A restart is needed after some time. "

Hmmm... I don't know, try both or something. The thing 02:06, 19 September 2006 (CEST)

Link to Developer's Site is broken

Please replace the current link to the developer's site (located in the to right corner) with this one http://wiki.videolan.org/Developers_Corner.

Cheers, --Materthron 14:59, 19 December 2007 (CET)

done.

-- Need to brush up the EN entries on the main page. How do I do that? PRedditt

".Net Interface to VLC" marshals strings falsely

".Net Interface to VLC" marshals strings falsely. For ex,playlist_AddExt, can not add a file to playlist if the path/filename contains a non-english char such as ğ,ü,ş,i,ö,ç etc. More correct approach can be like below:


NativeLibVlc.cs


static extern VlcError playlist_AddExt(
             IntPtr p_playlist, 
             [MarshalAs(UnmanagedType.CustomMarshaler,MarshalTypeRef=typeof(UTF8Marshaler))] String mrl, 
             [MarshalAs(UnmanagedType.CustomMarshaler,MarshalTypeRef=typeof(UTF8Marshaler))] String mrlDuplicate, 
             Mode mode,
             Int32 pos, 
             Int64 mtime_t, 
             [MarshalAs(UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof(UTF8Marshaler))] string[] Options,
	     int OptionsCount
);


   class UTF8Marshaler : ICustomMarshaler
   {
       static UTF8Marshaler _MyCustomMarshaler = null;
       public static ICustomMarshaler GetInstance(string Cookie)
       {
           if (_MyCustomMarshaler == null)
           {
               _MyCustomMarshaler = new UTF8Marshaler();
           }
           return _MyCustomMarshaler;
       }
       public void CleanUpManagedData(object ManagedObj)
       {
       }
       public void CleanUpNativeData(IntPtr pNativeData)
       {
       }
       public int GetNativeDataSize()
       {
           return -1;
       }
       public IntPtr MarshalManagedToNative(object ManagedObj)
       {
           if (ManagedObj is string)
           {
               unsafe
               {
                   byte[] buf = System.Text.Encoding.GetEncoding("UTF-8").GetBytes((string)ManagedObj);
                   fixed (void* ptr = &buf[0])
                   {
                       return new IntPtr(ptr);
                   }
               }
           }
           if (ManagedObj is string[]){
               unsafe
               {
                   string[] array = (string[])ManagedObj;
                   IntPtr[] buf = new IntPtr[array.Length];
                   for (int i = 0; i < buf.Length; i++)
                   {
                       byte[] b = System.Text.Encoding.GetEncoding("UTF-8").GetBytes(array[i]);
                       fixed(void *p=&b[0]){
                           buf[i] = (IntPtr)p;
                       }
                   }
                   fixed (void* ptr = &buf[0])
                   {
                       return new IntPtr(ptr);
                   }
               }
           }
           throw new Exception("UTF8Marshaler can only be used for \"string\" or \"string[]\". ");
       }
       public object MarshalNativeToManaged(IntPtr pNativeData)
       {
           return null;
       }
   }

Wrong vlcInstallDirectory

If a .Net program using VLanControl is started from a network share like "\\server\share\program.exe", "vlcInstallDirectory" is calculated falsely.

A solution can be like below:

static NativeLibVlc()
{
    
    /* - */ //NativeLibVlc.vlcInstallDirectory = Path.GetDirectoryName(Assembly.GetExecutingAssembly().CodeBase).Substring(6);
    /* + */ NativeLibVlc.vlcInstallDirectory = Application.StartupPath;
}

Correct English?

Perhaps someone would like to have a look over this and correct the English where needed? An immediate example being that, unlike with subversion, 'check out' is two words, not one. Just may be slightly clearer if the English is tidied up and would perhaps persuade more people to edit the wiki? Just a suggestion :D Tek 12:29, 18 May 2009 (UTC)

when in doubt, hyphenate LOL.... but seriously, both are correct at times, but likely you are correct since the 8-letter word context unlikely to happen on this wiki (checkout is where you pay for items being bought.) My Point being: the error wouldn't be caught "spell-checking" the text... so give the editors a break. Homophones are a pet peeve of mine but since the editors are volunteers, i give them a little lee-way --the Great and Almighty qazwiz (talk) 04:29, 16 June 2017 (CEST)

Panel disappeared in Full Screen

Initially when i installed VLC, the panel was being displayed at the bottom in Full Screen mode. Once, i clicked the running time in the panel to see the remaining time of the movie. Immediately after that the panel disappeared. Later, i can't get the panel in Full Screen mode.

Request: FAQ

... espically listing all feature in VLC that are NOT available that are in other tools

such a matrix would be useful to present at the download page, allow people to quickly decide they get what tyhey wanted and if not to NOT download something that will frustrure them

example:

right now I am overburdened with episodes that are 550MB that ought be either 340MB or even smaller.... there are few types of vido content worthy of that much disk space...

Request: future features (if not present)

what would be a really cool feature...?

after I watch something VLC asks if I want to archive it, and if so at what resulation and where to save it...

if I want it gone, then it skips the refuse basket, gets off the drive completely without having me do that typical two-step ...and at which point you could accumulate interest/worthiness statistics reflecting enjoyment (negative, positivs, my demographic, et al, all of which the script writers really want no matter what source...

otherwise if I deem it worth disk space, then I can watch soething else whilst the harddisk is spun through the file(s) to compress them as I wished

given how it could then be easily be adjusted into a batch process, i should be able to point to a folder (or folder of folders) with gudielines of which thing ought be stripped dowe for sake of clearing up space.... given new viewing platforms, 550MB for most episodes is overkill and too long to copy over to an IPAD to mention just one

example of low res show already downgraded by the production methods... SCI FI SANCUARTY... not worth more than 177MB per episode.... somehow it is posted as 1.03 GB... where and how and who? sxtunned I am

thanks

howeard_nyc@yahoo.com

please advise with suggestion and/or links if this sort of things already exists in VLS or other tool...

please request new features at http://forum.videolan.org/viewforum.php?f=7 or using trac at https://trac.videolan.org/vlc/ --Jan 22:47, 19 February 2012 (CET)

addons.videolan.org

addons.videolan.org should be linked on the main page of this wiki --Jan 22:11, 6 February 2012 (UTC)

wiki spam

using better captcha will reduce wiki spam

http://www.mediawiki.org/wiki/Anti-spam_features

--Jan 15:41, 8 February 2012 (UTC)

Links problem

The videolan icon to the the right of links to the videolan website go underneath the text, which looks horrible. I use chrome on a mac. I would fix it myself but, I don't exactly know how. The thing (TalkContribs) 19:30, 18 February 2012 (CET)

I concur. --Jan 22:38, 19 February 2012 (CET)

Deinterlace information

I have captured a video from a Hi8 tape to a MPEG2 file. The playback is fuzzy (somewhat pixelated) Would some form of deinterlacing help? If so, which mode? Also, Can someone explain the functions of the deinterlace modes or direct me to a link that would?

Thanks. Jim B.

Vfilter erase-mask

The vfilter erase =-mask option, can this be used more than once ie. have a logo file placed in 2 positions on the screen?