Re: [FFmpeg-user] way to reencode corrupted video

2025-02-24 Thread BloodMan
-bsf:v h264_mp4toannexb out.mp4 and nothing ;) Output is always same, no relation with commandline, indicates bitstream errors: https://pastebin.com/qxwQq2bA Greets, W dniu 2025-02-25 o 04:25, Carl Zwanzig pisze: On 2/24/2025 6:02 PM, BloodMan wrote: I tested many ffmpeg commands and tricks

[FFmpeg-user] way to reencode corrupted video

2025-02-24 Thread BloodMan
any ffmpeg commands and tricks and nothing :/ Anyone? ps. ffmpeg from git (N-118536-g4ff1d1f3d6) of course -- BloodMan blood...@gmail.com ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscr

Re: [FFmpeg-user] way to reencode corrupted video

2025-02-26 Thread BloodMan
-acodec copy -f mp4 -movflags frag_keyframe+empty_moov+delay_moov pipe:1 >/dev/null 2>"${filename}.txt" Am 25.02.25 um 03:02 schrieb BloodMan: Hello, wetransfer mp4 test file: https://we.tl/t-BJKuiAHTKQ The video plays using VLC with glitches and drops (with sound until the end)

Re: [FFmpeg-user] overlay_qsv with hardware decode and encode

2025-02-28 Thread BloodMan
ent. Are you really sure the problem is the resolution? (I have no way to check, I'm just thinking out) -- BloodMan ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit li

Re: [FFmpeg-user] overlay_qsv with hardware decode and encode

2025-03-01 Thread BloodMan
Hi Vlad, W dniu 2025-03-01 o 08:35, Vladimir Mishonov via ffmpeg-user pisze: On 2025-03-01 00:36, Vladimir Mishonov via ffmpeg-user wrote: On 2025-02-28 23:26, BloodMan wrote: Hi Vladimir, I see on previous posts that resolutions are different, but also frame rates are different and colour

Re: [FFmpeg-user] How can I burn-in the TRUE TIME timestamp from AVCHD/MTS video?

2025-04-04 Thread BloodMan
Good morning Jesse, W dniu 2025-04-04 o 18:37, Jesse Gordon pisze: I'm trying to burn-in the TRUE time that the video was actually recorded -- i.e. "2025-04-03 12:45:32.123" -- the camera records the true date and time and both the camera AND ffplay display it during playback as a text overlay

Re: [FFmpeg-user] How can I burn-in the TRUE TIME timestamp OR SUBTITLES? from AVCHD/MTS video?

2025-04-04 Thread BloodMan
Hi Jesse, W dniu 2025-04-04 o 20:11, Jesse Gordon pisze: Good Morning BloodMan and Everybody! (Not yet solved, getting closer!) https://video.stackexchange.com/questions/35917/ffmpeg-how-to-burn-in-the-timecode-from-a-streams-metadata Thank you for the tips! This is getting close, but in my

Re: [FFmpeg-user] Hidden audio in H264 - wrapped_avframe

2025-04-14 Thread BloodMan
the result is a useable MP4 (without audio). But the audio must be somewhere in the file, otherwise the HQCAM converter tool wouldn't be able to access it. -----Ursprüngliche Nachricht- Von: ffmpeg-user Im Auftrag von BloodMan Gesendet: Montag, 14. April 2025 14:49 An: ffmpe

Re: [FFmpeg-user] Hidden audio in H264 - wrapped_avframe

2025-04-14 Thread BloodMan
Hello, And IMO should not work. .h264 is video only stream in general. Does not contain audio so searching or encoding audio will not succeed. BUT: I do not work with wrapped_avframe, but you may try: ffmpeg -i file.h264 -hide_banner -loglevel warning -err_detect ignore_err -dn -sn -map 0:v