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);