hi, sorry for my bad English again,
I tried to convert WMV to H.265 / HEVC mp4 using FFmpeg,
but the result: the video is green screen, audio normal
FFmpeg log :
note: the Non-monotonous DTS texts keep appearingCode:Queue input is backward in time.00 bitrate= 0.0kbits/s dup=1 drop=0 speed= 4.1x [mp4 @ 0000024c940ae140] Non-monotonous DTS in output stream 0:1; previous: 494586, current: 494582; changing to 494587. This may result in incorrect timestamps in the output file.
any way to fix this?
thank you, have a nice day
+ Reply to Thread
Results 1 to 12 of 12
-
-
ASF (WMV) is a sucky format and ffmpeg sucks at dealing with ASF files :–/
Unless you're using Linux or Mac OS, you might start by opening the sucky file with VirtualDub2.
If the file is not (very) broken, VirtualDub2 will display all the frames normally.
Then you can select the H.265 encoder and the MP4 output format.
H.T.H."Programmers are human-shaped machines that transform alcohol into bugs." -
You can use clever FFmpeg-GUI.
Load your wmv, click main, click convert video stream, click keep size, select the hevc encoder (see pic 1) and click convert.
[Attachment 64325 - Click to enlarge]
If done, click convert audio stream, click go to the encoder, select the aac encoder (see pic 2) and click convert.
[Attachment 64326 - Click to enlarge]
(The audio stream needs to be converted because the mp4 container does not accept wma audio).
If done, click multiplex, the new generated streams are shown in green, select them and deselect the other streams (see pic 3), select the mp4 container and click multiplex.
[Attachment 64327 - Click to enlarge]
Done. -
@El Heggunte, i using this program years ago, still don't know what this software actually do
@october262, I can convert WMV to mp4, my problem is video result is green
@ProWo, my WMV is 9.9gb / 4hours, using "hevc_nvenc" alone almost take 1 hour,
I like the program, but without GPU support , it may takes 6hours+ using CPU alone
anyway, thank you for all replies -
what are you using to playback the file ?? try disabling Hardware-accelerated decoding - https://askubuntu.com/questions/233510/how-to-fix-video-playback-showing-green-screen-...ith-just-audio
-
have you tried the latest K-Lite Mega codec pack ?? - https://superuser.com/questions/741569/green-screen-when-playing-video-in-media-player-classic
-
-
It would be interesting if the OP posted a MediaInfo report about the pesky WMV file.
IF possible, a sample segment would be even better.
As I tried to say, borked WMVs are very common (sadly) and often require workarounds and the use of several tools to be reencoded properly. :–|"Programmers are human-shaped machines that transform alcohol into bugs." -
@october262 I just update the codex some minute ago,
@ProWo the size is 1920 * 1080, duration is 3h57m
@El Heggunte I don't think I can provide the source, it's a "loving" movie
i think I should close this thread, maybe the problem is my video, not the FFmpeg,
anyway, how to close the Thread?
Similar Threads
-
ffmpeg better code convert to mp4
By kucing in forum Newbie / General discussionsReplies: 8Last Post: 25th Feb 2022, 12:33 -
FFMPEG: How to convert multiple DNG to MP4 very fast...
By clkdiv in forum Video ConversionReplies: 0Last Post: 8th Nov 2020, 11:26 -
ffmpeg WMV to MP4 keep quality
By pehje in forum Video ConversionReplies: 2Last Post: 9th Jul 2019, 06:29 -
ffmpeg to convert 4k/hdr10 to (i) h.264/10-bit/.mp4 (ii) h.265/10-bit/.mp4
By hydra3333 in forum Video ConversionReplies: 2Last Post: 10th Feb 2018, 19:49 -
what software or what ffmpeg commands can convert mp4 to avi?
By sommers in forum Newbie / General discussionsReplies: 7Last Post: 16th Jun 2017, 04:44