MysteryX
20th December 2014, 23:39
I added Trim to a script
AviSource("Job1_Input.avi", audio=false).ConvertToYV12()
Trim(1000, 1500)
Now, with Trim, it plays fine in MPC-HC but Windows Media Player cannot load the video. Why?
Also, one problem with trimming is that I'm then muxing the video with the original audio with ffmpeg... and that won't work anymore. Is there any way to trim / muxe? I doubt it...
And one final question: now I'm converting the video to AVI before processing. Since I'm muxing with the original audio, I don't need the audio in the AVI. Is there a way to convert the video only to AVI and drop the audio with ffmpeg? This would slightly reduce the output file and accelerate the conversion.
AviSource("Job1_Input.avi", audio=false).ConvertToYV12()
Trim(1000, 1500)
Now, with Trim, it plays fine in MPC-HC but Windows Media Player cannot load the video. Why?
Also, one problem with trimming is that I'm then muxing the video with the original audio with ffmpeg... and that won't work anymore. Is there any way to trim / muxe? I doubt it...
And one final question: now I'm converting the video to AVI before processing. Since I'm muxing with the original audio, I don't need the audio in the AVI. Is there a way to convert the video only to AVI and drop the audio with ffmpeg? This would slightly reduce the output file and accelerate the conversion.