This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] x264/265
#8
Depends on the containers that you use and the source you have.
If you have a source where the video is flipped due to a flag in the container (iirc only mov and mp4 support this) and you want to remove that flag remuxing with Hybrid (with 'Config->Containers->General->Rotation handling' set to 'ignore') should remove it.
Alternatively, assuming you use mov or mp4, you could use ffmpeg and something like
ffmpeg -display_rotation:v:0 90.0 -i input.mp4 -c copy output.mp4
see: https://ffmpeg.org/ffmpeg-all.html#Video-Options (there are options to flip vertical and horizontal too)
to rotate the video 90° clockwise. (the '-c copy' makes sure no reencoding of the video&co takes place)

Cu Selur

Ps.: regarding trim https://github.com/mifi/lossless-cut might be interessting.
PPs.: mkv also supports rotation&co, so you could use mkvtoolnix-gui for this
Reply


Messages In This Thread
x264/265 - by humanoid86 - 31.08.2024, 15:42
RE: x264/265 - by Selur - 31.08.2024, 15:54
RE: x264/265 - by humanoid86 - 01.09.2024, 02:19
RE: x264/265 - by Selur - 01.09.2024, 05:42
RE: x264/265 - by humanoid86 - 01.09.2024, 07:10
RE: x264/265 - by Selur - 01.09.2024, 07:23
RE: x264/265 - by humanoid86 - 01.09.2024, 08:34
RE: x264/265 - by Selur - 01.09.2024, 08:57
RE: x264/265 - by humanoid86 - 01.09.2024, 10:26
RE: x264/265 - by humanoid86 - 01.09.2024, 15:11
RE: x264/265 - by Selur - 01.09.2024, 15:18

Forum Jump:


Users browsing this thread: 2 Guest(s)