Version 2 (modified by at 2025-01-18T18:01:13+01:00) ( diff ) | ,
---|
Encode videos from Android for Plex
ffmpeg -i input.mp4 -c:v libx264 -r 29.97 -s:v 1920x1080 -crf 28 -c:a aac -b:a 128K -ar 44100 output.mp4
Change Exif date
For all dates:
exiftool -AllDates="yyyy:mm:dd hh:mm:ss" <file or dir>
Note:
See TracWiki
for help on using the wiki.