Posts

Can a friend see how many times I have looked them up using Find My Friends

Image
Clash Royale CLAN TAG #URR8PPP up vote 4 down vote favorite 3 I am sharing my location with some friends using Apple's Find My Friend service. I am curious to know if they get to know how many times and when I have looked them up using Find My Friend? iphone ios find-my-iphone share | improve this question edited 40 mins ago Nimesh Neema 9,877 4 24 56 asked 3 hours ago user306670 21 2 New contributor user306670 is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. add a comment  |  up vote 4 down vote favorite 3 I am sharing my location with some friends using Apple's Find My Friend service. I am curious to know if they get to know how many times and when I have looked them up using Find My Friend? iphone ios find-my-iphone share | improve this question edited 40 mins ago Nimesh Nee...

How to merge two .MTS files in Linux

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I have two video files from a Panasonic camera in .MTS format and I want to merge them into one file and burn that file onto a TV-playable DVD. I tried importing them into kino and merging them, but the resulting file has somehow a very slow video playback and the audio is way out of sync. I selected the MPEG tab with file format '8 - DVD' with no deinterlacing. Can someone point me into the right direction for merging the two files correctly? Since exporting of the file takes around one hour, it's quite impractical to play around with different options :) video ffmpeg share | improve this question edited 1 min ago jasonwryan 47.9k 14 131 181 asked Sep 17 '13 at 16:49 Wojciech Morawiec 101 3 Isn't kino for DV only? If ffmpeg can handle it, you could use ffmpeg -i 'concat:1.mts|2.mts' output.mpeg (plus whatever codec/quality options y...