This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Absturz mit XviD
#11
Nach einigen Tests habe ich herausgefunden, dass das Problem bei mir durch die Option Packed Bitstream bei Xvid verursacht wird. Enkodiere ich ohne Packed Bitsream, lässt sich die mit mencoder gemuxte Datei problemlos abspielen. Dagegen besteht bei aktiviertem Packed Bitstream mit ffmpeg-mux kein Problem. Offensichtlich kann mencoder nicht so gut mit dieser Option umgehen und verursacht damit schwer lesbare avi-Dateien.
Reply
#12
Werde ich morgen mal hier antesten. Smile

Cu Selur
Reply
#13
Gerade erst zum Besten gekommen.

Kodiert mit:
ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf  scale=in_range=tv:out_range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - | Xvid -turbo -bitrate 1500 -quality 6 -qtype 0 -masking 0 -imin 1 -imax 31 -pmin 1 -pmax 31 -bmin 1 -bmax 31 -max_key_interval 250 -kboost 10 -kthresh 1 -kreduction 20 -max_bframes 2 -bquant_ratio 150 -bquant_offset 100 -vhqmode 2 -bvhq -chigh 0 -clow 0 -ostrength 10 -oimprove 10 -odegrade 10 -par 1:1 -threads 32 -pass1 "E:\Temp\packed_mencoder.stats" -progress 10 -frames -1 -w 640 -h 352 -csp i420 -framerate 25.000 -o NUL

ffmpeg -y -loglevel fatal -noautorotate -nostdin -threads 8 -i "G:\TestClips&Co\files\test.avi" -map 0:0 -an -sn -vf  scale=in_range=tv:out_range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - | Xvid  -bitrate 1500 -quality 6 -qtype 0 -masking 0 -imin 1 -imax 31 -pmin 1 -pmax 31 -bmin 1 -bmax 31 -max_key_interval 250 -kboost 10 -kthresh 1 -kreduction 20 -max_bframes 2 -bquant_ratio 150 -bquant_offset 100 -vhqmode 2 -bvhq -chigh 0 -clow 0 -ostrength 10 -oimprove 10 -odegrade 10 -par 1:1 -threads 32 -pass2 "E:\Temp\packed_mencoder.stats" -progress 10 -frames -1 -w 640 -h 352 -csp i420 -framerate 25.000 -o "E:\Temp\2021-11-06@19_50_04_0310_02.m4v"

Einmal mit Mencoder gemuxed:
mencoder -ovc copy "E:\Temp\2021-11-06@19_50_04_0310_02.m4v" -ffourcc XVID -force-avi-aspect 1.81818 -nosound -ofps 25/1 -of avi -o "E:\Output\packed_mencoder.avi"
Einmal mit FFmpeg gemuxed:
ffmpeg -y  -r 25/1 -i "E:\Temp\2021-11-06@19_50_04_0310_02.m4v" -vcodec copy -metadata encoding_tool="Hybrid 2021.11.06.1" -map 0:0 -vtag:v XVID  -aspect 640:352 -r 25/1 -f avi "E:\Output\packed_ffmpeg.avi"

-> hier sind beide Dateien ohne Problem im MPC-HC abspielbar.
(hab sie mal angehängt)

Cu Selur
Reply
#14
Merkwürdig, dass das Problem nur bei mir besteht. PowerDVD verweigert bei mir ja ebenso die Wiedergabe bei den Mencoder-Muxes. Wenn ich das ganze aber nochmal neu muxe mit Avi-Mux GUI klappt es wiederum. Auf jeden Fall habe ich damit eine Lösung für mein Problem gefunden. Danke für deine Hilfe, Selur.
Reply
#15
Hattest Du die mencoder Datei die ich angehängt hatte getestet?
Wie sieht es aus wenn Du MPC-HC verwendest? Vielleicht ist das Problem das PowerDVD mit packed bitstreams nicht klar kommt.

Cu Selur
Reply
#16
Mittlerweile konnte ich die mencoder-muxes zum Laufen bringen mit MPC-HC, nachdem ich in den MPC-HC-Einstellungen etwas abgeändert habe.FFmpeg muxt übrigens generell ohne packed bitstream, auch wenn man es beim Encoding mitangibt. Das erklärt die bessere Kompatibilität.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)