Hallo mederi,
probably the problem I have described no good and I shall therefore describe it in detail again.
A 3D video in side-by-side format to be converted to a 2D video.
Here is an example:
For this purpose, the right half of the image to be cut off.
This was achieved under the version 2.0.8 with the following command line string:
Code: Select all
"C:\Program Files\VideoLAN\VLC\vlc.exe" D:\VLC\3D_Test_1.mp4 --sout=#transcode{vcodec=h264,vb=1700,vfilter=croppadd{cropright=640},acodec=mpga,ab=128,channels=2,samplerate=44100}:file{dst=D:\\VLC\\\3D_Test_2.mp4}
After the video from the example looks like this:
In a second step the video to be stretched to the original width.
For playback possible. They can be either
- in Preferences - All - Video the option Monitor pixel aspect ratio set on 0.5, or
- in Preferences - Simple - Video set for the option Force Aspect Ratio the originally aspect ratio (in this example 16:9).
So the video is played back:
How can the video be stored in this stretched form?
For the Croppadd filter I find no setting for stretching to double pixel width or forcing a fixed aspect ratio.
I can adjust the aspect ratio on the canvas video filter. But the adaptation to the given aspect ratio, while retaining the proportionality. When it is stretched in the width, is extended in the height.
How can I solve this problem?
Thanks for any help,
kodela