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