Die Suche ergab 6 Treffer

von Andykoa
Donnerstag 4. Juni 2020, 17:16
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

Re: crontab und FFMPEG

@__deets__
Danke, das war wohl das Problem.
Scheint nun zu funktionieren.

Danke an euch alle!
von Andykoa
Donnerstag 4. Juni 2020, 16:33
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

Re: crontab und FFMPEG

@__blackjack__
Python 2 - Ja ich weiß - war mir nicht bewusst, dass ich zwingend Python 3.x brauche.
ffmepg habe ich mit PIP installiert.
Hast du da einen Codeschnipsel für mich bezgl. der $PATH Variable?
Und auf jeden Fall schon mal 1000 Dank für die spontane Hilfe hier im Forum.
von Andykoa
Donnerstag 4. Juni 2020, 16:22
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

Re: crontab und FFMPEG

Wenn ich mein ursprüngliches Skript aus dem Crontab starte kommt folgende Fehlermeldung: From pi@raspberrypi Thu Jun 4 17:20:05 2020 Return-Path: <pi@raspberrypi> X-Original-To: pi Delivered-To: pi@raspberrypi Received: by raspberrypi (Postfix, from userid 1000) id 4444142CFB; Thu, 4 Jun 2020 17:20:...
von Andykoa
Donnerstag 4. Juni 2020, 16:15
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

Re: crontab und FFMPEG

@Sirius3 Beim ersetzen des Codes durch deinen erscheint der Fehler: File "videomachen.py", line 11 videodatei = VIDEOPFAD / timestamp / f"TAG-{timestamp}.mp4" ^ SyntaxError: invalid syntax Der Pfeil steht unter den " nach der 4
von Andykoa
Donnerstag 4. Juni 2020, 11:38
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

Re: crontab und FFMPEG

Vielen Dank für die vielen Hinweise.
Wie gesagt bin ich noch Neuling und die Kommentare sind nur für mich wichtig.
Ich werde das gleich heute noch testen.
von Andykoa
Mittwoch 3. Juni 2020, 21:52
Forum: Raspberry Pi und Co.
Thema: crontab und FFMPEG
Antworten: 10
Zugriffe: 1453

crontab und FFMPEG

Hallo, ich hoffe ich bin hier richtig. Ich habe das Problem, dass ich ein py Skript zwar über die Konsole ausführen kann, jedoch nicht über crontab. Das Problem liegt wohl an FFMPEG. Ich habe schon das Web durchsucht, viele Themen dazu gefunden, aber keines hatte die Lösung für mein Problem. Ich hat...