Dana
2025-12-02 00f64c4e54132a3a3e42e26c1d8b7614b7003e08
app/src/main/java/com/anyun/h264/H264EncodeService.java
@@ -318,7 +318,7 @@
            int framerate = DEFAULT_FRAME_RATE;
            h264Encoder.setEncoderParams(width, height, framerate, DEFAULT_BITRATE);
            long timeFile = System.currentTimeMillis();
            long timeFile = System.currentTimeMillis()/1000;
            SimpleDateFormat bcdFormat = new SimpleDateFormat("yyMMddHHmmss");
            String str = bcdFormat.format(timeFile);
            Timber.i("startNetworkEncode 文件名:%s", str);