I have an h264 video file without video container information, but I am using only a 8.3 FAT File system. When opening a *.h264 file with VLC, VLC plays it correctly since it understands that this is an h264 encoded video. But how can this be done if I am only able to have 8.3 format for filenames? How can I tell VLC that a file named X.264 for example is an h264 video file? Windows Media Player 10 and above is able to identify this automatically. Thanks, Avi Tal.
forcing VLC to play h264 video file
10.5k Views Asked by Avi Tal At
2
There are 2 best solutions below
Related Questions in VIDEO
- How to open and read video stream in Matlab
- Extract bytes of specific stream from mpegts file using ffmpeg
- AVQueuePlayer crashes when I try to observe the start of the next video: AVPlayerItem was deallocated with observers
- How to get the time stamp of each frame of a GoPro video in MATLAB?
- DFP Videos Ads Internal error
- Get youtube video information using javascript and Youtube-API
- YouTube views not counting on Wordpress embed
- Videos not working on phones using HTML
- How to track multiple youtube videos in google analytics
- Cloudfront stream only part of the video
- Changing switch statement to include both mp4 and ogg files
- How to detect squares in video with OpenCV?
- Saving iOS video buffer
- dynamic video source change issue in azure media player
- Video Editing For Android
Related Questions in FILENAMES
- Saving multiple files with same name
- Calling a variable in Matlab without using the full name?
- Remove part of filename of files that are in different folders
- VBA – print file name in each row until the file closes
- Tail command - follow by name on Solaris
- Why the names of some css, js files have random numbers in them?
- How to capture a photo and immediately put it into an existing pdf?
- Get fileName property of PharFileInfo Object
- PHP - Find File in Directory By File Name
- Issue creating .txt file with long name
- Rename files if already exists centos7
- Only convert files with the string "DUPLICATE" in the name
- Database Table Path Combinations
- how to get the filename from the mentioned list
- Batch-Script: Replace every "@" in file name with "_" in network drive including subfolders
Related Questions in H.264
- Realtime/zero-latency video stream: what codec parameters to use?
- Including SPS and PPS in a raw h264 track
- How to get width and height from the H264 SPS using ffmpeg
- VLC in Raspberry Pi won't play h264 video file
- Converting mkv to h264 FFmpeg
- Convert JPEGs to H264 and stream to my server
- H.264 decoding error log from RTSP stream
- How to extract key-frames closest to given frame numbers from H264 video with ffmpeg
- Configure MediaCodec with the proper MediaFormat from a raw H.264 byte buffer
- Record and play h.264 video in memory using Jcodec
- forcing VLC to play h264 video file
- Decoding a h264 (High) stream with OpenCV's ffmpeg on Ubuntu
- What video encoder gives best performance on an Android device for given quality?
- Demux H264 from (already recorded) raw RTSP stream on HDD
- Color Banding Playing Live Raw H.264 Stream In Android
Related Questions in VLC
- Android receive RTP/UDP audio stream from VLC/ffmpeg
- C# Vlc ActiveX Play rtsp stream
- Applying skin to VLC activex plugin to play RTSP source files in web pages
- VLC in Raspberry Pi won't play h264 video file
- WPF VLC PluginV2 Cache time delay
- ios VLC how to convert a frame of video streaming to images
- Using LibVLC and Creation of a LibVLC object failed (Android)
- Display every copy of duplicated stream in VLC
- sout option in nVLC
- Create a videoplayer with the LibVLC for android
- Command prompt staying open after drag'n'drop onto batch file
- Drag & Drop to VLC using QDrag on Mac OS X
- How to Convert Videos on VLC batch/CLI?
- MobileVLCKit for iOS fails to build (Both pod and Framework)
- how to detect connection lost in vlcj
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I usually use this command to play raw
h.264from my MAC.Note that you have to invoke it from terminal.
Hope it answer your question.