Posts: 7,153
Threads: 601
Joined: 2015 Jan
Thanks: 1081
Given 1466 thank(s) in 963 post(s)
Country:
Lately, I had to fight with an m2ts file with video encoded in VC1; loading it with FFvideosource was not possible, and other methods gave me bad and/or missing frames...
At the end, what I did was to demux just the video track, and remux it using MKVToolnix GUI; after that, FFvideosource accepted the source.
Hope this could help someone who has the same problem.
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
Awesome, thanks for this, guys. Been having some pain with it as well. I think I was able to import it, but it wasn't very precise in seeking (creating different results depending on what frames you seek in which order.
Now if there was a plugin that allows to import VC-1 into Premiere, I can die a happy man. (just kidding, not dying)
Posts: 7,153
Threads: 601
Joined: 2015 Jan
Thanks: 1081
Given 1466 thank(s) in 963 post(s)
Country:
I should note that maybe the best way is to make a simple avs script with just the loading command, and save it lossless; then, it *should* work flawlessly...
deleted user
Unregistered
Thanks:
Given thank(s) in post(s)
Well that completely defeats the point of loading it into AVISynth in the first place. Then I can just transcode straight with ffmpeg