I tried to change the pixel type from anamorphic to square by using the command "ffmpeg -i video.vob -c copy setdar=1:1 video11.vob", but the console just closed. Tried so "ffmpeg -i video.vob -vf "setdar=1/1" -c copy video11.vob", but the same thing. What is the problem?
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by Megafox; 10th Feb 2018 at 12:22.
-
iirc.
Code:-vf setdar=dar=1/1
see: http://ffmpeg.org/ffmpeg-filters.html#toc-Examples-89users currently on my ignore list: deadrats, Stears555, marcorocchini -
Copy exclude using video filter - you need to use proper bitstream filter https://ffmpeg.org/ffmpeg-bitstream-filters.html#mpeg2_005fmetadata .
-
Also note that this won't change the data, it will only change the signaling. Thus if your source if anamorphic the output will be distorted when changing the signaling to square pixel.
users currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Error, non monotone timestamps in ffmpeg
By TeNSoR in forum Newbie / General discussionsReplies: 0Last Post: 20th Dec 2017, 14:04 -
FFMpeg setsar and setdar video filter does not exactly set the sar and dar
By alexander121 in forum Video ConversionReplies: 2Last Post: 15th Oct 2017, 08:57 -
Just another ffmpeg fontconfig error
By ks.zealot in forum Video ConversionReplies: 6Last Post: 30th Apr 2017, 10:59 -
need help with ffmpeg error message
By mulliganman in forum Video Streaming DownloadingReplies: 0Last Post: 9th Feb 2016, 16:33 -
error source url ffmpeg.help me
By quynhchellam in forum Video Streaming DownloadingReplies: 3Last Post: 20th Jun 2014, 09:49