Search found 8 matches

by Joel
Thu Sep 12, 2013 5:24 pm
Forum: Linux
Topic: ThreadSafe SaveFileRequester pause
Replies: 1
Views: 1971

ThreadSafe SaveFileRequester pause

Hey,

the following code take a long pause and nothing happens. Please enable Thread-Safe-Mode:

Code: Select all

Procedure Thread(a.l)
  Save$ = SaveFileRequester("Speichern", "", "", 0)
EndProcedure 

CreateThread(@Thread(), 33)
Delay(100000000000)
PB 5.20 Beta 19, Ubuntu 13.04
by Joel
Thu Sep 12, 2013 3:46 pm
Forum: Linux
Topic: simple ping on Linux uses raw sockets
Replies: 2
Views: 3533

Re: simple ping on Linux uses raw sockets

Some new version for PB 5.x?

With PB 5.20

Code: Select all

gethostbyname_
is not >0. Someone an idea?
by Joel
Sat Jul 18, 2009 9:02 am
Forum: Coding Questions
Topic: TCP Network commands and Ports (Hole punching)
Replies: 4
Views: 1289

Has you released your projekt. I´m Interested on the Source Code...
by Joel
Sun Apr 05, 2009 11:52 am
Forum: Coding Questions
Topic: AVIFil32.lib cropping Frames from Video-File
Replies: 1
Views: 1664

I have the old code optimized, but the last command: AVIStreamWrite() are the result of -29381 back.

Do you have an idea what the code is wrong

#streamtypeVIDEO = 1935960438
#streamtypeAUDIO = 1935963489
#streamtypeMIDI = 1935960429
#streamtypeTEXT = 1937012852
#ICMF_CHOOSE_KEYFRAME=1
#ICMF ...
by Joel
Sat Apr 04, 2009 3:15 pm
Forum: Coding Questions
Topic: AVIFil32.lib cropping Frames from Video-File
Replies: 1
Views: 1664

AVIFil32.lib cropping Frames from Video-File

Hello,

I want to write code that crop 5 Frames from a video file and save it in a new Video file.

But my Code doesnt work. What is false?

AVIFile.s = "C:\Uen.avi"
AVIFile1.s = "C:\Users\Joel\Desktop\testvideoframe.avi"

AVIFileInit()

If AVIFileOpen(@FileBufferID, AVIFile.s, #OF_SHARE_DENY ...
by Joel
Tue Mar 31, 2009 1:30 pm
Forum: Coding Questions
Topic: Stream a Video with PB over Network
Replies: 1
Views: 799

Is it possible, a video with loadMovie to load, which is located in memory?
by Joel
Sun Mar 29, 2009 2:52 pm
Forum: Coding Questions
Topic: Stream a Video with PB over Network
Replies: 1
Views: 799

Stream a Video with PB over Network

Hello,

How can I stream a Avi File with PB over Network and Play the single Frames without troubles?