Yep, I am guessing there is something wrong with the file.Are you suggesting this from a troubleshooting perspective?
You have to ask that from Arcsoft.I wonder what ArcSoft is doing to these MPGs to make them unplayable in VLC?
I wrote Arcsoft but their answer was unsatisfactory which was pretty much the typical response you get from most proprietary or commercial software companies. I think the best way to look at it is that the Arcsoft codec is of proprietary design but is probably no more proprietary than any other mpeg files produced by a commercial codec which vlc already handles.You have to ask that from Arcsoft.I wonder what ArcSoft is doing to these MPGs to make them unplayable in VLC?
Code: Select all
echo off
SET INPUT_FILE=%~f1
SET OUTPUT_FILE=%~dp1%~n1_converted.avi
echo Input file: %INPUT_FILE%
echo Output file: %OUTPUT_FILE%
ffmpeg -i "%INPUT_FILE%" -f avi -c:v mpeg4 -b:v 3200k -g 300 -bf 2 -c:a libmp3lame -b:a 128k "%OUTPUT_FILE%"
pause;
Code: Select all
[mpegts @ 00000000005c7080] Invalid timestamps stream=0, pts=117824400, dts=2824 058345, size=3661
[mpegts @ 00000000005c7080] PES packet size mismatch
[mpeg2video @ 0000000000422fa0] ac-tex damaged at 44 6
[mpeg2video @ 0000000000422fa0] Warning MVs not available
[mpeg2video @ 0000000000422fa0] concealing 1350 DC, 1350 AC, 1350 MV errors in P
frame
frame= 1311 fps=328 q=3.5 Lsize= 21681kB time=00:00:53.08 bitrate=3346.1kbits/
s dup=0 drop=8 speed=13.3x
video:20763kB audio:825kB subtitle:0kB other streams:0kB global headers:0kB muxi
ng overhead: 0.431506%
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 22 guests