Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The screen will be blurred when the video is cut out #1976

Closed
5 tasks done
sakurayz opened this issue Apr 29, 2024 · 1 comment
Closed
5 tasks done

The screen will be blurred when the video is cut out #1976

sakurayz opened this issue Apr 29, 2024 · 1 comment
Labels
bug ffmpeg Problem resides in ffmpeg or usage of ffmpeg

Comments

@sakurayz
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Operating System

Windows 10

Steps to reproduce

Choose a start and end time, then export

Expected behavior

The export is over, and it looks normal

Actual behavior

Play the video with a blurred screen
losscut

Share log from developer tools

No error occurred.

{
"state": {
"ffmpegExperimental": false,
"preserveMovData": false,
"movFastStart": true,
"preserveMetadataOnMerge": false,
"filePath": "G:\Movies\chinawarrior.mp4",
"fileFormat": "mp4",
"externalFilesMeta": {},
"mainStreams": [
{
"index": 0,
"codec_name": "h264",
"codec_long_name": "H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10",
"profile": "High 4:4:4 Predictive",
"codec_type": "video",
"codec_tag_string": "avc1",
"codec_tag": "0x31637661",
"width": 256,
"height": 232,
"coded_width": 256,
"coded_height": 232,
"closed_captions": 0,
"film_grain": 0,
"has_b_frames": 2,
"sample_aspect_ratio": "1:1",
"display_aspect_ratio": "32:29",
"pix_fmt": "yuv444p",
"level": 21,
"chroma_location": "left",
"field_order": "progressive",
"refs": 1,
"is_avc": "true",
"nal_length_size": "4",
"id": "0x1",
"r_frame_rate": "1003715493/16777216",
"avg_frame_rate": "1003715493/16777216",
"time_base": "1/1003715493",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 831780814848,
"duration": "828.701779",
"bit_rate": "264757",
"bits_per_raw_sample": "8",
"nb_frames": "49578",
"extradata_size": 45,
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0
},
"tags": {
"language": "und",
"handler_name": "VideoHandler",
"vendor_id": "[0][0][0][0]"
}
},
{
"index": 1,
"codec_name": "aac",
"codec_long_name": "AAC (Advanced Audio Coding)",
"profile": "LC",
"codec_type": "audio",
"codec_tag_string": "mp4a",
"codec_tag": "0x6134706d",
"sample_fmt": "fltp",
"sample_rate": "44100",
"channels": 2,
"channel_layout": "stereo",
"bits_per_sample": 0,
"initial_padding": 0,
"id": "0x2",
"r_frame_rate": "0/0",
"avg_frame_rate": "0/0",
"time_base": "1/44100",
"start_pts": 0,
"start_time": "0.000000",
"duration_ts": 36545714,
"duration": "828.700998",
"bit_rate": "119847",
"nb_frames": "35691",
"extradata_size": 5,
"disposition": {
"default": 1,
"dub": 0,
"original": 0,
"comment": 0,
"lyrics": 0,
"karaoke": 0,
"forced": 0,
"hearing_impaired": 0,
"visual_impaired": 0,
"clean_effects": 0,
"attached_pic": 0,
"timed_thumbnails": 0,
"captions": 0,
"descriptions": 0,
"metadata": 0,
"dependent": 0,
"still_image": 0
},
"tags": {
"language": "und",
"handler_name": "SoundHandler",
"vendor_id": "[0][0][0][0]"
}
}
],
"copyStreamIdsByFile": {
"G:\Movies\chinawarrior.mp4": {
"0": true,
"1": true
}
},
"cutSegments": [
{
"start": 17.166419,
"end": 821.965589
}
],
"mainFileFormatData": {
"filename": "G:\Movies\chinawarrior.mp4",
"nb_streams": 2,
"nb_programs": 0,
"format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"format_long_name": "QuickTime / MOV",
"start_time": "0.000000",
"duration": "828.701779",
"size": "41174920",
"bit_rate": "397488",
"probe_score": 100,
"tags": {
"major_brand": "isom",
"minor_version": "512",
"compatible_brands": "isomiso2avc1mp41",
"encoder": "Lavf58.76.100"
}
},
"rotation": 360,
"shortestFlag": false,
"effectiveExportMode": "separate",
"outSegTemplate": "${FILENAME}${EXT}"
},
"platform": "win32",
"version": "3.59.1"
}

@mifi mifi added bug ffmpeg Problem resides in ffmpeg or usage of ffmpeg labels May 3, 2024
@mifi
Copy link
Owner

mifi commented May 3, 2024

this is most likely a bug in ffmpeg. Unfortunately I don't know how to fix it, so i'm going to have to close this. I can only suggest checking out Common / known issues & troubleshooting

@mifi mifi closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ffmpeg Problem resides in ffmpeg or usage of ffmpeg
Projects
None yet
Development

No branches or pull requests

2 participants