dta9191/VideoCodecRename
Python program using FFProbe3 to recursively search all files in a directory, identify video files, and add their codec to the file name for easy filtering in any system.
PythonGPL-3.0
Issues
- 0
- 0
Removes Codec From Files Other Than Video Files
#28 opened by dta9191 - 0
Counts are off for the Add Codec feature.
#18 opened by dta9191 - 0
"List All Files" Count is Off.
#25 opened by dta9191 - 0
Total Runtime Display
#24 opened by dta9191 - 0
- 0
Option to remove [ERROR] from file name.
#21 opened by dta9191 - 0
No progress indicators
#22 opened by dta9191 - 0
When adding codec to name, displays "Files Renamed: " Even when no files renamed. Update phrasing.
#16 opened by dta9191 - 1
- 0
.mp4.pfl extension is being detected as a video file.
#19 opened by dta9191 - 2
Error in ffprobe3 module
#15 opened by dta9191 - 0
Slow performance, not multithreaded.
#17 opened by dta9191 - 0
Video Search Function checks all files with ffprobe3, slows down search considerably.
#14 opened by dta9191 - 0
Unused import of serial module
#5 opened by dta9191 - 0
- 0
{}.format(stream.codec()) Not needed.
#7 opened by dta9191 - 0
- 0
Hard coded index values for extension will break if extension is not exactly 3 characters.
#11 opened by dta9191 - 0
Complicated output code.
#12 opened by dta9191 - 0
Messy code, requires general cleanup.
#13 opened by dta9191 - 0
- 0
Excessive if statements. Use dictionary to input different values into single if statement.
#9 opened by dta9191 - 0
- 0
Serial module imported, but not needed.
#3 opened by dta9191