|
Try doing that with me. I switched this option off because I got sick of being emailed with requests to give free help to people.
|
|
|
|
|
I managed to contact him, thanks. By the way: This was NOT a case where I was looking for free help. 
|
|
|
|
|
|
Hello there. I have tried a number of options to convert a RAW mp4 file into mp4 file and showing the timestamp in it. These options are given as under
cmd>> ffmpeg.exe -timestamp now -copyts -i input_file_name.mp4 -f mp4 -vcodec copy ouput_file_name.mp4
cmd>> ffmpeg.exe -i input_file_name.mp4 -f mp4 -vf "drawtext=fontfile=arial.ttf:text=%{localtime}" -vcodec copy ouput_file_name.mp4
But I am unable to draw timestamp (local time of computer of video seek time) on the video. How could I do that??? Thanks for any pointer.
This world is going to explode due to international politics, SOON.
|
|
|
|
|
Anyone here..i know all of u are all 'masta' just asking simple question here.. shat are the type of encrytion use usually for asp.net programming langguage..i have some sort of older system that i tried to understand IuzcrwU5l78vmLa0um6KdSEZr54= <---- This is the code that i cannot decryted..pleaze anybody masta at all
|
|
|
|
|
Are you asking someone to decrypt "IuzcrwU5l78vmLa0um6KdSEZr54?" No, you would need the key to decrypt it.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|
|
It's impossible to tell, since encrypted data is just that, something that is not possible to interpret without the key, and the algorithm. If it was easy there would be no point in using it.
|
|
|
|
|
My teacher told me, that if we work for someone or some company, to develop their application. The application is to be handed over only, not the source code.
Is it true, that if someone hires me for a one-time software development, that I should only (at the end of the project) hand over the application (in an executable form) and not the source code for the project?
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
I take it your teacher has absolutely NO experience in the real world. The answer to this is that it depends entirely on your contract with the client. If your contract states you hand over code, then you hand over code - in fact, if you're a contractor then, chances are, that's what you're handing over.
|
|
|
|
|
Oh, so as, I mean these freelancer dudes, when they work for a project. They hand over the actual source code to the employer itself.
The sh*t I complain about
It's like there ain't a cloud in the sky and it's raining out - Eminem
~! Firewall !~
|
|
|
|
|
Yes, but as said, depends on the contract, also whenever you're working for a company as an employee (not contractor) whatever you create is property of the company.
Things are more complicated than what your teacher is telling you, my recommendation to you, "read the contract before you sign it"
I want to die like my grandfather- asleep, not like the passengers in his car, screaming!
Visit my blog Smart Purple Monkey and leave me your comments
|
|
|
|
|
I agree with Gonzoox, the first thing is to read the contract you've signed with the company that hired you...
|
|
|
|
|
OK I am stuck again and getting nowhere asking this on Arduino site.
To my best knowledge Arduino application is build using gcc compiler.
I know that gcc compiler is passed ton of parameters know how to find out their function / description.
I understand such parameters can be put into a batch file and Arduino folks apparently use plain x.txt file to do just that.
I am LITTLE familiar with .bat files syntax , but have not have any need to use bat files ages.
Now what I DO NOT KNOW how is this batch / platform.txt file is organized, its syntax etc.
<b>Could I get some pointers where to start looking for basic information about usage of txt files in passing parameters to compilers?
</b>
I am enclosing the entire platform.txt file in case it would be easier just to annotate it to show me what I am looking at or where to find what particular line is suppose to accomplish.
PS I am basically trying to figure out how is this platform.txt accomplishing the last task
- SAM3 Uploader tools, but I want to learn more about the txt batch files usage.
I have full access to BOSSAC source on github.
I really appreciate any help.
Thanks
Vaclav
# Arduino SAM Core and platform.
#
# For more info:
# https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5---3rd-party-Hardware-specification
name=Arduino ARM (32-bits) Boards
version=1.6.0
# SAM3 compile variables
# ----------------------
compiler.path={runtime.ide.path}/hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1/bin/
compiler.c.cmd=arm-none-eabi-gcc
compiler.c.flags=-c -g -Os -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -Dprintf=iprintf -MMD
compiler.c.elf.cmd=arm-none-eabi-gcc
compiler.c.elf.flags=-Os -Wl,--gc-sections
compiler.S.flags=-c -g -x assembler-with-cpp
compiler.cpp.cmd=arm-none-eabi-g++
compiler.cpp.flags=-c -g -Os -w -ffunction-sections -fdata-sections -nostdlib -fno-threadsafe-statics --param max-inline-insns-single=500 -fno-rtti -fno-exceptions -Dprintf=iprintf -MMD
compiler.ar.cmd=arm-none-eabi-ar
compiler.ar.flags=rcs
compiler.objcopy.cmd=arm-none-eabi-objcopy
compiler.objcopy.eep.flags=-O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0
compiler.elf2hex.flags=-O binary
compiler.elf2hex.cmd=arm-none-eabi-objcopy
compiler.ldflags=
compiler.size.cmd=arm-none-eabi-size
compiler.define=-DARDUINO=
# this can be overriden in boards.txt
build.extra_flags=
# These can be overridden in platform.local.txt
compiler.c.extra_flags=
compiler.c.elf.extra_flags=
compiler.cpp.extra_flags=
compiler.ar.extra_flags=
compiler.elf2hex.extra_flags=
compiler.libsam.c.flags="-I{build.system.path}/libsam" "-I{build.system.path}/CMSIS/CMSIS/Include/" "-I{build.system.path}/CMSIS/Device/ATMEL/"
# USB Flags
# ---------
build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} -DUSBCON '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
# Default usb manufacturer will be replaced at compile time using
# numeric vendor ID if available or by board's specific value.
build.usb_manufacturer="Unknown"
# SAM3 compile patterns
# ---------------------
## Compile c files
recipe.c.o.pattern="{compiler.path}{compiler.c.cmd}" {compiler.c.flags} -mcpu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.c.extra_flags} {build.extra_flags} {compiler.libsam.c.flags} {includes} "{source_file}" -o "{object_file}"
## Compile c++ files
recipe.cpp.o.pattern="{compiler.path}{compiler.cpp.cmd}" {compiler.cpp.flags} -mcpu={build.mcu} -DF_CPU={build.f_cpu} -DARDUINO={runtime.ide.version} -DARDUINO_{build.board} -DARDUINO_ARCH_{build.arch} {compiler.cpp.extra_flags} {build.extra_flags} {compiler.libsam.c.flags} {includes} "{source_file}" -o "{object_file}"
## Create archives
recipe.ar.pattern="{compiler.path}{compiler.ar.cmd}" {compiler.ar.flags} {compiler.ar.extra_flags} "{build.path}/{archive_file}" "{object_file}"
## Combine gc-sections, archives, and objects
recipe.c.combine.pattern="{compiler.path}{compiler.c.elf.cmd}" {compiler.c.elf.flags} -mcpu={build.mcu} "-T{build.variant.path}/{build.ldscript}" "-Wl,-Map,{build.path}/{build.project_name}.map" {compiler.c.elf.extra_flags} -o "{build.path}/{build.project_name}.elf" "-L{build.path}" -mthumb -Wl,--cref -Wl,--check-sections -Wl,--gc-sections -Wl,--entry=Reset_Handler -Wl,--unresolved-symbols=report-all -Wl,--warn-common -Wl,--warn-section-align -Wl,--warn-unresolved-symbols -Wl,--start-group "{build.path}/syscalls_sam3.c.o" {object_files} "{build.variant.path}/{build.variant_system_lib}" "{build.path}/{archive_file}" -Wl,--end-group -lm -gcc
## Create eeprom
recipe.objcopy.eep.pattern=
## Create hex
recipe.objcopy.hex.pattern="{compiler.path}{compiler.elf2hex.cmd}" {compiler.elf2hex.flags} {compiler.elf2hex.extra_flags} "{build.path}/{build.project_name}.elf" "{build.path}/{build.project_name}.bin"
## Compute size
recipe.size.pattern="{compiler.path}{compiler.size.cmd}" -A "{build.path}/{build.project_name}.elf"
recipe.size.regex=\.text\s+([0-9]+).*
# SAM3 Uploader tools
# -------------------
tools.bossac.cmd=bossac
tools.bossac.cmd.windows=bossac.exe /k // try this
tools.bossac.path={runtime.ide.path}/hardware/tools
tools.bossac.upload.params.verbose=-i -d
tools.bossac.upload.params.quiet=
tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w -v -b "{build.path}/{build.project_name}.bin" -R
|
|
|
|
|
I have forgotten how to do "Run" / cmd in Widows XP.
For whatever reason I could not get the required application window to stay up.
So I looked up cmd options and now it stays up( even just "cmd") but won't run the application.
I understand that cmd may work differently in different OS, but I think I am missing some spaces or whatever to make it work.
cmd \k E:\Arduino_All\Arduino_160\arduino-nightly\hardware\tools\listComPorts.exe
the above just runs cmd
and same here
cmd \k "E:\Arduino_All\Arduino_160\arduino-nightly\hardware\tools\listComPorts.exe"
I don't get any errors, just plain cmd reply - Windows version. The app file exists.
Any help would be appreciated, in the meantime I'll try different combinations of " and spaces.
Cheers Vaclav
|
|
|
|
|
Try using a forward-slash for the /K argument:
cmd /k "E:\Arduino_All\Arduino_160\arduino-nightly\hardware\tools\listComPorts.exe"
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
And my wife tells me I need hearing aid!
I need GLASSES!
Thanks , I feel SOOOOOO stupid!
|
|
|
|
|
I am trying to use two SAM3X8E processor bootloaders - SAM-BA and its cousin BOSSA.
Both will run and let me know that comm port COM4 exists.
But neither one of them will connect to it.
I am using same comm port to program Arduino Due, no problems.
I am suspecting wrong driver for bootloader apps, but how is is possible to correctly detect the port but be unable to use / connect to it?
Just asking.
Cheers Vaclav
|
|
|
|
|
That was so easy - there is a "standard" Windows listComPorts and it is pretty given that anybody smart would not reinvent the wheel and use it to fill combo box.
So just because listComPorts found the port it does not mean that the application using it can connect to it.
Cheers Vaclav
|
|
|
|
|
I have never done this , so I am totally lost.
I just need some guidance, explanation of steps / concept from source files to x.exe.
( I am not sure for what to google )
I am guessing I need to somehow use "make".
I got all source files and have used dsp dsw in past, but I am not sure how to get there.
I managed to "build "makefile.dsw" but that where I am stuck.
I obviously need x.exe. So how do I get there from makefile.dsw?
Thanks
Vaclav
|
|
|
|
|
The process will vary from one repository to the next. If the repository doesn't have instructions for compiling the code, and it's not obvious, then you'll have to ask the owner.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
Most packages will come with configuration/build instructions included, so you should read those in the first instance. If all that is provided is a bunch of source files with no instructions and no control files, then you will have to deduce it from the source, and destination systems. If it's destined for Windows then you can import the files into a Visual Studio project, which will do most of the work for you. If it's destined for Unix then you will need to create a make file, or run manual compile and link processes. Without more information it's difficult to suggest what is best.
|
|
|
|
|
After unzipping the whole github ( I really do no know what to call it) I ended up wiht several directories , inclunding "install", src and makefile file.
I guess I'll just import the source , as suggested, and build / compile it and watch for smoke.
Thanks
|
|
|
|
|
That seems like a very bad idea. If you cannot understand the structure of the package or how it should be built you are just likely to end up with a total mess. And if it includes an install and makefile, then chances are that you will definitely need to run make to build it. I would suggest you go back to where you got it from and find out exactly what it is you are trying to build.
|
|
|
|
|
I am actually finding ways to resolve my issue without rebuilding the BOSSAC application.
But knowing how to get stuff from github will be handy.
I was actually curious - some coders add "readme" to help to navigate thru the repository.
This one is pretty cryptic IMHO.
It always makes me wonder why people publish code for public benefit ( I assume , why else it is publicly accessible ) and are so stingy with comments and "briefs" how it suppose to function.
But some do not forget to add " if you modify it , quote the source" stuff.
O well.
Thanks
Vaclav
|
|
|
|
|
Hello.
I have a problem installing VS 2013 express. The problem is that the installation does not take place. It shows me just a small black rectangle on the screen and it stays like that.
I have Win 7, SP1, all updates installed. What is the problem? Does anybody know, please?
modified 4-Feb-15 10:24am.
|
|
|
|