Posts: 5,806
Threads: 506
Joined: 2015 Jan
Thanks: 733
Given 831 thank(s) in 573 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.
Posts: 1,779
Threads: 103
Joined: 2017 Aug
Thanks: 849
Given 301 thank(s) in 209 post(s)
Country:
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: 5,806
Threads: 506
Joined: 2015 Jan
Thanks: 733
Given 831 thank(s) in 573 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...
Posts: 1,779
Threads: 103
Joined: 2017 Aug
Thanks: 849
Given 301 thank(s) in 209 post(s)
Country:
Well that completely defeats the point of loading it into AVISynth in the first place. Then I can just transcode straight with ffmpeg