@__deets__
Danke, das war wohl das Problem.
Scheint nun zu funktionieren.
Danke an euch alle!
Die Suche ergab 6 Treffer
- Donnerstag 4. Juni 2020, 17:16
- Forum: Raspberry Pi und Co.
- Thema: crontab und FFMPEG
- Antworten: 10
- Zugriffe: 1453
- 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.
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.
- 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:...
- 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
- 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.
Wie gesagt bin ich noch Neuling und die Kommentare sind nur für mich wichtig.
Ich werde das gleich heute noch testen.
- 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...