Tiny Core Extensions > TCE Q&A Forum

Starting FFMPEG at boot

<< < (2/4) > >>

Rich:
Hi nygauk
Do you get anything if you do it like this:

--- Code: ---/usr/local/bin/ffmpeg > /home/tc/test.txt 2>&1
--- End code ---

Leee:
@Rich:  I note that all of the ffmpeg* extensions in the 17.x x86_64 repo have .info files that include the tag "covert" and I suspect it ought to be "convert".  I don't use ffmpeg enough to know if there's anything "sneaky" about it but....

Rich:
Hi Leee
I noticed the same thing when using Apps in TC14 x86_64.
I'll look into it later tonight. I'm pretty sure it should be  convert.  :)

nygauk:
Hi again

I have solved it via .profile. To prevent multiple instances I have inserted this snippet:

--- Code: ---if [ ! -e /tmp/c1_rec.running ]; then
  /usr/bin/sudo /home/tc/cgi-bin/c1_rec.sh
  sudo touch /tmp/c1_rec.running
fi
--- End code ---

That'll do me (•‿•)

Thanks

    [Edit]: Added code tags.  Rich

Rich:
Hi nygauk

Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:


--- Quote ---[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]
--- End quote ---

It will appear like this in your post:

--- Code: ---[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517
--- End code ---

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly. Code tags also automatically add horizontal and or vertical scrollbars
to accommodate long lines and listings.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version