| 67 | | For some reason, ffmpeg selects mono silence generated by anullsrc, instead of stereo pcm_s16le from source file. Now here is the really weird thing. It only does this for this particular file. If I try to make the file smaller (with vcodec copy, acodec copy), it works file. And since it's RLE + uncompressed video, it's size is 20 GB. |
| | 67 | For some reason, ffmpeg selects mono silence generated by anullsrc, instead of stereo pcm_s16le from source file. Now here is the really weird thing. It only does this for this particular file. If I try to make the file smaller (with -vcodec copy, -acodec copy, -t 5), it works file. And since it's RLE + uncompressed video, it's size is 20 GB. |