e0776c64378a5f723755dff47968e1e6c5abc1ea
linux/ffmpeg.md
| ... | ... | @@ -41,3 +41,9 @@ ffmpeg -i input.mp3 -vn -codec:a copy -map_metadata -1 output.mp3 |
| 41 | 41 | ``` |
| 42 | 42 | ffmpeg -i input.mp4 -ss 00:00:10 -to 01:23:14 -async 1 -c copy output.mp4 |
| 43 | 43 | ``` |
| 44 | + |
|
| 45 | +## firefox corrupt file |
|
| 46 | +firefox complains about videos recorded with `ffmpeg`, saying they are corrupt. apparently using the following options fixes this (mentioned by seninha in #nixers irc) |
|
| 47 | +``` |
|
| 48 | +-vf format=yuv420p |
|
| 49 | +``` |