Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. Re: Help in changing recorded video type. (Kit Doan) 2. Re: Several cameras. (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Tue, 9 Jun 2020 18:14:07 -0700 From: Kit Doan <kit.d...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Help in changing recorded video type. Message-ID: <7b873b77-3f7e-4467-8d96-709774e23...@gmail.com> Content-Type: text/plain; charset=utf-8 ffmpeg may well not be installed. You can check by entering ffmpeg -version during a ssh session in to your pi you?ll either get a ?not found? message or an extensive listing of the version and its libraries. If it isn?t installed, google up some instructions. I installed so long ago I?ve forgotten how I did it. KD > On Jun 9, 2020, at 4:46 PM, Spencer Chun <spencerlh...@gmail.com> wrote: > > I'm running this version on a raspberry pi zero (rasbian) with the pi > cameras. > > motion Version 4.0, Copyright 2000-2016 Jeroen Vreeken/Folkert van > Heusden/Kenneth Lavrsen/Motion-Project maintainers > > root@pizero-black-2:/etc/motion# lsb_release -a > No LSB modules are available. > Distributor ID: Raspbian > Description: Raspbian GNU/Linux 9.6 (stretch) > Release: 9.6 > Codename: stretch > > > > The only type of video files I am getting are .avi files. I'm trying to get > .mp4. > > Is "ffmpeg_video_codec" the correct variable? > Can't seem to find this documented in the documentation. > Or am I missing ffmeg functionality on my pi? > > thanks > > # Codec to used by ffmpeg for the video compression. > # Timelapse movies are always made in mpeg1 format independent from this > option. > # Supported formats are: mpeg1 (ffmpeg-0.4.8 only), mpeg4 (default), and > msmpeg4. > # mpeg1 - gives you files with extension .mpg > # mpeg4 or msmpeg4 - gives you files with extension .avi > # msmpeg4 is recommended for use with Windows Media Player because > # it requires no installation of codec on the Windows client. > # swf - gives you a flash film with extension .swf > # flv - gives you a flash video with extension .flv > # ffv1 - FF video codec 1 for Lossless Encoding ( experimental ) > # mov - QuickTime ( testing ) > # ogg - Ogg/Theora ( testing ) > # mp4 - MPEG-4 Part 14 H264 encoding > # mkv - Matroska H264 encoding > # hevc - H.265 / HEVC (High Efficiency Video Coding) > #ffmpeg_video_codec mpeg4 > #ffmpeg_video_codec mpeg1 > ffmpeg_video_codec mp4 > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user ------------------------------ Message: 2 Date: Wed, 10 Jun 2020 07:19:19 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Several cameras. Message-ID: <cachtdws7cgngk3fxnrh0bvcpv6fv0ezyqnxduhdratzsitu...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" "camera_id = 2" should be "camera_id 2" On Wed, Jun 10, 2020, 01:19 Jacques Lavignotte <jacq...@lavignotte.org> wrote: > > Hi Tim, > > this is working : > > ::::::::: > /etc/motion/conf.d/cubot.conf > ::::::::: > > camera_name = Cubot > > camera_id = 2 > > netcam_url http://192.168.1.210:4747/video > > stream_port 8082 > > input 1 > :::::::::::: > > Thanks, Jacques > > > > Le 09/06/2020 ? 22:42, tim.skop...@aptico.de a ?crit : > > use netcam_url _OR_ videodevice (but not both) > > > > cu. tim > > > > > > -- > > Diese Mail wurde von unterwegs unter Anwendung aktueller Technologie > > gesendet also ist inhaltlich mit Rechtschreib- wie Syntaxfehlern, > > ungew?hnlichem wie sinnlosem Satzbau und Aussageverf?lschungen oder > > -invertierungen durch intelligente Spracherkennung, kontextsensitive > > Recjtschreibkorrwktue oder menschlicher Daumengr??e zu rechnen. Diese > > ?bertragungsfehler sind systemimmanent und nicht dem Autor zuzuschreiben. > > > > > > > > > > -------- Urspr?ngliche Nachricht -------- > > Von: Jacques Lavignotte <jacq...@lavignotte.org> > > Datum: 09.06.20 16:19 (GMT+01:00) > > An: motion-user@lists.sourceforge.net > > Betreff: [Motion-user] Several cameras. > > > > Hi, I am new to this mailing list. I have motion running on a > > Raspbrry Pi. It's working fine with a unique camera. The camera is a > > DroidCam sending on netcam_url http://192.168.1.201:4747/video The > > camera config file is located in /etc/motion/conf.d/1-vernee.conf It > > works fine but I think ma camera file is incorrect : :::::::::: > > /etc/motion/conf.d/1-vernee.conf :::::::::: netcam_url > > http://192.168.1.201:4747/video camera_id = 1 videodevice > > /dev/video1 input 1 Adding a second camera like : :::::::::::::: > > /etc/motion/conf.d/mii.conf :::::::::::::: netcam_url > > http://192.168.1.203:4747/video camera_id = 3 videodevice > > /dev/video3 input 1 Both DroidCam shows connected up but only one > > picture shows up on the mini web server. For sure I am doing > > something wrong. Can anybody help ? Thanks, Jacques -- GnuPg : > > 156520BBC8F5B1E3 Because privacy matters. ? Quand est-ce qu'on mange > > ? ? AD (c) (tm) _______________________________________________ > > Motion-user mailing list Motion-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/motion-user > > https://motion-project.github.io/ Unsubscribe: > > https://lists.sourceforge.net/lists/options/motion-user > > > > > > > > _______________________________________________ > > Motion-user mailing list > > Motion-user@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/motion-user > > https://motion-project.github.io/ > > > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > > > -- > GnuPg : 156520BBC8F5B1E3 Because privacy matters. > ? Quand est-ce qu'on mange ? ? AD (c) (tm) > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 168, Issue 11 ********************************************